xcode 7.3.1: Build Failed when using cocoapods 1.0.1

64 Views Asked by At

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.

1

There are 1 best solutions below

0
Jeshua Lacock On BEST ANSWER

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.