glucn
glucn.bsky.social
glucn
@glucn.bsky.social
Co-founder of Pacebits Studio.

Personal blog: https://glucn.com #buildinpublic #indiehackers
Thank you for the idea! :D
March 30, 2025 at 10:05 PM
4. Install Cocoapods with gem

gem install cocoapods
December 28, 2024 at 7:10 AM
3. Install Ruby with rbenv, and init rbenv in .zprofile

rbenv install -l (this will show a list of supported version)
rbenv install x.x.x (choose your prefered version)
rbenv global x.x.x

Then, add the following to .zprofile
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init - zsh)"
December 28, 2024 at 7:09 AM
2. Install rbenv with Homebrew, and init it

brew install rbenv
rbenv init
December 28, 2024 at 7:08 AM
More details:

1. Install Homebrew - the command can be found in brew.sh
December 28, 2024 at 7:07 AM
Thank you!
December 17, 2024 at 7:15 AM
Thank you!
December 17, 2024 at 7:15 AM
Thank you!
December 9, 2024 at 5:46 AM
This problem cost me 200 yuan. Hard way to learn something....
December 2, 2024 at 2:23 AM