DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Cocoapods warning #1004

Closed aaronschachter closed 8 years ago

aaronschachter commented 8 years ago

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