0

iam unable to install the pods in this project cd ios pod install this error shows Please help if you have any fix

enter image description here

pods should install

  • 1
    can you post the output of `gem env`, and your Podfile. Maybe try `pod install` first instead – Patrick Feb 23 '23 at 18:00

1 Answers1

0

This is because the ruby path is not set correctly in the M1 chip environment and can be resolved by the following steps

1、rvm list
2、rvm use ruby-3.0.0 --default
3、pod install 

Solve the problem

enter image description here

Suo
  • 11
  • 1