简体   繁体   中英

Why doesn't Xcode 3.2.3 stop debugging my application when I hit home in the Simulator?

Good Day!

i have installed xcode latest in my snow leopard, now i have a question that when i run my project in xcode, and then stop it from simulator, but the xcode still shows that the app is running. so if i have to run it again, it will ask to rebuild like it was running and i want to run it again. i want to know that whether its an issue or bug, or its ok to be like this. and there is no issue in that.

One more thing, that now when i stop, the debugger is not sent any "KILL" or "END" or anything to show that app is ended.

please looking forward for this problem.

Thanks & Regards.

iOS 4.0 allows backgrounding, so your app can still be running when you quit it.

If you double-click the home button, tap-hold on your app icon, and press the red - , it will quit. You can also press ⌘. from Xcode to stop it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM