We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf966d2 commit cce69f5Copy full SHA for cce69f5
1 file changed
sample/scripts/test_ios
@@ -11,4 +11,4 @@ fi
11
12
cd ios
13
14
-xcodebuild build-for-testing test -workspace ReactNative.xcworkspace -scheme ReactNative -destination "$dest" -skipPackagePluginValidation -sdk iphonesimulator ASSETCATALOG_COMPILER_OPTIMIZATION=time COMPILER_INDEX_STORE_ENABLE=NO | xcpretty -c
+xcodebuild build-for-testing test -workspace ReactNative.xcworkspace -scheme ReactNative -destination "$dest" -skipPackagePluginValidation -sdk iphonesimulator ASSETCATALOG_COMPILER_OPTIMIZATION=time COMPILER_INDEX_STORE_ENABLE=NO | bundle exec xcpretty -c
0 commit comments