XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.59k stars 119 forks source link

Cannot install xcodes on Bitbucket Pipelines after Homebrew installed sucessfull #308

Open Nicos2017 opened 12 months ago

Nicos2017 commented 12 months ago

Basically I want to connect Fastlane with Bitbucket Pipelines (I did it for the Android and the iOS - found way to connect them) but for the iOS I need the xcodes to "select" xcode version. I installed the Homebrew, afterwards I called brew install xcodesorg/made/xcodes command and during the installation, it gets the follow error:

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/swift: line 15: /home/linuxbrew/.linuxbrew/opt/swift/bin/swift: No such file or directory make: *** [Makefile:21: xcodes] Error 127

How can I handle/fix this error?