I have a project which I have started for Android in Linux and now I want to export it for iOS.
All iOS projects that I have exported before contained an .xcodeproj that can be opened with XCode to launch the game, but for some reason this project is being exported in a weird way, I got only the following files:
-Info.plist dummy.cpp en.lproj
Images.xcassets dylibs export_options.plist
There is no .xcodeproj that I can launch, so something is wrong here.
Anyone knows why this happens?