There are some instructions on Godot wiki about exporting to iOS, but they are extremely brief and confusing to someone who has never worked with Xcode. I am trying to export my app to iOS but without success. It is probably caused because of my total unfamiliarity with Xcode and iOS devices.
Does anywhere exist a tutorial for noob like me? Tutorial that describes each step in more details (What am I doing now? What for am I doing this now? What version of Xcode I need to run it? How can I install my "exported" app to iPhone? etc..).
Some more specific questions:
Do I need Xcode and OSX to export an app for iOS? It seems to me, Xcode is only needed to change name, organiazation etc.
"Open the project" in the beginning of exporting for iOS guidelines means open godot_ios.xcodeproj in Xcode, right?
Do we need to compile anything in Xcode or do we just use Xcode for only changing name, etc.?
What does "and run/archive" in Add your project data section mean? Just put it back to zip archive again?
And then what? How can I run it on my iOS test device?