Skip to content

Commit 9978a74

Browse files
committed
manually set deployemtn target for pods
1 parent 2778594 commit 9978a74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flutter/example/ios/Podfile

+3
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ end
4343
post_install do |installer|
4444
installer.pods_project.targets.each do |target|
4545
flutter_additional_ios_build_settings(target)
46+
target.build_configurations.each do |config|
47+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
48+
end
4649
end
4750
end

0 commit comments

Comments
 (0)