review readme for ios

This commit is contained in:
pls.153 2022-02-12 14:52:31 +01:00
parent 280104925f
commit 94fe6824c1

View file

@ -39,8 +39,16 @@ $ ./xcode.sh
```
The script above first cross-compiles the Lisp code, then opens **Xcode**.
N.B: Before building the app, go to Build Settings / Build Options and set
**Enable Bitcode** to **No**.
Please note:
* before building the app, go to Build Settings / Build Options and set
**Enable Bitcode** to **No**
* if it complains about missing source files when first hitting the Run button,
just hit the Run button again (and they will be generated)
* using latest Xcode, it may complain about the Legacy Build System; just go to
File / Project Settings and select New Build System
The simulator will not work here, because we didn't cross-compile ECL and
the app code for the simulator.