Adding/Edit a pod file after initial init “firebase”

妖精的绣舞 提交于 2019-12-02 01:50:47

问题


So when I installed the pod file into my project I forgot to add in FirebaseDatabase and now I want to add it in how do I do that? Will going through the pod init process again mess things up?

Photo Of My Pod File:


回答1:


You Should just add the new pod you want, and run:

 pod install

And it would work, and won`t mess up you code.

Iy will Update (If necessary) Older Pods, and Install New Ones. You should not Run pod init, just pod install.



来源:https://stackoverflow.com/questions/41960382/adding-edit-a-pod-file-after-initial-init-firebase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!