Firebase 6.15.2
Unity 2019.4
Xcode 11.6
OSX Catalina 10.15.6
Hi there,
Relative newbie, so apologies if I’m missing anything obvious here…
I’m attempting to build a unity project for iPhone using Firebase, using cocoapods. I'm only using Firestore within the project. I keep getting the following set of errors when building to a device,
Undefined symbol: firebase::auth::User::GetToken(bool)
Undefined symbol: firebase::auth::AuthStateListener::~AuthStateListener()
Undefined symbol: firebase::auth::Auth::AddAuthStateListener(firebase::auth::AuthStateListener*)
Undefined symbol: firebase::auth::Auth::current_user()
Undefined symbol: firebase::g_auth_initializer
Undefined symbol: typeinfo for firebase::auth::AuthStateListener
Undefined symbol: firebase::auth::Auth::GetAuth(firebase::App*, firebase::InitResult*)
I’ve tried all of the suggestions in this thread : iOS - Firebase Undefined symbols for architecture x86_64 - Stack Overflow
And am at a loss as to what to try next, besides smashing my head into the desk one more time.
Any pointers would be hugely appreciated!!