Cojocaru George
Cojocaru George
I was finally able to make it work with plugin version 1.0.11 and Xcode 12.5 Podfile ``` post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'...
After I have made the modification to your file now I don't get the error and everything works perfectly. I think i was receiving on the testing part the "TICKET"...
I have created a PR for this, and also I have learned that this is configurable by channel, so ignore this part from my previews massage :)