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.
2 parents be4128e + e0b0aba commit 45ab81aCopy full SHA for 45ab81a
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