码迷,mamicode.com
首页 > 其他好文 > 详细

CocoaPods did not set the base configuration of your project 问题解决方案

时间:2015-07-16 19:48:43      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:ios开发   cocoapods错误   

今天在使用pod install的时候,出现了

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `项目名` to `Pods/Target Support Files/Pods-项目名/Pods-项目名.release.xcconfig` or include the `Pods/Target Support Files/Pods-项目名/Pods-项目名.release.xcconfig` in your build configuration.

技术分享


解决方案如下:

技术分享


把第3步箭头所指的地方改成如图所示的None即可。


我出现这问题是由之前的单个target改为了多个target,pod的目录结构发生了变化,此时旧的配置项仍然存在,影响了新的。

版权声明:本文为博主原创文章,欢迎转载但请保留文章出处。http://blog.csdn.net/u010124617

CocoaPods did not set the base configuration of your project 问题解决方案

标签:ios开发   cocoapods错误   

原文地址:http://blog.csdn.net/u010124617/article/details/46915077

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!