Linked Questions

27 votes
7 answers
42k views

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, ...
bircastri's user avatar
  • 2,177
9 votes
6 answers
9k views

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) • ...
raju's user avatar
  • 7,004
1 vote
7 answers
14k views

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/...
Karan Alangat's user avatar
3 votes
1 answer
7k views

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/...
user2330482's user avatar
  • 1,123
0 votes
1 answer
5k views

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 ...
KZoNE's user avatar
  • 1,349
1 vote
2 answers
4k views

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....
Rajesh M P's user avatar
2 votes
2 answers
2k views

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 ...
Lê Khánh Vinh's user avatar
4 votes
0 answers
5k views

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 ...
Jason Singh's user avatar
0 votes
1 answer
2k views

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 ...
Amir Ali Aghamali's user avatar
1 vote
1 answer
1k views

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 ...
Elmashan Koçel's user avatar
2 votes
0 answers
775 views

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 ...
Felipas's user avatar
  • 19
0 votes
1 answer
596 views

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). ...
jjrr's user avatar
  • 1,168
0 votes
1 answer
509 views

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:...
user3278732's user avatar
  • 1,724