Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Why are my cocoapods not working on my mac?


Asked by Hadleigh Love on Dec 01, 2021 FAQ



To fix this follow these instructions. After upgrading from macOS 10.8 to 10.9 the installed CocoaPods gem doesn’t work anymore, even after re-installing the gem. To solve this, you might need to uninstall the gem first and then re-install. The gem might not be able to compile, to solve this you might need to symlink GCC.
Moreover,
Warning: CocoaPods is installed but broken. Skipping pod install. You appear to have CocoaPods installed but it is not working. This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it. This can usually be fixed by re-installing CocoaPods.
Likewise, To install cocoapods on the mac, we need to run a simple command. This process is very simple and straightforward. Go to the terminal, and type the following command. This will install the cocoapods gem on the system. As, cocoapods is built with Ruby, so it depends on the default ruby that is already installed on the system.
Thereof,
Skipping pod install. You appear to have CocoaPods installed but it is not working. This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it. This can usually be fixed by re-installing CocoaPods.
Consequently,
After upgrading from macOS 10.8 to 10.9 the installed CocoaPods gem doesn’t work anymore, even after re-installing the gem. To solve this, you might need to uninstall the gem first and then re-install. The gem might not be able to compile, to solve this you might need to symlink GCC.