DEV Community

ValerianaGitđź’™
ValerianaGitđź’™

Posted on

1 1

MacOS Ventura Flutter Installation - cocoa pods

My Flutter installation onto my Ventura MacBook was not without some hiccups. I have a Youtube video here, where you can follow along my installation with MacOS 12.

With Ventura(MacOS 13), I ran into some issues with installing the cocoapods gem. The root cause of the problem seems to be changes in root access (security features) with Ventura. These are the steps I followed to fix it.

Installation

  • rvm (ruby version manager) - different from homebrew. This helped with issues downloading to the wrong path, even though i had fixed my bash file
rvm reset 
Enter fullscreen mode Exit fullscreen mode
sudo gem install -n /usr/local/bin cocoapods
Enter fullscreen mode Exit fullscreen mode

link

These steps fixed my cocoa pods installation issues. happy Fluttering

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

đź‘‹ Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay