Cannot install xcodes on Bitbucket Pipelines after Homebrew installed sucessfull
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing brew install xcodesorg/made/xcodes in the Bitbucket Pipelines environment and inspect the reported Swift path and Makefile:21 failure. Confirm whether the environment is supported and whether the installation can complete; document the required setup or the limitation once the outcome is clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- ci-cd, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100