【问题标题】:Adding/Edit a pod file after initial init "firebase"在初始初始化“firebase”之后添加/编辑 pod 文件
【发布时间】:2017-01-31 14:44:22
【问题描述】:

所以当我将 pod 文件安装到我的项目中时,我忘记在 FirebaseDatabase 中添加,现在我想添加它,我该怎么做?会再次执行 pod init 进程吗?

我的 Pod 文件的照片:

【问题讨论】:

  • 请将您的代码添加为文本(在代码块中)除了 / 而不是图像

标签: ios swift firebase cocoapods xcode8.1


【解决方案1】:

你应该只添加你想要的新 pod,然后运行:

 pod install

它会工作,不会弄乱你的代码。

我将更新(如有必要)旧 Pod,并安装新 Pod。 你不应该运行 pod init,只运行 pod install。

【讨论】:

    猜你喜欢
    • 2017-06-19
    • 1970-01-01
    • 2020-03-04
    • 2019-10-15
    • 2015-03-22
    • 2021-07-27
    • 2012-12-23
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多