使用Cocoapods时Generamba设置失败

时间:2019-04-02 08:46:41

标签: swift ruby xcode cocoapods

仅当使用cocoapods时(运行pod安装后),当设置.xcodeproj的路径时,generamba安装会失败并显示以下消息。

The path to a .xcodeproj file of the project is 'GrambaSample.xcodeproj'. Do you want to use it? (yes/no) yes
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.4.2/lib/xcodeproj/project/object.rb:321:in `configure_with_plist': [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the 'PBXShellScriptBuildPhase' isa. (RuntimeError)

如果未使用cocoapods,则不会出现此错误。

使用cocoapods时如何设置Generamba。

1 个答案:

答案 0 :(得分:0)

为避免此问题,您应该通过执行将CocoaPods更新到最新的Beta版本

gem install cocoapods --pre

现在使用inputFileListPaths和outputFileListPaths的最新CocoaPods Beta版。

更多信息here参见.xcfilelist Support