Adnan Khan
Adnan Khan

Reputation: 25

Facing issue while trying to init the pods on project

I hope you all are doing well.

I'm facing issue while trying to init the pod in the project. Cocoapods is already installed in the system. XCode Dev intstall is also there, In XCode in command line the xcode version is also selected. Don't know what I'm missing. I have MacOS BigSur.

If I run pod --version command on terminal it gives me version of 1.8.4.

I'm attaching the screenshot if someone has faced this issue.

enter image description here

Upvotes: 0

Views: 235

Answers (1)

Taimoor Arif
Taimoor Arif

Reputation: 1190

I have the same issue. I solved it by following these steps:

  1. First uninstall cocoapods with the command:
brew uninstall cocoapods
  1. Reinstall Cocoapods:
sudo gem install cocoapods

Upvotes: 0

Related Questions