My iPhone Simulator causes SIGTERM when I quit it after clicking Home button.
Xcode Version 4.1 Build 4B110 (I got this from Mac App Store and it's running on 10.7 mid 2011 MBA.)
- Create new iOS iPhone View-based project
- Build and run in iPhone Simulator
- Click the home button in Simulator
- Quit the Simulator
Xcode pauses the project and says:
Thread 1: Program received signal: "SIGTERM".
in main.m for this line of code:
int retVal = UIApplicationMain(argc, argv, nil, nil);
I am not sure of this but I don't recall getting this behavior. I found that If I quit the Simulator while my program is active then everything is ok.
I'm wondering if others experience this also.
Thanks!
iOS 4.3