Skip to content

Commit

Permalink
manually set deployemtn target for pods
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Oct 3, 2023
1 parent 2778594 commit 9978a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flutter/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,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['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end

0 comments on commit 9978a74

Please sign in to comment.