开发者

Iphone simulator 4.0 home button does not stop xcode debugger

Can any one help me ?

I run my application via xcode开发者_StackOverflow iphone simulator 4.0 , now i want to stop my application ,so when i click my iphone simulator home button it didnt stop the debugger . I dont know why ?

Can anyone help me ?

The xcode debugger is still running ? I didnt see such a problem in iphone os 3.0...

Thanks in advance...


The home button now suspends the application in the background. With iOS 4 you must kill the process.


Isn't there a option for terminating app in the xcode itself? I suppose there is red button that can stop the app.


You can force your application not to suspend but actually killing itself by adding "Application does not run in background" in your -Info.plist file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜