xcpretty / xcode-install

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

xcversion select '9 beta 2' fails (Claiming that it is not installed) #225

Closed aln787 closed 7 years ago

aln787 commented 7 years ago

Error:

$ xcversion select '9 beta 2'
[!] Version 9 beta 2 not installed.

Xcversion list also thinks that 9 beta 2 has not been installed

$ xcversion list
8
8.1
8.2
8.2.1
8.3
8.3.1
8.3.2 (installed)
8.3.3 (installed)
9 beta 2

Currently installed Xcode versions:

$ ls /Applications/ | grep Xcode
Xcode-8.3.2.app
Xcode-8.3.3.app
Xcode-9.app #This was installed using `xcversion install '9 beta 2'`
Xcode.app
aln787 commented 7 years ago

I was able to select using xcversion select '9.0'