1

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.

1 Answer 1

1

Go To build settings and under Target search for Allow Non-modular Includes in Framework Modules and set that to yes.



Note: If you're using CocoaPods. run
  1. [sudo] gem install cocoapods
  2. pod install

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.