代码之家  ›  专栏  ›  技术社区  ›  Aaron Navies

下载使用可可豆的github repo的最佳方式是什么?

  •  0
  • Aaron Navies  · 技术社区  · 7 年前

    我正在关注github存储库。当我使用 pod init

    [!] Existing Podfile found in directory
    

    当我在finder中显示项目时,我看到一个pdfile作为 exec 而不是文本文件。

    enter image description here

    我应该删除它然后运行吗 再次?使用可可豆成功克隆github repo的最佳方法是什么?

    1 回复  |  直到 7 年前
        1
  •  0
  •   Pavlo Boiko    7 年前

    没关系。你可以通过任何文本编辑器打开它(比如Sublime文本)。或者直接跑 pod install ,打开你的 Demo.xcworkspace Pods Podfile Xcode

    推荐文章