pod install
でポッドをインストールしようとしていますが、次のエラーが表示されます。
RuntimeError - [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the 'PBXShellScriptBuildPhase' isa.
CocoaPods 1.5.3とXcode 10を使用しています。
これは、CocoaPods 1.6.0で修正されたXcode 10によって導入された既知のバグです。現在(2019年1月)ベータ版であるため、次のようにインストールできます。
Sudo gem install cocoapods --pre
CocoaPods 1.5.3の代替ソリューションが見つかりました here 。
gem update xcodeproj
この投稿のおかげで、私のために働いた http://swiftdynamics.blogspot.com/2019/01/pod-install-issue-xcodeproj-doesnt-know_29.html