Reputation: 3859
Getting the following error
Installing "phonegap-plugin-push" for ios Failed to install 'phonegap-plugin-push': undefined (node:723) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): /bin/sh: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory
Upvotes: 1
Views: 1367
Reputation: 3859
I solved the issue by reinstalling the cocoapods.
sudo gem install cocoapods
It worked in my case.
Upvotes: 2