提交.xcworkspace和Pods错误:pathspec

时间:2018-03-25 18:38:10

标签: swift xcode git cocoapods

我创建了一个新的Xcode项目。我也集成了Firebase和其他pod。我正在尝试提交所有内容并将其推送到服务器。 (我不使用终端而是Xcode的集成源代码)。

在提交弹出窗口中,我看到project.xcworkspace和Pods文件夹旁边的问号标记。当我选择那些并尝试提交它们时,我收到以下错误:

error: pathspec 'Pods' did not match any file(s) known to git.
error: pathspec 'project.xcworkspace' did not match any file(s) known to git.

如何处理?

1 个答案:

答案 0 :(得分:0)

CocoaPods将Pods目录和project.workspace添加到您的工作目录中。如果要将它们签入,则需要将它们添加到源控制系统中。

请参阅此link以帮助您决定是否要这样做。