-
Notifications
You must be signed in to change notification settings - Fork 89
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
"com.microsoft.onnxruntime_extensions" is not a valid bundle identifier #825
Comments
@edgchen1 , any suggestions? |
maybe rename it to "com.microsoft.onnxruntime-extensions". |
Ref: microsoft#825 "com.microsoft.onnxruntime_extensions" is not a valid identifier. Update it to "com.microsoft.onnxruntime-extensions"
Ref: #825 "com.microsoft.onnxruntime_extensions" is not a valid identifier. Update it to "com.microsoft.onnxruntime-extensions"
@edgchen1 @wenbingl can we create a new release please, both here and in https://github.com/microsoft/onnxruntime-swift-package-manager ? The issues will start piling up soon as this breaks the package in Xcode 16.0 |
@apsonawane, can you cherry-pick PR #829 to the release branch, which is minor change but fixed a very important issue? |
Ref: #825 "com.microsoft.onnxruntime_extensions" is not a valid identifier. Update it to "com.microsoft.onnxruntime-extensions"
Ref: #825 "com.microsoft.onnxruntime_extensions" is not a valid identifier. Update it to "com.microsoft.onnxruntime-extensions" Co-authored-by: Rony Fadel <[email protected]>
Hey @apsonawane, @wenbingl , any updates to this? The way I see it we'll need a new release in this project, and a new one at https://github.com/microsoft/onnxruntime-swift-package-manager that references it. |
Hello @ronyfadel, we are planning on releasing this week will keep you updated. Thank you! |
the exported framework has a bundle identifier of "com.microsoft.onnxruntime_extensions", which is invalid (because of the "_") and Xcode is starting to reject it.
The text was updated successfully, but these errors were encountered: