Skip to content

Commit

Permalink
Update ios.md with updated arguments name (#19528)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
YUNQIUGUO authored Feb 15, 2024
1 parent 30e1895 commit 00d3d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00d3d47

Please sign in to comment.