-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
iOS export throws the following error: "JSON text did not start with array or object" #60302
Comments
Have you found any workaround? I've tried to install previous version of engine 3.4.2, 3.3.4 and it does not fixed that problem. Maybe issue is the last Xcode version? |
This was confirmed by cucaido on the Godot Forums: https://godotforums.org/discussion/29990/failed-to-export-ios-project-due-to-reason-the-project-x-is-damaged-and-cannot-be-opened |
No way to export to ipa in 3.4.4 too unfortunately. Any hints on how to solve it manually? |
UPD: if I use 3.4.2 iphone template in 3.4.4 it seem to export fine |
As workaround, App Store Team ID should be not your email but ID like : 4CP59N327WZ |
Actually free users do have an App Store Team ID, but it is not displayed in Xcode. For free users, Xcode displays your email whereas or paid users, Xcode will display the App Store Team ID. But, free users still have a proper App Store Team ID. You need to create a Xcode project and open the
|
This issue seems to be mostly a UX issue, maybe we could make this more clear somehow. Until then, we've now documented this on the docs: godotengine/godot-docs#7069 |
#74644 adds some extra validation and documentation (including instructions how to get Team ID on macOS/iOS to avoid this error) directly to the export dialog property tooltips. |
For others who arrive here--you likely need to populate your "TeamID" accessible from https://developer.apple.com/account#membership |
Godot version
3.4.4
System information
macOs 12.2 Monterrey, M1
Issue description
Exporting to iOs doesn't work. Throws the following error:
Tried creating a new project and I still get the same error.
Other exports work fine (android, html, macos, etc)
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: