RESOLVED FIXED 149818
Disable Bitcode when building for iOS device
https://bugs.webkit.org/show_bug.cgi?id=149818
Summary Disable Bitcode when building for iOS device
Daniel Bates
Reported 2015-10-05 14:58:03 PDT
Do not generate bitcode when building for iOS device. Xcode 7 generates bitcode for iOS device apps by default.
Attachments
Patch (1.54 KB, patch)
2015-10-05 15:00 PDT, Daniel Bates
ap: review+
Daniel Bates
Comment 1 2015-10-05 14:59:36 PDT
With the patch for bug #140828, running build-webkit --debug --device eventually fails with the following message: ld: -unexported_symbol and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together
Daniel Bates
Comment 2 2015-10-05 15:00:26 PDT
Alexey Proskuryakov
Comment 3 2015-10-05 15:14:10 PDT
Comment on attachment 262465 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262465&action=review > Tools/ChangeLog:9 > + Xcode 7 generates bitcode for iOS device apps by default. For now, do not generate bitcode > + when building for iOS device. Why is it "for now"? Not sure why we'd need that for a system framework.
Daniel Bates
Comment 4 2015-10-05 15:26:59 PDT
(In reply to comment #3) > Comment on attachment 262465 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=262465&action=review > > > Tools/ChangeLog:9 > > + Xcode 7 generates bitcode for iOS device apps by default. For now, do not generate bitcode > > + when building for iOS device. > > Why is it "for now"? Not sure why we'd need that for a system framework. We do not need it. Will remove the phrase "For now".
Daniel Bates
Comment 5 2015-10-05 15:36:25 PDT
Note You need to log in before you can comment on or make changes to this bug.