Open djrluna opened 1 month ago
This bundle is invalid. The bundle at path Payload/Interview.app/Frameworks/onnxruntime_extensions.framework has an invalid CFBundleIdentifier 'com.microsoft.onnxruntime_extensions'
this one has been fixed in com.microsoft.onnxruntime_extensions
This bundle is invalid. The bundle at path Payload/Interview.app/Frameworks/onnxruntime_extensions.framework has an invalid CFBundleIdentifier 'com.microsoft.onnxruntime_extensions'
this one has been fixed in com.microsoft.onnxruntime_extensions
cc @edgchen1
This bundle is invalid. The bundle at path Payload/Interview.app/Frameworks/onnxruntime_extensions.framework has an invalid CFBundleIdentifier '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?
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!