dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
581 stars 255 forks source link

Bitcode not available #260

Open fishstix-airware opened 6 years ago

fishstix-airware commented 6 years ago

Compiler error:

ld: '[removed]/ios/Pods/DJI-SDK-iOS/iOS_Mobile_SDK/DJISDK.framework/DJISDK' 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. file '[removed]/ios/Pods/DJI-SDK-iOS/iOS_Mobile_SDK/DJISDK.framework/DJISDK' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have seen other issues here discussing bitcode (e.g. https://github.com/dji-sdk/Mobile-SDK-iOS/issues/11) where the ffmpeg lib was blocking this library from being compiled with bitcode enabled. There are options to compile ffmpeg for ios with bitcode enabled (e.g. https://github.com/kewlbear/FFmpeg-iOS-build-script).

Either way, it would be nice to have the DJI SDK no longer blocking us from enabling bitcode for our application.

szigetics commented 6 years ago

Is there any chance that Bitcode will be supported?

jameshartt commented 6 years ago

Having bitcode disabled is really putting us off integrating this SDK.

pskow commented 5 years ago

Following up on this, any chance of adding bitcode?