Today, when using the pod install, there is a
[!] CocoaPods do not set the base configuration of your project because your project already have a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target ' project name ' to ' pods/ Target support files/pods-project name/pods-project name. Release.xcconfig ' or include the ' Pods/target support files/pods-project name/ pods-the project name. Release.xcconfig ' in your build configuration.
The solution is as follows:
Change the point of the 3rd step arrow to None.
I appeared this problem was changed from the previous single target to multiple TARGET,POD directory structure, when the old configuration items still exist, affecting the new.
Copyright NOTICE: This article is for bloggers original article, welcome reprint but please keep the article source. http://blog.csdn.net/u010124617
CocoaPods do not set the base configuration of your project solution