avivais / phonegap-parse-plugin

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

BIT CODE Xcode 7 ISSUE #82

Open cookiemuncher opened 9 years ago

cookiemuncher commented 9 years ago

ld:'WannaApp/Plugins/org.apache.cordova.core.parseplugin/Parse.framework/Parse(PFFieldOperation.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7

If I disable bitcode, as recommended me, I will generate even more errors. Any suggestions ... thank you very much

luco commented 8 years ago

+1

gregbarish commented 8 years ago

+1

aosmichenko commented 8 years ago

+1

beneastburn commented 8 years ago

+1

Giabanga commented 8 years ago

+1

hafstad commented 8 years ago

+1

Giabanga commented 8 years ago

I managed to resolve this. There seems to be an issue with iOS 9 (and maybe earlier versions, too).

I did the following:

  1. remove the plugin
  2. clean the project
  3. update the Parse framework to the latest version 1.12.0, because "Bitcode seems to be incompatible between different versions of Xcode"
  4. add the plugin to the project again
  5. rebuild the project

If it works, you may want to provide feedback here so that @avivais can fix it.