ijkplayer icon indicating copy to clipboard operation
ijkplayer copied to clipboard

How to enable bitcode in iOS framework?

Open cnliusen opened this issue 7 years ago • 3 comments

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?

cnliusen avatar Nov 22 '17 02:11 cnliusen

Same issue here.

newbdez33 avatar Apr 03 '19 04:04 newbdez33

Same issue here.but not find answers

yk81708090 avatar Mar 31 '21 02:03 yk81708090

Build Setting -> Other Linker Flags, delete -read_only_relocs and suppress, and recompile IJKMediaFrameworkWithSSL framework Download framework : https://github.com/Gerry1218/ijkmediaframework_bitcode.git

Gerry1218 avatar May 13 '22 12:05 Gerry1218