Hi, I’m currently working on an IOS version for my app and am trying to make an archive via xcode (so that at the end of the process I can upload it to the store).
When I click the archive button, the build fails and I get the following error: udefined symbol: _firebase (pictures attached).
Thanks in advance
Go back over the firebase integration steps because most likely some critical step was missed. Firebase is far and head one of the most finicky and annoying SDKs ever created, so it might help you to make a clone empty project with the same bundle ID and work until you can get it to build.
Good luck.