Linked Questions
13 questions linked to/from CocoaPods not installing
27 votes
7 answers
42k views
Could not find 'minitest' (>= 5.1) among 39 total gem(s) (Gem::MissingSpecError)
I m trying to install Pod on my mac os (os version is big sure), and I m using Xcode 13.1 I m trying to install Pod with this command from terminal: sudo pod install then the system ask me password, ...
9 votes
6 answers
9k views
flutter doctor not finding cocoa pods
I have an issue that tells me to install cocoapods using gem, but the flutter doctor couldn't find it. [✓] Flutter (Channel stable, 1.22.4, on macOS 11.0 20A2411 darwin-arm, locale en-IN) • ...
1 vote
7 answers
14k views
Cannot install Pods in iOS Project
I have been trying to update cocoapod. In between I have updated Ruby and RVM. Now when I try pod init in my new ios project, shows the following Traceback (most recent call last): 2: from /usr/...
3 votes
1 answer
7k views
Pod MissingSpecError, Ruby, Gem, Cocoapods etc
When I run pod I now get $ pod Traceback (most recent call last): 3: from /usr/local/bin/pod:22:in `<main>' 2: from /usr/local/Cellar/ruby/2.6.0_1/lib/ruby/2.6.0/rubygems/core_ext/...
0 votes
1 answer
5k views
Your Podfile requires that the plugin `cocoapods-keys` be installed in mac M1 chip
I'm getting an error while trying to install the pods. I'm using a Mac with M1 chip and BigSir OS. xCode 13.2.1. Ruby 2.6.3p62 Brew 3.5.5 [!] Your Podfile requires that the plugin cocoapods-keys be ...
1 vote
2 answers
4k views
Flutter ios pod install failed after upgrading Xcode and Flutter version
Tried different solution, but nothing works for me. Sharing links refereed. Flutter Error running pod install After Upgrading Flutter version Pod Result Running "flutter pub get" in firstapp....
2 votes
2 answers
2k views
How to init pod for Xcode project in Mac Sierra
I've updated my Mac to latest Mac Sierra version. Now, I'm facing a problem with my Xcode project (Xcode 8). I cannot run "pod init" (pod install and pod update is working fine with old ...
4 votes
0 answers
5k views
When I run pod install, I get the message that gem cocoapods cannot be found. How can I resolve this issue?
Ever since I integrated rvm into my xcode project, I am not able to install any pods. When I run pod install, I get the message that gem cocoapods cannot be found. How can I resolve this issue? I ...
0 votes
1 answer
2k views
pod command is not recognized when running flutter project
I have tried every suggestion and solution in stack overflow and GitHub and yet I am not able to run pod install and I get pod : command not found , also my pod file is empty. Warning: CocoaPods not ...
1 vote
1 answer
1k views
Flutter - 'Xcode installation is incomplete', Missing CocoaPods installation
I run flutter doctor on my Mac with Xcode 13.0 but it prompted that 'CocoaPods didn't install'. So, I tried gem install cocoapods or sudo gem install cocoapods but it gives me Permission Error. I also ...
2 votes
0 answers
775 views
Your Podfile requires that the plugin `cocoapods-keys` be installed. Please install it and try installation again
Keep having this error on trying to run pod install I'm using an intel mac. I'm running 1 - gem install cocoapods 2 - gem install cocoapods-keys then try to install pod install when I list cocoapods ...
0 votes
1 answer
596 views
CocoaPods not found by Flutter
I have successfully (re)installed them, with sudo gem uninstall cocoapods && sudo gem install cocoapods But they are not found by Flutter (flutter doctor keeps giving CocoaPods not installed). ...
0 votes
1 answer
509 views
pod install giving me errors
How can I solve such error? Edit; now I am getting this error pod install pod install [Desktop/release/workspace-ios-develop]$ pod install Ignoring ffi-1.13.1 because its extensions are not built. Try:...