杀死 iPhone 中的应用程序
要杀死模拟器中的应用程序,我这样做
双击主页按钮,出现红色徽章,点击它即可 杀死应用程序
之后,我返回屏幕并双击重新启动应用程序,我得到了
线程1:程序收到信号:“SIGKILL”
我尝试从 Apple 的示例代码下载大约 5 个应用程序,但遇到了同样的问题...我是否做错了什么?请就这个问题给我建议 谢谢
To kill an application in simulator, I do
double click on the home button then the red badge appears, tap it to
kill the app
After that, i return to the the screen and double click to relaunch an application and i got
Thread 1 : program received signal :"SIGKILL"
I tried about 5 application download from sample codes at Apple and I got the same problem... Have I done something wrong or else. Please advice me on this issue
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里没有什么问题。发生的情况是模拟器会告诉您应用程序上次停止的原因。要重新启动应用程序,只需 CMD+Q 即可退出模拟器,或使用 XCode 中的停止按钮。
There is nothing wrong here. What happens is the simulator is giving you the reason the application was stopped the last time. To restart the app, simply CMD+Q to quit the simulator, or use the stop button in XCode.