So I tried to add OpenFeint to my Cocos2D game, didn't work (I have no idea why), so I removed everything I added. Now my game (that worked perfectly before) is working on my iPhone device, but crashing on simulator. When debugging I get "EXC_ARITHMETIC" on line:
int retVal = UIApplicationMain(argc, argv, nil, @"APPNAMEAppDelegate");
In the main.m file.
Can anybody help me please?