-
Notifications
You must be signed in to change notification settings - Fork 243
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
xcversion simulators
doesn't list iOS 15.0 Simulators
#444
Comments
Interesting - my version of that file includes this entry:
But it's weird, because DOWNLOADABLE_VERSION_MAJOR is replaced with "13" during runtime 🤔 Idk if it's an issue with the contents of that plist, or the strategy has changed drastically, or if I'm getting a different plist than you are... Could you share how you concluded this:
? 🙏 |
Hey @rogerluan 👋. I think I was looking at wrong value (I've been only searching for |
It doesn't, but I'm not sure whether this is an issue in Xcode 13's .plist (unlikely), or just the fact that that API doesn't return the up-to-date list of simulators. I honestly don't understand how that API work 🤔 |
Hello 👋. I have Xcode 13.0 (13A233) installed, with iOS 15.0 Simulators available, but when I run:
they are not listed:
The Xcode installation is properly recognised:
With
xcrun simctl list runtimes
I can see the runtime:and devices:
but no luck with
xcode-install
.I tried doing some troubleshooting, browsing
xcode-install
code led me to this URL:xcode-install/lib/xcode/install.rb
Line 663 in eeb8a07
When I explore this resource (by putting my Xcode version and UUID), I cannot see any iOS 15 Simulator listed there (I can find other and they seem to match my
xcversion simulators
output).PS. I love
xcode-install
❤️ and it takes a crucial place in our tests automation.The text was updated successfully, but these errors were encountered: