MeloS
MeloS

Reputation: 7938

CocoaPods: new target added to project can't find CocoaPods Headers

I have a project(workspace) that is already configured using CocoaPods correctly. The I add a new target in my project, when importing headers in CocoaPods, the compiler complains that it can't find these headers, which can be imported in my first project.

What should change to solve this problem?

Upvotes: 7

Views: 2482

Answers (1)

tsing gao
tsing gao

Reputation: 148

Did you use pod install to update the workspace ?

Upvotes: 7

Related Questions