XCode - Iphone 项目无法在 iPhone 模拟器上运行?

发布于 2024-11-03 21:21:09 字数 142 浏览 5 评论 0原文

我的 XCode 项目出了点问题。

在 XCode 4 的左上角,您可以指定要在其上运行应用程序的设备/模拟器,但不会显示任何 iphone/ipad 相关目标。它显示“我的 Mac 64 位”

我该如何解决此问题?

谢谢

Something happened to my XCode Project.

On top left side of XCode 4 where you can specify what device/simulator you want to run your app on it does not show any iphone/ipad related target. It shows "My Mac 64-bit"

How can I fix this problem?

Thanks

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

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

发布评论

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

评论(3

貪欢 2024-11-10 21:21:09

重新启动 XCode,看看效果如何。

通常,当我使用 git 将更改拉到 XCode4 项目文件时,顶部的列表似乎失去了它的位置。重新启动对我来说很快就能解决这个问题。太烦人了。

Restart XCode, see how you go.

Often when I use git to pull changes to the XCode4 project file the list in the top seems to lose it's place. Restarting fixes that issue very time for me. Totally annoying.

很糊涂小朋友 2024-11-10 21:21:09

我想通了。我必须编辑方案(产品->方案->编辑方案...),并且由于某种原因没有选择可执行文件。我选择了我的应用程序并保存,现在我又恢复了模拟器和设备选项。

I figured it out. I had to edit the scheme (Product->Scheme->Edit Scheme...), and for some reason no executable was selected. I chose my app, saved and now I have my simulator and device options back.

陈独秀 2024-11-10 21:21:09

对我有用的就在这里:
仅限 Xcode iOS 项目显示“我的 Mac 64 位”,但不显示模拟器或设备

这是我的 Mike Reining 发布的答案,其中写道:
右键单击 xcodeproj 文件并选择“显示包内容”。现在删除 xcuserdata 文件夹中的所有内容。瞧。

在删除 xcuserdata 文件夹之前先对其进行备份。

What worked for me is here:
Xcode iOS project only shows "My Mac 64-bit" but not simulator or device

It's the answer posted my Mike Reining which says:
Right-click on the xcodeproj file and select "show package contents." Now delete everything inside the xcuserdata folder. Voila.

Make a backup copy of the xcuserdata folder before you delete it.

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