The scummvm.xcodeproj in dists/iphone does not seem to be up to date and contains references to files which do not exist anymore.
The readme file in dist/iphone contains this section:
I was able to compile the XCode version of the create_project which is in devtools/creaete_project/xcode.The Xcode project files can now be created automatically from the GCC
files using the create_project tool inside the /tools/create_project folder.
But I don't know how to continue with this create_project tool.
When I run it with the source folder it gives me the following error:
Code: Select all
ERROR: No project type has been specified!
Code: Select all
ERROR: Unknown parameter "--xcode"
Thanks in adance
I was able to compile the standard Mac OSX version through the standard configure and make commands by the way.