Xcode 无法使用所选设备运行 没有配置的 iOS 设备可用

发布于 2024-11-01 02:32:56 字数 366 浏览 0 评论 0原文

我的一位同事通过我们的公司资料为我设置了配置资料。我读过几个教程,但没有一个与他实际设置的步骤相对应。最后,我的设备列在管理器的设备部分下,旁边有一个绿色圆圈(我猜这很好?)但是当我尝试在我的设备上运行该应用程序时,我收到了我在主题中提到的错误这个帖子。我应该提到我的设备已越狱,运行 iOS 4.2.6。我的设备“越狱”是否有问题?

这就像使用 Xcode 的第一天,来自 Linux 命令行和 Emacs 的感觉相当令人难以承受。我不期望你们中的任何人都能完整地演练。但如果您能给我指一个很好的长教程,向我展示如何使用最新版本的 Xcode 进行设置,我将不胜感激。

警告屏幕截图

One of my coworkers set me up with a provisioning profile through our corporate profile. I have read through several tutorials and none of them corresponded to the steps he actually took to get it set up. In the end my device was listed under the devices section of the organizer with a green circle next to it (I am guessing that's good?) but when I try to run the application on my device I get the error I mentioned in the subject of this post. I should mention my device is jailbroken running iOS 4.2.6. Is the "jailbrokenness" of my device an issue?

This is like day one with Xcode and it is pretty overwhelming coming from the Linux command line and Emacs. I don't expect a complete walk through from any of you. But if you can point me to a nice long tutorial showing me how to set this up with the latest version of Xcode I would appreciate it.

Screenshot for warning

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

冷情妓 2024-11-08 02:32:56

检查您是否可以在管理器中看到您的设备,并使用应用程序的部署目标验证设备上安装的 iOS 版本。这种情况很常见,因为您无法将 4.3 应用程序部署到 4.2.1 设备(例如)。

Check if you can see your device in Organizer and verify iOS version installed on the device with the deployment target for your application. This is very often the case as you won't be able to deploy 4.3 application to 4.2.1 device (for example).

陌若浮生 2024-11-08 02:32:56

在 Xcode 中将目标设置为project_name | iOS 设备

然后在 Xcode 中从产品菜单=>Build For=>为测试而构建

In Xcode Set the target to project_name | iOS Device

Then in Xcode From the product menu=>Build For=> Build For Testing

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