Xcode7.1 CocoaPods: 0.39.0
- if i use
Installing RestKit v0.20.x as a Git Submodule,when i archive,it shows the error"RestKit/RestKit.h file not found" in AppDelegate, but i can run it on my device;
- I konw above method is not recommended now, so i use CocoaPods, and RestKit version is 0.25.0, when i pod install it ,i still get errors "RestKit/RestKit.h" file not found.
So any help?