mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Added note to circumvent an error during iOS project export (#7069)
* Added a note of correct App Store Team ID format. --------- Co-authored-by: Martin Majewski <martin.majewski.net@gmail.com> Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
This commit is contained in:
co-authored by
Martin Majewski
Max Hilbrunner
parent
17936f75aa
commit
db8b8db128
@@ -28,6 +28,12 @@ Export window opens, click **Add..** and select **iOS**.
|
||||
The **App Store Team ID** and (Bundle) **Identifier** options in the **Application** category
|
||||
are required. Leaving them blank will cause the exporter to throw an error.
|
||||
|
||||
.. note:: | If you encounter an error during export similar to
|
||||
| ``JSON text did not start with array or object and option to allow fragments not set``
|
||||
| then it might be due to a malformated **App Store Team ID**!
|
||||
| The exporter expects a (10 characters long) code like ``ABCDE12XYZ`` and not, e.g., your name as Xcode likes to display in the *Signing & Capabilities* tab.
|
||||
| You can find the code over at `developer.apple.com <https://developer.apple.com/account/resources/certificates/list>`_ next to your name in the top right corner.
|
||||
|
||||
After you click **Export Project**, there are still two important options left:
|
||||
|
||||
* **Path** is an empty folder that will contain the exported Xcode project files.
|
||||
|
||||
Reference in New Issue
Block a user