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



1. 进入$(ProjectName).xcodeproj/
project.pbxproj

2.
件中找出对应的com.apple.product-type.bundle.ui-testing将其替换为com.apple.product-type.bundle.


// 下面的是 ios 版本更换.
1.Deployment Target 换成自己有的 ios 版本.

2.Deployment Info 换成自己有的 ios 版本.


 

相关文章: