Skip to content

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
Fix crash on iOS <= 15
  • Loading branch information
g123k committed Jul 7, 2024
1 parent b1950ac commit 78be4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ post_install do |installer|
flutter_additional_ios_build_settings(target)

target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'

config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
'$(inherited)',
Expand Down

0 comments on commit 78be4ac

Please sign in to comment.