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 6a0df32 commit 075eb2bCopy full SHA for 075eb2b
tests/ios/Podfile
@@ -75,10 +75,12 @@ target 'testing' do
75
76
77
# Turn off warnings on non-RNFB dependencies - some of them are really really noisy
78
+ # Also bumps minimum deploy target to ours (which is >12.4): https://github.com/facebook/react-native/issues/34106
79
installer.pods_project.targets.each do |target|
80
if !target.name.include? "RNFB"
81
target.build_configurations.each do |config|
82
config.build_settings["GCC_WARN_INHIBIT_ALL_WARNINGS"] = "YES"
83
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = $iOSMinimumDeployVersion
84
end
85
86
0 commit comments