Post

Replies

Boosts

Views

Activity

Reply to While executing gem ... (Gem::FilePermissionError)
this works for me: Step 1 (install HomeBrew) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)   Step 2 (Run these two commands in your terminal to add Homebrew to your PATH) echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/”YOUR USER FORLDER”/.zprofile   eval "$(/opt/homebrew/bin/brew shellenv)"   Step 3 (now you can install cocoapods) brew install cocoapods
Dec ’21
Reply to issue with cocoapods installation
this works for me: Step 1 (install HomeBrew) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)   Step 2 (Run these two commands in your terminal to add Homebrew to your PATH) echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/”YOUR USER FORLDER”/.zprofile   eval "$(/opt/homebrew/bin/brew shellenv)"   Step 3 (now you can install cocoapods) brew install cocoapods
Dec ’21