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.