Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for cocoapods #179

Open
coolaj86 opened this issue Jul 17, 2024 · 0 comments
Open

Request for cocoapods #179

coolaj86 opened this issue Jul 17, 2024 · 0 comments

Comments

@coolaj86
Copy link
Member

coolaj86 commented Jul 17, 2024

Just for convenience. They already have good sudo-less instructions here:

https://guides.cocoapods.org/using/getting-started.html#installation

gem install --user-install cocoapods
if ! grep -q GEM_HOME ~/.config/envman/ENV.env; then
  echo 'export GEM_HOME=$HOME/.gem' >> ~/.config/envman/ENV.env
fi
mkdir -p ~/.gem/bin
pathman add ~/.gem/bin

Also:

  • update flutter on macOS to do this
  • requires ruby-install and chruby (or something)
    brew install ruby-install
    brew install chruby
    # no fish support?
    source /Users/aj/.local/opt/brew/opt/chruby/share/chruby/chruby.sh
    source /Users/aj/.local/opt/brew/opt/chruby/share/chruby/auto.sh
    
    brew install chruby-fish
    source /Users/aj/.local/opt/brew/opt/chruby-fish/share/fish/vendor_functions.d/chruby.fish
    source /Users/aj/.local/opt/brew/opt/chruby-fish/share/fish/vendor_functions.d/chruby_use.fish
    source /Users/aj/.local/opt/brew/opt/chruby-fish/share/fish/vendor_functions.d/chruby_reset.fish
    
    ruby-install ruby 3
    ln -sf 3.3.0 ~/.gem/ruby/current
     export PATH="$HOME/.gem/ruby/current/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant