iPhone 模拟器的构建陷入困境
我最近在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我切换到 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.