avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

Parse/Parse.h file not found - Xcode 6 again #49

Closed grrrian closed 9 years ago

grrrian commented 9 years ago

I am sorry to re-open this issue. The solution given in the previous one does not apply to me :(

After doing: $ cordova plugin add https://github.com/avivais/phonegap-parse-plugin $ ionic platform rm ios $ ionic platform add ios

XCode complains about the Parse.h file not found. It is in fact there. All I need to do is:

and it works again! Mind blown. There is no /Versions subfolder in Parse.framework.

I don't want my teammates to go through this process. Does anybody else have this issue, or hints?

grrrian commented 9 years ago

I fixed the issue by making the Platform search path recursive, like so: http://stackoverflow.com/a/20856145/3889068