启动远程程序时出错:无法获取进程 3595 的任务

发布于 2024-11-15 16:27:55 字数 165 浏览 1 评论 0原文

当我尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

彡翼 2024-11-22 16:27:55

通常它不会在使用 ad hoc 配置文件时加载。您需要调试并且只能使用开发配置文件进行调试。

Usually it wont load while with ad hoc profile .You need to debug and can debug only with development profile.

我是男神闪亮亮 2024-11-22 16:27:55

您无法调试使用分发(甚至临时)配置文件签名的应用程序。

You can't debug apps signed with the distribution (even adhoc) provisioning profile.

云醉月微眠 2024-11-22 16:27:55

如果您是假代码签名,请尝试此操作

http://www.youtube.com/watch?v=AqDVXh2S1P0

Try this if you are fake Code Signing

http://www.youtube.com/watch?v=AqDVXh2S1P0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文