Document exporting/compiling for the iOS simulator not currently being supported

Once the issue is resolved, it could support Compatibility but not
Forward+/Mobile due to these renderers requiring a feature the iOS
simulator doesn't support (image cube arrays).
This commit is contained in:
Hugo Locurcio
2025-09-27 00:54:59 +02:00
parent ef607c2b1b
commit a0501c8738
2 changed files with 17 additions and 0 deletions

View File

@@ -57,6 +57,15 @@ When the export completes, the output folder should look like this:
.. image:: img/ios_export_output.webp
.. warning::
Exporting for the iOS simulator is currently not supported as per
`GH-102149 <https://github.com/godotengine/godot/issues/102149>`__.
Apple Silicon Macs can run iOS apps natively, so you can run exported iOS projects
directly on an Apple Silicon Mac without needing the iOS simulator.
Opening **exported_xcode_project_name.xcodeproj** lets you build and deploy
like any other iOS app.