cocoapods-check icon indicating copy to clipboard operation
cocoapods-check copied to clipboard

Homebrew support

Open abejfehr opened this issue 2 years ago • 2 comments

For folks that have cocoapods installed via homebrew instead of as a ruby gem directly it'd be nice to be able to use this as well

abejfehr avatar Mar 13 '23 14:03 abejfehr

@abejfehr did you ever figure out a way to use this plugin along with installing pod from homebrew?

jzaefferer avatar Jan 10 '24 13:01 jzaefferer

@jzaefferer I actually did get it to work.

I don't remember exactly what I did, but I think I installed the gem via the homebrew ruby version that I was using like /opt/homebrew/opt/ruby/bin/gem install cocoapods-check and it made the pod check command available for me.

For me though, it saved essentially no time 😅 I think there are some very real performance issues associated with the design decision to use ruby as the language of choice for cocoapods and also some not efficient things that react native is doing with it.

Best of luck though if you do try it

abejfehr avatar Jan 24 '24 21:01 abejfehr