dji-sdk / DJIWidget

The DJIWidget is a delightful DJI library includes VideoPreviewer for video decoding.
Other
36 stars 30 forks source link

libDJIWidget.a(DJIAudioSampleBuffer.o) does not contain bitcode #5

Open SpencerKaiser opened 6 years ago

SpencerKaiser commented 6 years ago

Dependency does not contain bitcode which causes Xcode to throw an error:

DJIWidget/libDJIWidget.a(DJIAudioSampleBuffer.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. file '/Users/.../Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphoneos/DJIWidget/libDJIWidget.a' for architecture arm64

Workaround: In order to bypass this (as a temporary solution), disable bitcode in the project

DJIWidget ~1.0 macOS Mojave 10.14 Xcode 10.0.0