fermoya/cocoapods-catalyst-support

[BUG] Installing error

Closed this issue · 3 comments

I am getting error after installing cocoapods-catalyst-support on my M1 Mac.

I tried sudo gem install cocoapods-catalyst-support. The gem installs OK, but then when I want to run pod catalyst init I got this error [!] Unknown command: catalyst

Thanks in advance for your help,
Francisco.

I experienced bug like this too

Same. Did you ever resolve it?

Figured it out:

First add this Gemfile to the root of you project:

Run
bundle install

bundle exec pod catalyst init

So I guess you need to prepend bundle exec to your pod commands