XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install xcodes on Bitbucket Pipelines after Homebrew installed sucessfull

Nicos2017 opened this issue · comments

commented

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?