iPhone 模拟器的构建陷入困境

发布于 2024-10-19 16:28:48 字数 221 浏览 4 评论 0原文

我最近在 XCode 中进行了普通 C++ 项目,并添加了一个新的 iPhone 目标。然而,现在我无法再为 Mac 构建旧的 C++ 目标了;它卡在“iPhone模拟器”上。当我编译时,它给我错误目标指定产品类型'com.apple.product-type.tool',但'iphonesimulator'平台没有这样的产品类型,这是完全有道理的 - - 我只是根本不想为 iPhone 进行编译。

I recently took my plain-vanilla C++ project in XCode, and added a new iPhone target. Now, however, I can't build my old C++ target for the Mac anymore; it's stuck on "iPhone Simulator." When I compile, it gives me the error target specifies product type 'com.apple.product-type.tool', but there's no such product type for the 'iphonesimulator' platform, which makes perfect sense-- I just don't want to compile for the iPhone at all.

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

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

发布评论

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

评论(1

烟花易冷人易散 2024-10-26 16:28:48

我切换到 XCode 4 beta,它工作得很好,所以这似乎只是 XCode 3 中的一个错误。

I switched to the XCode 4 beta, and it worked fine, so it seems just to be a bug in XCode 3.

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