visionOS support #19313
-
I'm working on visionOS support here: https://github.com/AudioKit/onnxruntime/tree/visionos Here's a quick link to compare my branch: main...AudioKit:onnxruntime:visionos My build command is:
Error I'm getting is:
Any help greatly appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
@skottmckay, could you please help on this? |
Beta Was this translation helpful? Give feedback.
-
That file would usually be generated by the build. Not sure what values cmake has for a visionOS build and whether the conditions at the start of this block need updating to support it. onnxruntime/cmake/onnxruntime_providers_coreml.cmake Lines 11 to 37 in 465540d |
Beta Was this translation helpful? Give feedback.
-
I tried @wtholliday's fork and it does works with minimal build! But if I remove the
My build command is:
Wondering which piece is missing for the standard build with xros SDK. 🤔 |
Beta Was this translation helpful? Give feedback.
-
Add "visionOS" here: |
Beta Was this translation helpful? Give feedback.
Add "visionOS" here:
onnxruntime/cmake/onnxruntime_providers_cpu.cmake
Line 226 in 58f4921