Bitcode enable issue with latest code
See original GitHub issueHi @saghul , I got issue while trying compile lastest code.
jitsi-meet/node_modules/react-native-webrtc/ios/WebRTC.framework/WebRTC' 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.
I have enabled Bitcode to true, but still no luck. Please help me out. Thanks so much
Issue Analytics
- State:
- Created 4 years ago
- Comments:40 (15 by maintainers)
Top Results From Across the Web
Xcode setting ENABLE_BITCODE | Apple Developer Forums
I am compiling my app in the new Xode7-beta and getting these errors. ld: warning: URGENT: all bitcode will be dropped because '***'...
Read more >WebRTC' does not contain bitcode You must rebuild it with ...
xcworkspace I get the following error regarding WebRTC and bitcode. How to fix this issue? ld: '/Users/bliss/Library/Developer/Xcode/DerivedData ...
Read more >Anyone else having trouble with bitcode? - Google Groups
I was able to have linkage work again changing Build Settings -> Enable Bitcode to NO. This doesn't appear as a good solution...
Read more >13925 - Apple rejects apps with bitcode and WebRTC ...
From what I understand, apps with bitcode enabled are recompiled on Apple servers. Apple's servers can handle binaries from the latest Xcode ...
Read more >The WebRTC Bitcode Soap Opera (Saúl Ibarra Corretgé)
Apple can then use this IR to generate the actual machine code for ... I quickly filed a new issue with all the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Run this script: https://github.com/jitsi/react-native-webrtc/blob/master/tools/downloadBitcode.sh It’s part of the package, so you’ll havee it in
node_modules/react-native-webrtc/tools/downloadBitcode.sh
I need to re-think how to handle bitcode a bit better, maybe by integrating this script or something. I’ll keep this open.
Shell script doesn’t work, I guess file doesn’t even exit on bintray server anymore.