filmov
tv
install cocoapods and ruby on macbook pro M1 - resolve issue with flutter

Показать описание
Installing Cocoapods on Macbook Pro M1 can be a challenge. Here I discuss how to resolve your issue and get your Flutter App running on iPhone (real device and not the emulator).
The URL in the video that resolve the issue is
Errors that you will get that re related to this are
Flutter Debug: Warning: CocoaPods not installed. Skipping pod install
CocoaPods installed but not working.
You appear to have CocoaPods installed but it is not working.
This can happen if the version of Ruby that CocoaPods was installed with
is different from the one being used to invoke it.
This can usually be fixed by re-installing Cocoapods.
Ruby permission error on Monterey OS
Steps to Resolve (in case the original post is no longer available)
---------------------------------------
Right clic Terminal from the Application/Utilities folder, Get Info, tick the "Open using Rosetta" box.
Uninstall Homebrew
rm -rf /opt/homebrew/*
sudo rm -rf /opt/homebrew
Reinstall Homebrew
Restart terminal
Check Homebrew is working fine: brew doctor
Reinstall openssl: brew install openssl
Install Ruby: rvm install 2.7 Or any version
The URL in the video that resolve the issue is
Errors that you will get that re related to this are
Flutter Debug: Warning: CocoaPods not installed. Skipping pod install
CocoaPods installed but not working.
You appear to have CocoaPods installed but it is not working.
This can happen if the version of Ruby that CocoaPods was installed with
is different from the one being used to invoke it.
This can usually be fixed by re-installing Cocoapods.
Ruby permission error on Monterey OS
Steps to Resolve (in case the original post is no longer available)
---------------------------------------
Right clic Terminal from the Application/Utilities folder, Get Info, tick the "Open using Rosetta" box.
Uninstall Homebrew
rm -rf /opt/homebrew/*
sudo rm -rf /opt/homebrew
Reinstall Homebrew
Restart terminal
Check Homebrew is working fine: brew doctor
Reinstall openssl: brew install openssl
Install Ruby: rvm install 2.7 Or any version
install cocoapods and ruby on macbook pro M1 - resolve issue with flutter
How to Fix Cocoapods Install Errors on an Apple Silicon Macs
Error installing cocoapods: The last version of activesupport | sudo gem install cocoapods
How to Install Cocoapods in One Minute
How to Install CocoaPods With Gem or With Homebrew
How to install cocoapods on Mac?
How to install Cocoapods on Mac M1 | Swift | | Xcode | | Cocoapods | | Homebrew |
26 - iOS Development With Ruby using RubyMotion - Installing Cocoapods and Using AFNetworking
How to Solve CocoaPods not installed or not in valid state ? Flutter Android Studio macOs iOs Dart
How to Install a CocoaPod - Xcode 12
How to Install Cocoapods on Mac | XCode Installation in MacOS | Homebrew
Mac Tutorial - How to Install CocoaPods
How to Fix CocoaPods Not Installed or Not in Valid State
How To Install Cocoapods on Mac OSX - Mojave Catalina High Sierra Capitan Big Sur | Swift | Xcode
Error installing Cocoapods | Fix Cocoapods Installation (New Method Work 100%)
Installing CocoaPods on a MAC
How to Install Cocoapods on Your Mac || Swift
FLUTTER ERROR: 'CocoaPods not Installed' [FIX December 2024]
Fixing CocoaPods Installation Issues on Apple Silicon (M1)
CocoaPods Tutorial - How to Install and Set Up
Ruby on Ice 2019: Making CocoaPods Fast with Modern Ruby Tooling by Samuel Giddins
How to use Older Pod Versions in Cocoapods
Code Hangout #9 - How to Install Cocoapods on Your Mac
How to install cocoapods | Swift | iOS
Комментарии