Add notice for signing issues when exporting to iOS with same name (#3810)

This commit is contained in:
Jonas
2020-07-20 09:43:53 +02:00
committed by GitHub
parent 2d7f79cd3f
commit d8a0848634

View File

@@ -63,6 +63,9 @@ In the following example:
* **exported_xcode_project_name** is the name of the exported iOS application (as above).
* **godot_project_to_export** is the name of the Godot project.
.. note:: **godot_project_to_export** must not be the same as **exported_xcode_project_name**
to prevent signing issues in Xcode.
Steps to link a Godot project folder to Xcode
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~