Update ios.md with updated arguments name (#19528)

### Description
<!-- Describe your changes. -->




### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

#19526
This commit is contained in:
Rachel Guo 2024-02-15 13:58:02 -08:00 committed by GitHub
parent 30e18950a1
commit 00d3d477e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
docs/build/ios.md vendored
View file

@ -51,14 +51,14 @@ Run one of the following build scripts from the ONNX Runtime repository root:
```bash
./build.sh --config <Release|Debug|RelWithDebInfo|MinSizeRel> --use_xcode \
--ios --ios_sysroot iphonesimulator --osx_arch x86_64 --apple_deploy_target <minimal iOS version>
--ios --apple_sysroot iphonesimulator --osx_arch x86_64 --apple_deploy_target <minimal iOS version>
```
### Cross compile for iOS device
```bash
./build.sh --config <Release|Debug|RelWithDebInfo|MinSizeRel> --use_xcode \
--ios --ios_sysroot iphoneos --osx_arch arm64 --apple_deploy_target <minimal iOS version>
--ios --apple_sysroot iphoneos --osx_arch arm64 --apple_deploy_target <minimal iOS version>
```
### CoreML Execution Provider