Search code examples
ioshomebrewcarthagemacos-catalina

Carthage on macOS 10.15 Catalina


Has anyone managed to install Carthage on macOS 10.15 Catalina (Beta)?

I tried to install Carthage using HomeBrew:

brew install Carthage

I get the following error message:

Error: You are using macOS 10.15.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's Github.
Discourse, Twitter or IRC. You are responsible for resolving any issues you experience, as you are running this pre-release version.

Now, I do understand that there might be some issues, I am using these beta softwares on my secondary MacBook Pro, so no worries but I can't install it and any tips would be much appreciated.


Solution

  • The issue is expected 'Homebrew install fails under Catalina 10.15 #2807'
    Mon Jun 10 08:32:38 IDT 2019
    https://github.com/Carthage/Carthage/issues/2807

    Suggested solution
    To install build carthage from sources in master (commit that worked for me: e41076782bed7b3609a53f4662480058a65e9a4e)

    Following instructions in https://github.com/Carthage/Carthage#installing-carthage to build from master you need to run this:

    git clone --depth=1 "https://github.com/Carthage/Carthage.git" &&\
    cd Carthage &&\ 
    make install