@TandG, I’m seeing if we can get a Swift based example.
Rob
@Corona Staff
see XCode PROJECT - APP - Configurations - Base on Configuration File.
Corona is CoronaApp, Normal Cocospods Xcode Project Pods-App.release.
now CoronaApp && Pods-App.release conflict, Pods-App.release can’t work.
[!] 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 App
to Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig
or include the Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig
in your build configuration (CoronaApp.xcconfig
).
[!] 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 App
to Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig
or include the Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig
in your build configuration (CoronaApp.xcconfig
).