【发布时间】:2014-10-05 12:06:12
【问题描述】:
我正在使用一些适用于 iOS 的本机插件使用 trigger.io 开发应用程序,但在调试我的应用程序时遇到问题。 应用程序成功传输到设备,应用程序启动并突然终止。触发 io 控制台输出以:
[INFO] (lldb) connect
[INFO] Process 0 connected
[INFO] (lldb) waiting for connection event
[INFO] No connect event, assuming we are already connected
[INFO] (lldb) run
[INFO] error: process launch failed: failed to get the task for process 386
Here is a gist of the full output
我的 lldb 版本是 lldb-320.4.124.10 。 Forge 工具运行版本 3.3.82,Xcode 6.0.2,设备运行 iOS 8.0.2
感谢任何提示。
【问题讨论】:
标签: ios trigger.io