hansemannn / titanium-firebase-auth

Use the Firebase Autentication SDK in Axway Titanium 🚀
Other
7 stars 8 forks source link

Error compile #2

Closed dieg013 closed 6 years ago

dieg013 commented 6 years ago

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 **
hansemannn commented 6 years ago

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

hansemannn commented 6 years ago

Fixed as part of 1.0.1 ~ https://github.com/hansemannn/titanium-firebase-auth/releases/tag/ios-1.0.1

dieg013 commented 6 years ago

Thank ;)