Fairly new to iOS development and have some had some trouble installing firebase into my iOS application. Essentially what the application will do is take information about trails around the country from a firebase database, this information is to be output to a tableview which will allow users to select one of the trails and answer some questions about the trail.
While attempting to install the application I went through the steps which are outlined on the google site for "add firebase to your iOS app". The first stages went all fine without a hitch until I encountered stage 4.
When I enter import Firebase into the app.delegate file, I receive an error: Error on import Firebase in app.delegate file
On top of this, I now have another error which is preventing me from building the application, this is the error:
Linker command failed error, prevents application from building
Essentially, I need to know if I am making any glaring errors, which I probably am as I'm new to this, and also how to resolve these issues if possible.
Thanks.