I try to compile a very basic project with 3 red sprites, using C2 Runtime and work perfect, but I can not see my real game in action, my game crash here:
— {
int retVal = UIApplicationMain(argc, argv, nil, "AppDelegate");
return retVal;
}
maybe a problem of memory?
Best,
Maxi.