我是 iPhone 开发的新手,所以我真的不知道这是否是一个愚蠢的问题......我在模拟器中运行我的应用程序,一切都很好。然后我按下模拟器中的主页按钮。然后我双击 home 并从多任务栏中关闭我的应用程序。然后会弹出 xcode 窗口并以绿色文本显示lldb
. 附带说明一下,除非我从 xcode 运行该应用程序,否则该应用程序将无法在 ios 模拟器上运行。有什么想法吗?提前致谢。
问问题
120 次
2 回答
2
这没什么好担心的,伙计。
1)It happens only whenever you delete the running instance (app) of the app from the Home panel of the simulator/device.
2)It will also happen if you unplug your
iphone 设备from the
Macduring the debug Mode application.
所以不用担心,这不是错误!
于 2012-11-18T22:38:23.043 回答
1
IOS是正确的,正常的。如果您在测试期间从 Mac 上拔下 iphone,它也会执行此操作。:)
于 2012-11-19T02:36:44.927 回答