-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift Package cannot pass Archive Validation #23
Comments
this one has been fixed in com.microsoft.onnxruntime_extensions |
this one has been fixed in com.microsoft.onnxruntime_extensions cc @edgchen1 |
Should we wait for the next release, or should we just re-fetch the package? |
cc @edgchen1 @apsonawane, please, this seems like an easy fix |
onnxruntime-swift-package-manager 1.20.0 has been released. It uses onnxruntime-extensions 0.13.0 which includes the fix for the invalid identifier. |
Hello,
I am using the onnx swift package in my iOS project, when attempting archive and upload a build to the TestFilght, it is failing validation with the following errors.
It appears there are two errors, the statically linked framework needs to set MinimumOSVersion in its info .plist.
Also the onnxruntime_extensions looks like it needs to renamed to not use underscores.
I do not get the errors when archiving and uploading using cocoa pods.
But would much rather be using Swift Packages as Onnx is the only pod being used in my project.
Thank you!
The text was updated successfully, but these errors were encountered: