-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
p: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packageplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
CocoaPods 1.3.1 emits the following warnings when the Pods-Runner xcconfig is included in Generated.xcconfig, rather than directly in Debug.xcconfig or Release.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 `Runner` to `Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig` or include the `Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig` in your build configuration (`Flutter/Debug.xcconfig`).
Ideally Debug.xcconfig should contain:
#include "../Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
And Release.xcconfig should contain:
#include "../Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Metadata
Metadata
Assignees
Labels
p: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packageplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight