mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
7 lines
364 B
Plaintext
7 lines
364 B
Plaintext
---
|
|
title: 'Troubleshoot: Compiling & Linking'
|
|
---
|
|
|
|
## Undefined symbols: `___isPlatformVersionAtLeast`, referenced from...
|
|
If you run into this issue compiling with CoreML for macOS/iOS, you'll need to add a Rust flag to your crate to get it to link properly. See [Execution providers > CoreML](/perf/execution-providers#coreml) for instructions on how to do so.
|