Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个需要 cocoapods 的项目。我已经安装了 pods 。但是新的工作区文件没有打开,出现错误“...无法打开工作区”。我尝试在安装 pods 之前关闭 Xcode。它也无济于事。
提前致谢 !!!
可能是安装 cocoapods 时出错。您可以尝试以下命令。
pod repo remove master pod setup pod install --verbose
这将首先从您的目录中删除您的 pod。然后通过命令pod setup再次启动它,pod install --verbose --verbose 会告诉你后端到底发生了什么。