diff --git a/ios/Podfile b/ios/Podfile index 3e44f9c..53332ae 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -40,5 +40,8 @@ end 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.delete 'IPHONEOS_DEPLOYMENT_TARGET' + end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index df72cec..550a32c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -165,6 +165,6 @@ SPEC CHECKSUMS: RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21 sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a -PODFILE CHECKSUM: a57f30d18f102dd3ce366b1d62a55ecbef2158e5 +PODFILE CHECKSUM: 41c353e343192e6a9e83579ce8eddd1e313ec1a0 COCOAPODS: 1.13.0