Issues getting iPhone Simulator and Apps started
I'm trying to get the iPhone simulator up and running for KitchenSink and various other apps, but I encounter the same problem each time.
The app appears to build and deploy, but each time it exits from the simulator with:
[INFO] Application has exited from Simulator
If I open the project up in Xcode it suggests I have duplicate 'main' functions, if I go to the main.m in the "Other Sources" directory and comment out the code, this will allow me to deploy and run the app, but it is a huge inconvenience to do this each time and publishing changes is a real fiddle (as it doesn't always seem to pick them up) - does anyone know why this is happening and what I can do to stop it happening?
I am on OSX 10.6.3, XCode 3.2.1, iPhone platform 3.1.3 and Titanium Developer 1.1
All the apps work on the Android platform 2.0.1.
Many thanks in advance!