Okay,
I have a working game on my windows machine. How do I get it onto a Mac and then onto an iphone or iPad?
Here is what I tried:
1. On the windows machine I exported my game as a "Game data Only (iphone, ipad, ....), copied this .dat file onto a flash drive.
2. I borrowed a friends Mac with xcode, transferred the .dat file from the flash drive on to the Mac desktop
3. On the Mac I opened xcode (I know nothing about xcode, this could be my problem!!)
4. Started a new project, Mac OS X Application, Cocoa application, and gave the new project the same name as my exported file.
5. I then added my .dat file from the desktop into the resource section of my project.
6. "Build and run" and all I get is a blank white screen??
Please help.