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 3433e8a commit a9e8204Copy full SHA for a9e8204
examples/ios_sim/do_test
@@ -42,8 +42,9 @@ print_and_run "${bazel}" run //:xcodeproj
42
# https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/2355
43
print_and_run "${bazel}" clean --expunge
44
45
-# Build the FooTests scheme in the Xcode project
46
-print_and_run xcodebuild -project App.xcodeproj -scheme FooTests
+# GH1678: Enable this once the underlying build failure is addressed.
+# # Build the FooTests scheme in the Xcode project
47
+# print_and_run xcodebuild -project App.xcodeproj -scheme FooTests
48
49
# Ensure that it builds and tests pass
50
print_and_run "${bazel}" test //...
0 commit comments