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

后端 未结 1 519
既然无缘
既然无缘 2021-01-23 06:03

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

相关标签:
1条回答
  • 2021-01-23 06:35

    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.

    0 讨论(0)
提交回复
热议问题