Page 1 of 1

Application doesn't launch on simulator

PostPosted: Thu Jun 23, 2011 11:10 pm
by devileye
I'm using xcode 3.2.5

I have followed each and ever instruction but I'm still not able to run it on simulatore, let alone iphone.

I had changed the start.cpp to

int main()
{
//Because I was getting the "_main" error.
return 1;
}

The application gets installed on simulator but crashes on launch.

My Deployment target is 4.0 and Base SDK is 4.2
I have renamed my file to "geapp.dat"

What else am I doing wrong?

Re: Application doesn't launch on simulator

PostPosted: Fri Jun 24, 2011 8:44 am
by akr
Simulator is not supported with geapp. Use geplayer.

Re: Application doesn't launch on simulator

PostPosted: Fri Jun 24, 2011 10:48 am
by devileye
Thanks. It worked after I posted this in forums.

@Everyone, You can't run your sample game on simulator. You have to compile it for the device and then install it in your application.

Re: Application doesn't launch on simulator

PostPosted: Fri Jun 24, 2011 11:33 am
by schnellboot
or use geplayer like akr said