This has been happening for a while after a pod install, and doesn't seem to cause issues, but documenting to close for whenever we fix. Each of our 3 schemes throws a warning about Cocoapods not setting the base configuration.
[!] 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 Lets Do This to Pods/Target Support Files/Pods/Pods.debug.xcconfig or include the Pods/Target Support Files/Pods/Pods.debug.xcconfig in your build configuration.
[!] 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 Lets Do This to Pods/Target Support Files/Pods/Pods.release.xcconfig or include the Pods/Target Support Files/Pods/Pods.release.xcconfig in your build configuration.
[!] 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 Lets Do This to Pods/Target Support Files/Pods/Pods.thor.xcconfig or include the Pods/Target Support Files/Pods/Pods.thor.xcconfig in your build configuration
This has been happening for a while after a
pod install
, and doesn't seem to cause issues, but documenting to close for whenever we fix. Each of our 3 schemes throws a warning about Cocoapods not setting the base configuration.