Skip to content

Commit c1290c9

Browse files
committed
test(ios): iOS 26.1 simulators have a crash-loop issue
they are missing wallpapers and the most reliable way to dampen the performance of this fault - which results in a crash-loop - is to disable crash reporting
1 parent 2694bdd commit c1290c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,14 @@ jobs:
212212
run: yarn tests:emulator:start-ci
213213

214214
# https://bitrise.io/blog/post/xcode-15-performance-regressions
215-
- name: Install yeetd
215+
# https://developer.apple.com/forums/thread/805625?answerId=865340022#865340022
216+
- name: Install yeetd and fix iOS perf issues
216217
run: |
217218
wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg
218219
sudo installer -pkg yeetd-normal.pkg -target /
219220
yeetd &
221+
launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist
222+
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist
220223
221224
- name: Install brew utilities
222225
uses: nick-fields/retry@v3

0 commit comments

Comments
 (0)