fix ios readme build device description

if none arch has been defined,then you can use "xcodebuild  -scheme "lua-empty-test" -sdk  iphonesimulator SYMROOT=." to compile the simulator ,or,You can use 'xcodebuild  -scheme "lua-empty-test" -sdk  iphoneos SYMROOT=.' to build in ios device。
The Xcode Architectures will show "Standard architecture"
This commit is contained in:
wtfdnvxk 2020-11-11 17:06:03 +08:00 committed by GitHub
parent d1f0a287ac
commit 44fb557458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
```sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer```
3. Generate xcode project
```sh
# for device arm64
# for any device
cmake -S . -B build -GXcode -DCMAKE_TOOLCHAIN_FILE=cmake/ios.mini.cmake
# for device combined armv7,arm64