使用cocopods時遇到以下錯誤:
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 `yxx_ios` to `Pods/Target Support Files/Pods-yxx_ios/Pods-yxx_ios.debug.xcconfig` or include the `Pods/Target Support Files/Pods-yxx_ios/Pods-yxx_ios.debug.xcconfig` in your build configuration
通過谷歌發(fā)現(xiàn)stackoverflow有解答:鏈接
在project文件中打開info選項Configurations全部設(shè)置為none
