iam unable to install the pods in this project cd ios pod install this error shows Please help if you have any fix
pods should install
iam unable to install the pods in this project cd ios pod install this error shows Please help if you have any fix
pods should install
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