hansemannn / titanium-firebase-auth

Use the Firebase Autentication SDK in Axway Titanium 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error compile

dieg013 opened this issue · comments

Hello, when I try to compile my application I have this error can you help me thank you

[TRACE] Undefined symbols for architecture i386:
[TRACE]  "_OBJC_CLASS_$_SFSafariViewController", referenced from:
[TRACE]  objc-class-ref in FirebaseAuth(FIRAuthURLPresenter_520787b8b17e6d9186ab9bac456f20c5.o)
[TRACE] ld: symbol(s) not found for architecture i386
[TRACE] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] ** BUILD FAILED **

Mhh, interesting. Then it needs the SafariServices to be added. Will fix now.

Thank ;)