failed to build gem native extension while install cocoapods MACOS
Solution:
First you have to install command line tools in terminal by using the below command
then try to install cocoapods it will works
xcode-select --install
Solution:
First you have to install command line tools in terminal by using the below command
then try to install cocoapods it will works
xcode-select --install
Comments
Post a Comment