diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index b43fb27adf..0b7bd291d1 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -128,7 +128,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 'latest-stable' + xcode-version: '26.0.1' # temporarily pinning version until simulators are defined 'latest-stable' - uses: actions/checkout@v4 with: @@ -212,11 +212,14 @@ jobs: run: yarn tests:emulator:start-ci # https://bitrise.io/blog/post/xcode-15-performance-regressions - - name: Install yeetd + # https://developer.apple.com/forums/thread/805625?answerId=865340022#865340022 + - name: Install yeetd and fix iOS perf issues run: | wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg sudo installer -pkg yeetd-normal.pkg -target / yeetd & + launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist + sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist - name: Install brew utilities uses: nick-fields/retry@v3