-
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
Xcode download fails with "curl: (18)" #390
Comments
same issue. Found this repository and im testing it with my mac. I planned to use this to install xcode on my CI slaves. |
The same issue for version |
It's hard to install Xcode with the xcversion tool without addressing this bug. The same error comes up 4-5 or more times for the same xcode 11.7 installation... I'm on wifi connection with stable internet connectivity so I guess it's due to some other issue. |
There is an improvement for this. Adding cli option define number of try to download dmg for xcode and simulator, check out this |
Cannot install Xcode 13.
|
Still problematic |
Hi,
I try to automate the installation of Xcode within a parallels image.
I always get the error
curl: (18) transfer closed with 6920870091 bytes remaining to read
.Manually, I can restart and it works after a few times, but it is a bit difficult for automation.
I am on
macOS 10.15.4 (xcversion 2.6.4)
and tried Xcode 11.4, 11.3 as well as some simulators, all with the same result.As I saw this is a known problem and you already retry for 3 times. Is there any possibility to retry until it is finally finished?
I'm happy to help out with the implementation if you think that this could work.
The text was updated successfully, but these errors were encountered: