Cannot Import Firebase Into Swift Class

后端 未结 11 1879
[愿得一人]
[愿得一人] 2020-12-03 06:29

I am totally new to Firebase and building iOS apps. In Xcode 7, I am trying to import Firebase into my Swift class. In a swift file, I have typed \"import Firebase\".

11条回答
  •  自闭症患者
    2020-12-03 07:25

    In your Podfile make sure to have pod 'Firebase' in addition to your pod 'Firebase/Core' After, :wq from vim and run a command pod update. Make sure to open .xcworkspace

提交回复
热议问题