Closed grrrian closed 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?
I fixed the issue by making the Platform search path recursive, like so: http://stackoverflow.com/a/20856145/3889068
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?