flutter-webrtc icon indicating copy to clipboard operation
flutter-webrtc copied to clipboard

webrtc does not contain bitcode

Open faisalufaber opened this issue 2 years ago • 5 comments

I am unable to generate ios archive due to this error. 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 tried disabling bitcode for this framework but with no success. It is running fine on simulators but is unable to build an Archive.

try running flutter build ios OR flutter build ipa to reproduce this issue.

using webrtc latest version 0.8.7. xcode 13 flutter stable 3.0

faisalufaber avatar May 27 '22 08:05 faisalufaber

im having the same issue

FredM7 avatar Jun 16 '22 14:06 FredM7

Same issue, any suggestions from the authors?

ollyde avatar Jul 08 '22 08:07 ollyde

@wanchao-xu

ollyde avatar Jul 08 '22 08:07 ollyde

@faisalufaber did you find any solution? Kinda crazy their main library doesn't compile for iOS...

ollyde avatar Jul 08 '22 16:07 ollyde

I had to disable Bitcode in 3 places, and for some reason the share extension too.

Screenshot 2022-07-08 at 19 12 41 Screenshot 2022-07-08 at 19 12 31 Screenshot 2022-07-08 at 19 12 37

ollyde avatar Jul 08 '22 17:07 ollyde