Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 18.2 doesn't get installed #90

Open
Tobi696 opened this issue Jan 9, 2025 · 3 comments
Open

iOS 18.2 doesn't get installed #90

Tobi696 opened this issue Jan 9, 2025 · 3 comments

Comments

@Tobi696
Copy link

Tobi696 commented Jan 9, 2025

I use this step with the following configuration in my workflow:
Screenshot 2025-01-09 at 10 23 49

It worked until iOS 16.2 became available, now I get this error:
Screenshot 2025-01-09 at 10 24 29

@lthoedt
Copy link

lthoedt commented Jan 9, 2025

Same. Installing it manually does work but that sucks.

@Tobi696
Copy link
Author

Tobi696 commented Jan 9, 2025

@lthoedt How do you install manually?

@lthoedt
Copy link

lthoedt commented Jan 9, 2025

@lthoedt How do you install manually?

xcodebuild -downloadPlatform iOS -buildVersion 18.2 -exportPath ~/SimulatorRuntimes/
xcodebuild -importPlatform "/Users/runner/SimulatorRuntimes/iphonesimulator_18.2_22C150.dmg"

This works but is quite fragile. You could improve this by extracting the path from the output of the first command.
This is like 8Gb so that sucks to download each time, cache only allows a total of 10Gb so that would leave only 2Gb for other caches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants