Browse Source

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 <[email protected]>
Co-authored-by: Max Hilbrunner <[email protected]>
Martin Majewski 2 years ago
parent
commit
db8b8db128
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tutorials/export/exporting_for_ios.rst

+ 6 - 0
tutorials/export/exporting_for_ios.rst

@@ -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
 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.
 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:
 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.
   * **Path** is an empty folder that will contain the exported Xcode project files.