Cocoapods问题
2016-09-12 本文已影响0人
莫_名
- 问题①
CocoaPods did not set the base configuration of your project because your project already has a custom config set
解决办法
找到project下 info下的configuration
把下面两个都改成none
去目录下重新pod install
然后(cmd+shift+K) clean一下 就OK了