com.apple.product-type.bundle.ui-测试中,但是 'iphonesimulator' 平台没有这样的产品类型

com.apple.product-type.bundle.ui-testing, but there's no such product type for the 'iphonesimulator' platform

我使用 Xcode 7 Beta 开发这个项目

现在我切换到 Xcode 6.4

所以我现在遇到了这个问题

我试过清理,但没用

target 指定了产品类型 'com.apple.product-type.bundle.ui-testing',但是 'iphonesimulator' 平台没有这样的产品类型

如果您不使用 UI 测试,您可以在项目的构建设置中删除 UITest 目标。