iOS Unity Cloud Build + Firebase database

145 views
Skip to first unread message

Patcharapon Phasukdee

unread,
Jul 25, 2018, 12:45:54 AM7/25/18
to Firebase Google Group

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)


I've tried to add a lot of dependencies, but it doesn't help...Does anyone knows how to fix this??

Stewart Miles

unread,
Jul 25, 2018, 12:15:40 PM7/25/18
to Firebase Google Group
If you're manually adding frameworks then you're probably missing a system library.
suggests libicucore.dylib

Cheers,
Stewart

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/2e8668d6-12aa-49a9-bbbb-438c8464335b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Patcharapon Phasukdee

unread,
Jul 26, 2018, 12:28:00 AM7/26/18
to Firebase Google Group
I already added  libicucore.tbd, but it doesn't help :(
Reply all
Reply to author
Forward
0 new messages