[system-dependencies] Make simulator runtime installation a bit more resilient.#24243
[system-dependencies] Make simulator runtime installation a bit more resilient.#24243rolfbjarne merged 1 commit intomainfrom
Conversation
…resilient. * If there are any unusable simulator runtimes, delete them all. A frequent failure is when a simulator runtime isn't ready because "Unusable - Other Failure: Duplicate of ...", so hopefully this will solve those problems. * Don't pass -buildVersion to 'xcodebuild -downloadPlatform', Apple's tooling doesn't seem able to handle it correctly and gets confused. * Remove a stray 'sleep 60'.
✅ [CI Build #55563f4] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #55563f4] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #55563f4] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #55563f4] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #55563f4] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #55563f4] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #55563f4] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #55563f4] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
🚀 [CI Build #55563f4] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 117 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
is when a simulator runtime isn't ready because "Unusable - Other Failure: Duplicate
of ...", so hopefully this will solve those problems.
seem able to handle it correctly and gets confused.