File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,16 @@ target 'testing' do
57
57
aggregate_target . user_project . save
58
58
end
59
59
60
+
61
+ # Turn off warnings on non-RNFB dependencies - some of them are really really noisy
62
+ installer . pods_project . targets . each do |target |
63
+ if !target . name . include? "RNFB"
64
+ target . build_configurations . each do |config |
65
+ config . build_settings [ "GCC_WARN_INHIBIT_ALL_WARNINGS" ] = "YES"
66
+ end
67
+ end
68
+ end
69
+
60
70
__apply_Xcode_12_5_M1_post_install_workaround ( installer )
61
71
end
62
72
end
Original file line number Diff line number Diff line change @@ -1190,6 +1190,6 @@ SPEC CHECKSUMS:
1190
1190
RNFBStorage: 4ca76e9a42f684e2a50e5ec2552adb60d829d7b0
1191
1191
Yoga: 4e413bcfc159bb24650466ba3567b533c66e3e1a
1192
1192
1193
- PODFILE CHECKSUM: 43fa86a6ee18afb5a0e1abf27196346cd71e6cf5
1193
+ PODFILE CHECKSUM: a4854589561b42da6b3b0726136a46ac6aef3ebd
1194
1194
1195
1195
COCOAPODS: 1.11.2
You can’t perform that action at this time.
0 commit comments