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 595c9a8 commit 132680aCopy full SHA for 132680a
1 file changed
scripts/objc-test.sh
@@ -85,7 +85,8 @@ runTests() {
85
buildForTesting() {
86
# shellcheck disable=SC1091
87
source "$ROOT/scripts/.tests.env"
88
-
+ bundle install
89
+ bundle exec pod install
90
xcodebuild build-for-testing \
91
-workspace RNTesterPods.xcworkspace \
92
-scheme RNTester \
0 commit comments