Skip to content

ios: enable bitcode for objective-c source files

Roman Shpuntov requested to merge (removed):ios_bitcode_error_on_linking into master

Without these changes, my Xcode gives me the next error:

ld: '/Users/roman/Library/Developer/GStreamer/iPhone.sdk/GStreamer.framework/GStreamer(libgstapplemedia_a_arm64_-plugin.m.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

Merge request reports