Mk5
Mk5
@jneidel ah okay 😄 now it maks sense 👍
hi hi! :) mhmm I think it could be somehow related to arch of firebase libraries. Do you have arm64 iOS simulator? Which version of firebase sdk have you downloaded?
@congcoi123 okay, that make sense - I mean error :) error tell us: 'building for iOS, but linkink in object file built for iOS Simulator' The problem is with the...
@congcoi123 I think that Firebase SDK is available on firebase site, or github repo. We are using those bindings at the moment: https://github.com/dkimitsa/robovm-robopods/tree/1.18.0-SNAPSHOT/firebase - so you need firebase sdk 8.x...
@congcoi123 mhmm have no idea, client id should be there, but yes ... it really looks like there is a problem with that line: https://github.com/mk-5/gdx-fireapp/blob/master/gdx-fireapp-ios/src/pl/mk5/gdx/fireapp/ios/auth/GoogleAuthProvider.java#LL51C13-L51C100 ClientID should come from your...
@prateekchandan good finding!
@prateekchandan can you give some more info about frameworks versions? I guess it;s because of incompatible Framework and bindings. We are using pretty old bindings - version 1.16.SNAPSHOT (https://github.com/dkimitsa/robovm-robopods/tree/alt/firebase/ios-google-sign-in) /...
Hi @prateekchandan ! thanks for reporting. Sooo yes, ... it looks like IOS guide is a bit outdated 🤞 1. That version doesn't not exist because of the "bintray gone"....
@jneidel I will have a look, thanks for such a great testing ❤️ I know what's the reason here. I've introduced some debounce in order to not trigger jira search...
okay / I found a reason. The fix is almost ready.