Reputation: 11
After updating my xcode to 7.1, I get this error:
include of non-modular header inside framework module 'Parse.PFGeoPoint'
which does not let 'Parse' module to build. I set "Allow Non-modular Includes In Framework Modules" in Target to Yes but it is not helping. I guess it is a swift compiler error. Do you have any solution? Thanks.
Upvotes: 1
Views: 221
Reputation: 1022
Go To build settings and under Target search for Allow Non-modular Includes in Framework Modules
and set that to yes.
[sudo] gem install cocoapods
pod install
Upvotes: 1