mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-18 18:52:16 +00:00
Fix Objective C link (#11755)
This commit is contained in:
parent
e25d51170c
commit
7f7f47183b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Refer to the [installation instructions](../install/index.md#install-on-ios).
|
|||
## Swift Usage
|
||||
|
||||
The Objective-C API can be called from Swift code.
|
||||
To enable this, use a bridging header (more info [here](https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift)) that imports the ORT Objective-C API header.
|
||||
To enable this, use a bridging header (more info [here](https://developer.apple.com/documentation/swift/importing-objective-c-into-swift)) that imports the ORT Objective-C API header.
|
||||
|
||||
```objectivec
|
||||
// In the bridging header, import the ORT Objective-C API header.
|
||||
|
|
|
|||
Loading…
Reference in a new issue