Browse Source

Add warning about using spaces in IPA filename. (#2569)

Warning to avoid using spaces in the exported IPA filename
See: https://github.com/godotengine/godot/issues/30052
Nicholas Thompson 6 years ago
parent
commit
c4a1722a00
1 changed files with 3 additions and 0 deletions
  1. 3 0
      getting_started/workflow/export/exporting_for_ios.rst

+ 3 - 0
getting_started/workflow/export/exporting_for_ios.rst

@@ -39,6 +39,9 @@ After you click **Export Project**, there are still two important options left:
           project's name. When you see **exported_xcode_project_name**
           in the following steps, replace it with the name you used instead.
 
+.. note:: Avoid using spaces when you choose your **exported_xcode_project_name** as
+          this can lead to corruption in your XCode project file.
+
 When the export completes, the output folder should look like this:
 
 .. image:: img/ios_export_output.png