首页 > 其他 > 详细

Xcode7 项目转 Xcode6 时 出现问题

时间:2015-09-29 20:37:13      阅读:239      评论:0      收藏:0      [点我收藏+]


target specifies product type com.apple.product-type.bundle.ui-testing, but theres 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 版本.


 

Xcode7 项目转 Xcode6 时 出现问题

原文:http://www.cnblogs.com/developer-ios/p/4847177.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!