I'm trying to integrate gdrexport into my build system on a Mac but I'm not able to get it to export and XCode4 compatible project. The command I'm using is:
gdrexport -platform ios game.gproj ~/build
The ~/build/game folder is populated with what looks like a Windows build system (lots of DLLs and EXEs) but not an xcode project like I get when I export from Gideros Studio directly. Anyone else have this working successfully?
Thanks in advance.
Comments