-
Notifications
You must be signed in to change notification settings - Fork 133
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 runtime can not be downloaded #384
Comments
@mttlmnt and @wangwanjie: release notes states "iOS 18 runtimes are not supported downloading via the xcodes runtimes command. Apple has included a new way to download that is not supported." you have to manually down load the stimulators you need/want |
@MattKiazyk (moving to here since I'm working on this issue and don't want to spam the other one). I started looking at this and I found the code to run the xcodebuild install process (https://github.com/XcodesOrg/XcodesApp/pull/622/files#diff-fc53334fc7d50be6adfb7a819b958d83855d0d4e8e5b4757f103bbaf53536de6R211). From what I can tell this looks like it only downloads it. When I had done this locally I had to use |
@MattKiazyk okay, sorry for the extra updates. I've got a WIP approach going here that seems to be downloading and installing the runtimes. I think it's still missing the version check stuff, but I'd love to get some feedback on a couple things when you have time:
|
Thanks for the work! |
Awesome, thanks so much for the response! I saw this bit for checking, but wasn't sure what this repo's version of |
You'll have to probably call |
Or you might be able to check the result from the new |
@MattKiazyk , I think I've gotten it to a point where I felt comfortable opening up a full PR, please let me know if there's anything you'd like changed or adjusted. |
Realized I forgot to actually include the PR here #391 cc @MattKiazyk . |
➜ xcodes runtimes download "iOS 18.0"
Error: Runtime com.apple.dmg.iPhoneSimulatorSDK18_0 is missing source url. Downloading of iOS 18 runtimes are not supported. Please install manually see https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtime
The text was updated successfully, but these errors were encountered: