Xcode7 项目转 Xcode6 时 出现问题
生活随笔
收集整理的這篇文章主要介紹了
Xcode7 项目转 Xcode6 时 出现问题
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
target specifies product type 'com.apple.product-type.bundle.ui-testing', but there's no such product type for the 'iphonesimulator' platform!
1. 進(jìn)入$(ProjectName).xcodeproj/project.pbxproj
2.文件中找出對(duì)應(yīng)的com.apple.product-type.bundle.ui-testing將其替換為com.apple.product-type.bundle.
// 下面的是 ios 版本更換.
1.Deployment Target 換成自己有的 ios 版本.
2.Deployment Info 換成自己有的 ios 版本.
?
轉(zhuǎn)載于:https://www.cnblogs.com/developer-ios/p/4847177.html
總結(jié)
以上是生活随笔為你收集整理的Xcode7 项目转 Xcode6 时 出现问题的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [转]避免误用 Redis
- 下一篇: 理解Flight框架核心