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 f4b1eb5 commit 8fd5bc2Copy full SHA for 8fd5bc2
1 file changed
scripts/objc-test.sh
@@ -87,7 +87,8 @@ buildForTesting() {
87
-workspace RNTesterPods.xcworkspace \
88
-scheme RNTester \
89
-sdk iphonesimulator \
90
- -derivedDataPath "/tmp/RNTesterBuild"
+ -derivedDataPath "/tmp/RNTesterBuild" \
91
+ GCC_PREPROCESSOR_DEFINITIONS='$(inherited) NDEBUG=1'
92
}
93
94
runTestsOnly() {
0 commit comments