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 45e02da commit aea0707Copy full SHA for aea0707
packages/flutter_tools/bin/podhelper.rb
@@ -32,6 +32,7 @@ def flutter_additional_ios_build_settings(target)
32
# [target.deployment_target] is a [String] formatted as "8.0".
33
inherit_deployment_target = target.deployment_target[/\d+/].to_i < 9
34
target.build_configurations.each do |build_configuration|
35
+ build_configuration.build_settings['CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER'] = 'NO'
36
build_configuration.build_settings['ENABLE_BITCODE'] = 'NO'
37
# Suppress warning when pod supports a version lower than the minimum supported by Xcode (Xcode 12 - iOS 9).
38
# This warning is harmless but confusing--it's not a bad thing for dependencies to support a lower version.
0 commit comments