mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
review readme for ios
This commit is contained in:
parent
280104925f
commit
94fe6824c1
1 changed files with 10 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue