We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ce8a5 commit e0b0abaCopy full SHA for e0b0aba
ios/Podfile
@@ -37,5 +37,9 @@ end
37
post_install do |installer|
38
installer.pods_project.targets.each do |target|
39
flutter_additional_ios_build_settings(target)
40
+ target.build_configurations.each do |config|
41
+ config.build_settings['ENABLE_BITCODE'] = 'NO'
42
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0'
43
+ end
44
end
45
0 commit comments