I have updated my cocoapods(0.38.2) gem and xcodeproj(0.27.2), but still getting error:-
Writing Xcode project file to `Pods/Pods.xcodeproj` 2015-09-24 09:40
I got same error while pod installation.
Following commands work for me.
~> sudo gem uninstall cocoapods ~> sudo gem install cocoapods ~> pod install