Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 553
CarmeloS Avatar asked Sep 03 '14 02:09

CarmeloS


1 Answers

Did you use pod install to update the workspace ?

like image 176
tsing gao Avatar answered Nov 01 '22 03:11

tsing gao