Closed cojoj closed 9 years ago
Looks like some guys faced same issue and I found this: https://github.com/CocoaPods/CocoaPods/issues/3597#issuecomment-107402868
Weird. Just to sync up, I'm on CocoaPods 0.38.0 (the recent release).
I tried deleting the whole Pods folder and Podfile.lock and running pod install
again and everything worked fine. Have you tried that?
Okey, no problem with Podfile.lock
but with gem
s on my machine 😬
If anyone ever face the same issue, first check psych
gem... It's responsible for parsing yml's used in Podfile.lock
and if you install the wrong version - oh boy, you're f****ed!
Hot fix
sudo gem uninstall psych
sudo gem install psych -v 2.0.5
:+1: Glad you got it working.
@cojoj install 2.0.5 of psych also resolve my problem, thanks!
I've pulled new things from repo and wanted to call
pod install
and there's some kind of parsing error. I haven't investigated it yet but here's the output, so feel free to have a look: