简体   繁体   English

Xcode iPhone项目不再在我的iPhone上调试

[英]Xcode iPhone project no longer debugs on my iPhone

My Xcode iPhone project no longer debugs on my iPhone. 我的Xcode iPhone项目不再在我的iPhone上进行调试。

When I run it from Xcode, it builds, downloads to iPhone, and then shows: "GDB: Running..." for half a minute, and then Xcode shows: "Error from Debugger: The program being debugged is not being run." 当我从Xcode运行它时,它构建,下载到iPhone,然后显示:“GDB:正在运行......”半分钟,然后Xcode显示:“调试器出错:正在调试的程序没有运行。 “

..and the iPhone shows springboard. ..而且iPhone显示跳板。

If I click the app's icon, the app runs ok. 如果我点击应用程序的图标,该应用程序运行正常。

You're propably building with an ad hoc provisioning profile. 您可以使用临时配置文件构建。 Make sure you're building using your team development provisioning profile and that you allow debugging in your Entitlements.plist. 确保使用团队开发配置文件构建,并允许在Entitlements.plist中进行调试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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