i have been working on this iphone app in the new xcode4. Practically every time I exit my application in the simulator I get an error on a code line in the main.m Here is my line of code, and then the error on the next line
int retVal = UIApplicationMain(argc, argv, nil, nil);
Thread 1:Program received signal: "SIGTERM".
What is happening here? How do I fix this?