I tried to include/update cocoa pods in previously made project and got this error message. Trying hard as I can, I can not understand what setting exactly needs changed; I am even comparing to another project that does have CP successfully installed. So, this message could be more descriptive. Or a picture of the Xcode settings panel(s) or workflow would be helpful; pictures are usually more helpful than text for many humans. Thanks.
[!] 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 HelloSDL to Pods/Target Support Files/Pods-HelloSDL/Pods-HelloSDL.debug.xcconfig or include the Pods/Target Support Files/Pods-HelloSDL/Pods-HelloSDL.debug.xcconfig in your build configuration (../Pods/Target Support Files/Pods-HelloSDL/Pods-HelloSDL.debug.xcconfig).
I tried to include/update cocoa pods in previously made project and got this error message. Trying hard as I can, I can not understand what setting exactly needs changed; I am even comparing to another project that does have CP successfully installed. So, this message could be more descriptive. Or a picture of the Xcode settings panel(s) or workflow would be helpful; pictures are usually more helpful than text for many humans. Thanks.
[!] 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
HelloSDL
toPods/Target Support Files/Pods-HelloSDL/Pods-HelloSDL.debug.xcconfig
or include thePods/Target Support Files/Pods-HelloSDL/Pods-HelloSDL.debug.xcconfig
in your build configuration (../Pods/Target Support Files/Pods-HelloSDL/Pods-HelloSDL.debug.xcconfig
).