1 parent 951e3fa commit 3cf93b2Copy full SHA for 3cf93b2
1 file changed
.github/workflows/ci.yml
@@ -79,7 +79,8 @@ jobs:
79
xcodegen generate
80
- name: Install iOS Simulator Runtime
81
run: |
82
- xcodebuild -downloadPlatform iOS
+ # Try to download iOS platform; if it fails, use pre-installed simulators
83
+ xcodebuild -downloadPlatform iOS || echo "Download failed, using pre-installed simulators"
84
- name: List Available Simulators
85
86
xcrun simctl list devices available | grep -i iphone | head -10
0 commit comments