xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.59k stars 239 forks source link

No older version available #237

Closed janmisar closed 7 years ago

janmisar commented 7 years ago

I just did xcversion update and now xcversion list returns only 9 instead of full list of available xcodes. Same problem on different computers, different accounts etc.

I use latest version (2.2.1). Any idea how to fix that? 🤔

KrauseFx commented 7 years ago

According to the docs, using xcversion list --all will show all the Xcode versions

janmisar commented 7 years ago

OMG! Thank you and sorry for this stupid issue! 😳🔫 It works of course...

marcomorain commented 7 years ago

@KrauseFx is there a reason to have both list and list --all? @dantoml just hit this exact issue when trying to install xcode locally.

What about we get rid of list and just always print the result of list --all?

KrauseFx commented 7 years ago

Yeah, it's confusing, I don't know if there was a good reason @neonichu had back in the days, or if it's something we should just change? I'd be happy to merge a PR :)

KrauseFx commented 7 years ago

So yah, let's get rid of --all and have it default behavior :)

endocrimes commented 7 years ago

Done 🎉

KrauseFx commented 7 years ago

Works perfectly, thanks :+1: