microsoft / onnxruntime-swift-package-manager

A light-weight repository for providing Swift Package Manager support for ONNX Runtime.
MIT License
26 stars 9 forks source link

MinimumOSVersion #16

Open licq opened 3 months ago

licq commented 3 months ago

When I distribute MyApp to App Store, there is an error. "Apps that only support 64-bit devices must specify a deployment target of 8.0 or later. MinimumOSVersion in 'MyApp.app/Frameworks/onnxruntime.framework' is ''.

this only occured in xcode 15.3.

tqtifnypmb commented 3 weeks ago

Same issue here.

Have this been resolved?

akatkov7 commented 2 weeks ago

Also having this issue and would love to see a fix.

In the meantime, here's a workaround that worked for me:

then I was able to submit that archive successfully!