0

I successfully "pod install" a dependency of "AwesomeTextField" in a simple project via cocoapods.

enter image description here

Here is the Podfile: enter image description here

However, when I build the project. It gives me an error.

enter image description here

I open the project via clicking CoTe.xcodeproj. Any solutions? Thanks in advance.

user6702783
  • 223
  • 4
  • 14

1 Answers1

1

When you use CocoaPods, you must open the Workspace file, not the .xcodeproj file.

Look for a file with the extension .xcworkspace. Perhaps it is called CoTe.xcworkspace.

Jeshua Lacock
  • 5,730
  • 1
  • 28
  • 58