尝试初始化项目上的 Pod 时遇到问题

发布于 2025-01-13 06:08:09 字数 364 浏览 1 评论 0原文

我希望你们一切都好。

我在尝试初始化项目中的 Pod 时遇到问题。 Cocoapods 已经安装在系统中。 XCode Dev intstall 也在那里,在命令行中的 XCode 中,也选择了 xcode 版本。不知道我错过了什么。我有 MacOS BigSur。

如果我在终端上运行 pod --version 命令,它会提供 1.8.4 版本。

如果有人遇到过这个问题,我会附上屏幕截图。

输入图片此处描述

I hope you all are doing well.

I'm facing issue while trying to init the pod in the project. Cocoapods is already installed in the system. XCode Dev intstall is also there, In XCode in command line the xcode version is also selected. Don't know what I'm missing. I have MacOS BigSur.

If I run pod --version command on terminal it gives me version of 1.8.4.

I'm attaching the screenshot if someone has faced this issue.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拥抱没勇气 2025-01-20 06:08:09

我有同样的问题。我通过以下步骤解决了这个问题:

  1. 首先使用以下命令卸载cocoapods:
brew uninstall cocoapods
  1. 重新安装Cocoapods:
sudo gem install cocoapods

I have the same issue. I solved it by following these steps:

  1. First uninstall cocoapods with the command:
brew uninstall cocoapods
  1. Reinstall Cocoapods:
sudo gem install cocoapods
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文