【发布时间】:2017-01-31 14:44:22
【问题描述】:
所以当我将 pod 文件安装到我的项目中时,我忘记在 FirebaseDatabase 中添加,现在我想添加它,我该怎么做?会再次执行 pod init 进程吗?
我的 Pod 文件的照片:
【问题讨论】:
-
请将您的代码添加为文本(在代码块中)除了 / 而不是图像
标签: ios swift firebase cocoapods xcode8.1
所以当我将 pod 文件安装到我的项目中时,我忘记在 FirebaseDatabase 中添加,现在我想添加它,我该怎么做?会再次执行 pod init 进程吗?
我的 Pod 文件的照片:
【问题讨论】:
标签: ios swift firebase cocoapods xcode8.1
你应该只添加你想要的新 pod,然后运行:
pod install
它会工作,不会弄乱你的代码。
我将更新(如有必要)旧 Pod,并安装新 Pod。 你不应该运行 pod init,只运行 pod install。
【讨论】: