[ios] Remove the support for bitcode
According to Xcode 14 documentation [1]: > Xcode no longer builds bitcode by default and generates a warning > message if a project explicitly enables bitcode: “Building with > bitcode is deprecated. Please update your project and/or target > settings to disable bitcode.” The capability to build with bitcode > will be removed in a future Xcode release. IPAs that contain bitcode > will have the bitcode stripped before being submitted to the App > Store. Debug symbols for past bitcode submissions remain available > for download. (86118779) [1]: https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes Bug: webrtc:14237 Change-Id: I39fb618409e1978f8e7b42aa71208e00ed69d85f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267407 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#37415}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
67d23043f3
commit
a5f267d5ac
@ -2,9 +2,8 @@
|
||||
|
||||
## Development Environment
|
||||
|
||||
In case you need to build the framework manually
|
||||
(for instance if you need to support bitcode) or you want to try out the demo application
|
||||
AppRTCMobile, follow the instructions illustrated bellow.
|
||||
In case you need to build the framework manually or you want to try out the
|
||||
demo application AppRTCMobile, follow the instructions illustrated bellow.
|
||||
|
||||
A macOS machine is required for iOS development. While it's possible to
|
||||
develop purely from the command line with text editors, it's easiest to use
|
||||
@ -170,11 +169,6 @@ If you need a FAT `.framework`, that is, a binary that contains code for
|
||||
multiple architectures, and will work both on device and in the simulator,
|
||||
a script is available [here][framework-script]
|
||||
|
||||
To build the framework with bitcode support, pass the `--bitcode` flag to the script like so
|
||||
|
||||
```
|
||||
$ python tools_webrtc/ios/build_ios_libs.py --bitcode
|
||||
```
|
||||
The resulting framework can be found in out_ios_libs/.
|
||||
|
||||
Please note that you can not ship the FAT framework binary with your app
|
||||
|
||||
Reference in New Issue
Block a user