user6702783
user6702783

Reputation: 223

xcode 7.3.1: Build Failed when using cocoapods 1.0.1

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.

Upvotes: 0

Views: 64

Answers (1)

Jeshua Lacock
Jeshua Lacock

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

Related Questions