diff --git a/tutorials/export/exporting_for_ios.rst b/tutorials/export/exporting_for_ios.rst index 7a0e93b44..0b602b949 100644 --- a/tutorials/export/exporting_for_ios.rst +++ b/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 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 `_ 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.