From 00d3d477e597d17caf0cf0eaf020e67c3576fd94 Mon Sep 17 00:00:00 2001 From: Rachel Guo <35738743+YUNQIUGUO@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:58:02 -0800 Subject: [PATCH] Update ios.md with updated arguments name (#19528) ### Description ### Motivation and Context #19526 --- docs/build/ios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/ios.md b/docs/build/ios.md index 7734db756cb2e..bad20d142eb34 100644 --- a/docs/build/ios.md +++ b/docs/build/ios.md @@ -51,14 +51,14 @@ Run one of the following build scripts from the ONNX Runtime repository root: ```bash ./build.sh --config --use_xcode \ - --ios --ios_sysroot iphonesimulator --osx_arch x86_64 --apple_deploy_target + --ios --apple_sysroot iphonesimulator --osx_arch x86_64 --apple_deploy_target ``` ### Cross compile for iOS device ```bash ./build.sh --config --use_xcode \ - --ios --ios_sysroot iphoneos --osx_arch arm64 --apple_deploy_target + --ios --apple_sysroot iphoneos --osx_arch arm64 --apple_deploy_target ``` ### CoreML Execution Provider