I was having an issue on Firebase Auth with iOS Unity Cloud Build before, so I try to manually add other required frameworks and libraries, then it can fix my issue. (following this thread: Firebase Xcode linker command error using Firebase Unity SDK)
But when I start to integrate Firebase Database to my project, I always get this error on iOS Unity Cloud Build
Undefined symbols for architecture arm64:
"_utf8_nextCharSafeBody", referenced from:
-[FSRWebSocket _innerPumpScanner] in FirebaseDatabase(FSRWebSocket.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It already took me two days, but I still can't fix it yet.. Does anyone know how to fix this??