When executing $pod install
at specific xcode workspace folder,
the terminal shows:
bad interpreter: No such file or directory
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`
... usr/bin/ruby: bad interpreter: No such file or directory
...
cannot update any of the pods listed in the podfile list. Is this related to cocoapods problem?
To Solve Warning: CocoaPods not installed. Skipping pod install Error Just Try to start Android studio from the terminal: open /Applications/Android\ Studio. app Now, Your error should be solved.
To find if Cocoapods is installed or not run cmd (pod --version). if theresult is (Not Found) Pods is not installed.
The problem is caused by the system update of macOS. You need to update your cocoapods after updating your macOS system from the terminal.
You can update your cocoapods by executing the following command lines:
$ sudo gem update --system
$ sudo gem install cocoapods -n/usr/local/bin
This works for me (macOS Catalina 10.15)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With