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

本秂侑毒 提交于 2020-01-04 02:41:06

问题


I used Xcode 7 Beta to develop this project

and now I switch to Xcode 6.4

So I had this issue now

and i have tried clean, but it doesn't work

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


回答1:


If you are not using UI Testing, you can delete the UITest target in your project's build settings.



来源:https://stackoverflow.com/questions/31914765/com-apple-product-type-bundle-ui-testing-but-theres-no-such-product-type-for-t

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!