summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/Snapfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/Snapfile b/ios/Snapfile
index 5f046038b0..5633df4fe2 100644
--- a/ios/Snapfile
+++ b/ios/Snapfile
@@ -31,6 +31,9 @@ erase_simulator(true)
# Disable concurrent simulators to prevent too many WireGuard public keys error
concurrent_simulators(false)
+# Stop right away on first error.
+stop_after_first_error(true)
+
# Hide simulator window
headless(true)