ijkplayer
ijkplayer copied to clipboard
How to enable bitcode in iOS framework?
I am using IJKMediaFrameworkWithSSL in my project. I can compile my app as long as bitcode is disabled. I get linker error when I enable bitcode in IJKMediaFrameworkWithSSL.
ld: -read_only_relocs and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together clang: error: linker command failed with exit code 1 (use -v to see invocation)
Anyone know how to enable bitcode?
Same issue here.
Same issue here.but not find answers
Build Setting -> Other Linker Flags, delete -read_only_relocs
and suppress
, and recompile IJKMediaFrameworkWithSSL framework
Download framework : https://github.com/Gerry1218/ijkmediaframework_bitcode.git