Changes between Version 111 and Version 112 of Getting-Started/iPhone
- Timestamp:
- Jul 21, 2022 3:47:22 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v111 v112 87 87 88 88 Note that the exact paths may vary according to your SDK version. 89 90 === Bitcode === 91 92 To enable bitcode, use the following steps: 93 94 1. In running the configure script, add {{{-fembed-bitcode}}} to {{{CFLAGS}}}, e.g: {{{CFLAGS=-fembed-bitcode ./configure-iphone}}}. 95 2. Run {{{make}}}. 96 3. In XCode, ipjsua -> Build Settings, Search "bitcode" -> set "Enable Bitcode" to "Yes". 97 4. Build. 98 99 Note that any third-party dependencies, e.g: OpenSSL, will need to be built with bitcode enabled too. 89 100 90 101 [[BR]]