question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bitcode enable issue with latest code

See original GitHub issue

Hi @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:closed
  • Created 4 years ago
  • Comments:40 (15 by maintainers)

github_iconTop GitHub Comments

28reactions
saghulcommented, May 14, 2019

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.

3reactions
PrimulaXcommented, May 5, 2021

Shell script doesn’t work, I guess file doesn’t even exit on bintray server anymore.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found