I just tried to update from cocoapods 0.39.x to Cocoapods 1.0. Running
pod install
from the terminal causes no warnings. Everyth
I tried remove ~/Library/Developer/Xcode/DerivedData/* and rebuild the project, and it worked for me.
The error message is quite misleading. At first I thought I have some problems with my header search paths, so I basically tried everything I found on stackoverflow.
If you use use_frameworks!
in your Podfile, you don't have to include every Objective-C pod in your bridging header. You only have to do this, if the pod is distributed as a static library, not as a framework.
I did the following
Cmd
+ option
+ shift
+ k
to clean your build folderpod install
import AFNetworking