Reputation: 223
I successfully "pod install" a dependency of "AwesomeTextField" in a simple project via cocoapods.
However, when I build the project. It gives me an error.
I open the project via clicking CoTe.xcodeproj. Any solutions? Thanks in advance.
Upvotes: 0
Views: 64
Reputation: 6668
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
.
Upvotes: 1