My app builds and runs on device well, also archives successfully. But when it comes to distributing the app on TestFlight, it fails everytime with this error:
Upload symbols failed
The archive did not include a dSYM for the onnxruntime.framework with the UUIDs [insert uuid]. Ensure that the archive's dSYM folder includes a DWARF file for onnxruntime.framework with the expected UUIDs.
Context:
I have an Xcode project called MyPrettyApp, which is an iPad app, that has a local swift package, called XYZPackage which has a Package.swift, that pulls in a bunch of SPMs such as onnxruntime.
What is the fix here? 🙏
My app builds and runs on device well, also archives successfully. But when it comes to distributing the app on TestFlight, it fails everytime with this error:
Context:
I have an Xcode project called MyPrettyApp, which is an iPad app, that has a local swift package, called XYZPackage which has a Package.swift, that pulls in a bunch of SPMs such as
onnxruntime.What is the fix here? 🙏