Colin Schmale
Results
1
comments of
Colin Schmale
In your Podfile you have to replace ``` post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end end ``` with ``` post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) target.build_configurations.each do |config|...