xcpretty / xcode-install

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

Not able to install latest beta 10 beta 3 #291

Open ykhandelwal913 opened 6 years ago

ykhandelwal913 commented 6 years ago

while installing 10beta3, getting below error %No Xcode.app found in DMG. Please remove /Users/XXXX/Library/Caches/XcodeInstall/Xcode_10_beta_3.dmg if you suspect a corrupted download or run xcversion update to see if the version you tried to install has been pulled by Apple. If none of this is true, please open a new GH issue.

omelkova commented 6 years ago

Xcode 10 beta 3 was available in .dmg format right after release. .xip file was inside this DMG image. Looks like Apple already resolved this issue - Xcode 10 beta 3 is available in .xip format again. Try to rerun Xcode 10 beta 3 installation command, it should work now.

mjm commented 6 years ago

When I run xcversion install 10, I no longer get an error, but I also don't get beta 3! 😢

Beta 3 says it's build number 10L201y, but when I ran the command this morning, this was my output:

$ xcversion install 10
100   325  100   325    0     0    377      0 --:--:-- --:--:-- --:--:--   377%
100   325  100   325    0     0    377      0 --:--:-- --:--:-- --:--:--   377
100   325  100   325    0     0    377      0 --:--:-- --:--:-- --:--:--   377
100 5473M  100 5473M    0     0  4885k      0  0:19:07  0:19:07 --:--:-- 3868k%
%Please authenticate for Xcode installation.
Password:
/Applications/Xcode-10.app: accepted
source=Apple System

Password:
Xcode 10.0
Build version 10L176w
ykhandelwal913 commented 6 years ago

@mjm you need to do xcversion update then run the install command.

ykhandelwal913 commented 6 years ago

After installing 10 beta 3, it doesnot show up in xcversion list as installed. Don't we show beta version as installed in xcversion list??

mjm commented 6 years ago

@YogiKhan you are absolutely correct, that's what it was.

ykhandelwal913 commented 6 years ago

@omelkova now it is getting installed but it says Xcode-10 app and when i do xcversion list, it still says xcode-10 not installed.

junkpiano commented 6 years ago

@YogiKhan Hi, I fixed this problem and sent PR #295 . Let me know if you find any concerns.

when i do xcversion list, it still says xcode-10 not installed.