I run the command line "carthage build --no-skip-current " for our iOS project, it cannot be finished in 2 hours
I used xcode: “10.1.0”.
The same command can be finished in 40 minutes in my local machine, which has same version of xcode and carthage to the circleci job.
If I use xcode: “9.2.0” in the job, it can be finished successfully.
If I used xcode:“10.0.0”, carthage build can be finished, but carthage archive will fail due to timeout issue.