相关疑难解决方法(0)

target指定产品类型'com.apple.product-type.application'

我在Xcode版本4.0 Build 4A304a中构建并运行应用程序

我将压缩文件夹发送给了我的经理.当他试图建立并运行时,他得到:

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

他的版本是3.2.5 64位

我检查了一下,这很好.他正在运行4.2 sdk.

请帮忙!

xcode objective-c

8
推荐指数
1
解决办法
4498
查看次数

Xcode 4.5:没有iphoneos的"com.apple.product-type.application"产品类型

我刚刚将Xcode升级到版本4.5,但是我现在在尝试在iPhone上运行时遇到此错误:

target specifies product type 'com.apple.product-type.application', but there's no such product type for the 'iphoneos' platform
Run Code Online (Sandbox Code Playgroud)

它在模拟器上工作正常,它曾用于4.4版本.

xcode compiler-errors xcode4.5

7
推荐指数
2
解决办法
1万
查看次数

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

当我运行我的快速项目时,我收到了这个错误.

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

我在SO上发现了一些类似的问题,但这个答案并没有解决我的问题.我也用Google搜索了,里面没有这个产品类型的项目.

我正在使用xcode 6.4和swift 1.2

xcode ios swift xcode-ui-testing

6
推荐指数
2
解决办法
1万
查看次数

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

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

现在我切换到Xcode 6.4

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

我试过干净,但它不起作用

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

xcode ios ios-simulator swift swift2

3
推荐指数
1
解决办法
2610
查看次数