jarvis

Results 3 comments of jarvis

same +1

I have solved this issue temporarily with the following, but I am not sure if it will cause new issue yet. ``` post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) target.build_configurations.each...