There are several issues related to downloading the DMG file since it is a several gig file, downloading this file requires more than 3 retries. For my experience, I set to retry option 100 and it completed the downloading around 45th try.
I added a CLI option to define how many times it tries to download the file.
There are several issues related to downloading the DMG file since it is a several gig file, downloading this file requires more than 3 retries. For my experience, I set to retry option 100 and it completed the downloading around 45th try.
I added a CLI option to define how many times it tries to download the file.
issues:
Xcode
without
--retry
, default is 3with
--retry=4
will try to dowload 4 timesSimulator
without
--retry
, default is 3with
--retry=5
will try to dowload 5 times