Skip to content

Commit 075eb2b

Browse files
committed
test(ios): Xcode 14.3 compatibility workaround
1 parent 6a0df32 commit 075eb2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ target 'testing' do
7575

7676

7777
# 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
7879
installer.pods_project.targets.each do |target|
7980
if !target.name.include? "RNFB"
8081
target.build_configurations.each do |config|
8182
config.build_settings["GCC_WARN_INHIBIT_ALL_WARNINGS"] = "YES"
83+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = $iOSMinimumDeployVersion
8284
end
8385
end
8486
end

0 commit comments

Comments
 (0)