Skip to content

Commit a7570a7

Browse files
authored
Update docs on building Apple frameworks (#8800)
1 parent 5651a87 commit a7570a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/using-executorch-ios.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,12 @@ sudo /Applications/CMake.app/Contents/bin/cmake-gui --install
132132
./build/build_apple_frameworks.sh --help
133133
```
134134

135-
For example, the following invocation will build the ExecuTorch Runtime and all currently available kernels and backends for the Apple platform:
135+
For example, the following command will build the ExecuTorch Runtime along with all available kernels and backends for the Apple platform in both Release and Debug modes:
136136

137137
```bash
138-
./build/build_apple_frameworks.sh --coreml --mps --xnnpack --custom --optimized --portable --quantized
138+
./build/build_apple_frameworks.sh --Release --Debug --coreml --mps --xnnpack --custom --optimized --portable --quantized
139139
```
140140

141-
Append a `--Debug` flag to the above command to build the binaries with debug symbols if needed.
142-
143141
After the build finishes successfully, the resulting frameworks can be found in the `cmake-out` directory.
144142
Copy them to your project and link them against your targets.
145143

0 commit comments

Comments
 (0)