sidneys / cordova-plugin-progressview

Cordova+PhoneGap Extension for displaying a native determinate progress dialog.
MIT License
7 stars 19 forks source link

Getting an error with XCode 7 #4

Open micky2be opened 9 years ago

micky2be commented 9 years ago

'Project/Plugins/de.neofonie.cordova.plugin.progressview/M13Progress.framework/M13Progress(M13ProgressViewLetterpress.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 arm64

appscarvajal commented 8 years ago

@micky2be did you resolved this issue ? I'm have the same error

micky2be commented 8 years ago

Fixed with the new version of Cordova I believe. Didn't test it yet.

warrenjoe92 commented 8 years ago

If you're still getting that error, you need to go in your Xcode Build Settings and under Build Options, set Enable Bitcode to 'No'.