We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ca0cf commit 49150bbCopy full SHA for 49150bb
ios/Podfile
@@ -40,5 +40,10 @@ end
40
post_install do |installer|
41
installer.pods_project.targets.each do |target|
42
flutter_additional_ios_build_settings(target)
43
+ target.build_configurations.each do |config|
44
+ config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ""
45
+ config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
46
+ config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
47
+ end
48
end
49
0 commit comments