xcode で pod install したら Xcodeproj doesn’t know about the following attributes {“inputFileListPaths”=>[], “outputFileListPaths”=>[]} … というエラーが出た

pod を使ってライブラリをインストールしようとしたらエラーが起きた。

$ pod install

Got error: "Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the 'PBXShellScriptBuildPhase' isa"

CocoaPods の isuues を参照してくれとのこと。

https://github.com/CocoaPods/CocoaPods/issues/7835
https://github.com/CocoaPods/CocoaPods/issues/8902

解決

xcodeproj をアップデートすることで pod install ができるようになった。

$ gem update xcodeproj