Closed SConaway closed 5 years ago
Catalina isn't released yet and therefore not supported by homebrew. If you want this fixed you'll have to file a pull request.
I'm aware. Will this be fixed by a re-bottling?
Probably, we'll have to see once it's officially released.
This solution works for now - on Catalina:
brew install ruby
sudo gem install -n /usr/local/bin cocoapods
When installing the cocoapods
gem, say yes to overwrite the pod executable.
@andyepx
If you're going to use gem, just don't use brew. This is redundant and can cause more problems.
👋 Did anyone get the error No such module
after installing cocoapods and upgrading to Catalina? I'm trying to add pod 'SwiftSoup'
pod into my Xcode project. I was able to add the pod (screen shot 1) but then get an error when trying to import the pod in Xcode (screen shot 2). I've been reading on Overstackflow and still haven't found an answer. I did use the sudo gem install cocoapods
command in terminal but still got these errors. I opened workspace not project.
Screen shot 1
Screen shot 2
brew install
(orupgrade
,reinstall
) a single, Homebrew/homebrew-core formula (not cask) on macOS? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a Linux problem please file this issue at https://github.com/Homebrew/linuxbrew-core/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?The brewed version of cocoapods uses an incorrect, non-existent version of ruby on Catalina and installation from source fails.