Olmo Gallegos
Olmo Gallegos
First of all, thanks for your answers @rizafran @paulb777 🙏 I haven't solved the issue yet but I have several progress. This is what I've tried for the moment, hoping...
Hi again! after applying the hints proposed [here](https://github.com/firebase/firebase-ios-sdk/issues/12427), the error it shows is different. `Use of undeclared identifier 'FIRRemoteConfigConstants'`  Any ideas about what this...
Hi @ncooke3! Thanks for your comment. FirebaseRemoteConfigInterop can be a path to investigate. The only way I know to list the dependencies and their versions is to attach the updated...
We're staying with `10.10.0` for the moment and cancelling the update. I'll reopen the issue in case we start working on this again 👍 Thanks everyone for your contributions
Hi! I was having the same issue with tuist `4.5.0`. This is how I solved it ✅ : First of all, I uninstalled my current version of tuist ``` >...
I was getting spammed with this message as well as getting a grey/black screen in my Android emulator, and I could fix it by changing the rendering mode. [This](https://github.com/Karumi/KataSuperHeroesCompose/blob/main/scripts/start_emulator.sh) was...
Having this feature in the master branch would be lovely. I would need it too
Hi! thanks for the active work in this library! We're still using version `3.3.0` in our App. 1M+ downloads 🙂 It'd be awesome to have an available dependency. For the...
This is the final dependency we've used after some failed attempts with other combinations: root build.gradle: ``` allprojects { repositories { google() mavenCentral() ... maven(url = "https://jitpack.io") //
Thanks for the proposed solutions! they've been really useful. I've proposed [this one](https://github.com/ncapdevi/FragNav/issues/255#issuecomment-2419155836) in #255 in case you want to have a look.