启动远程程序时出错:无法获取进程 3595 的任务
当我尝试使用 XCode 4 的临时分发配置文件在我的设备上运行我的应用程序时,我得到: 启动远程程序时出错:无法获取进程 3595 的任务。
不过,该应用程序确实会加载到设备上,并且如果我从那里启动它,则可以正常工作。 是的,在 Entitlements.plist 中“可以调试”设置为“否”。
When I try to run my app on my device with ad hoc distribution profile from XCode 4, I get:
Error launching remote program: failed to get the task for process 3595.
The app does load onto the device though and works fine if I launch it from there.
Yes, 'Can be debugged' is set to NO in Entitlements.plist.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
通常它不会在使用 ad hoc 配置文件时加载。您需要调试并且只能使用开发配置文件进行调试。
Usually it wont load while with ad hoc profile .You need to debug and can debug only with development profile.
您无法调试使用分发(甚至临时)配置文件签名的应用程序。
You can't debug apps signed with the distribution (even adhoc) provisioning profile.
如果您是假代码签名,请尝试此操作
http://www.youtube.com/watch?v=AqDVXh2S1P0
Try this if you are fake Code Signing
http://www.youtube.com/watch?v=AqDVXh2S1P0