Changes between Version 111 and Version 112 of Getting-Started/iPhone


Ignore:
Timestamp:
Jul 21, 2022 3:47:22 AM (22 months ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v111 v112  
    8787 
    8888Note that the exact paths may vary according to your SDK version. 
     89 
     90=== Bitcode === 
     91 
     92To 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 
     99Note that any third-party dependencies, e.g: OpenSSL, will need to be built with bitcode enabled too. 
    89100 
    90101[[BR]]