mthormann-dhi

Results 10 comments of mthormann-dhi

I've switched over to using app delegate for Firebase initialization. _Most_ of the time, I'm still seeing it fail with the same error. Every now and then I do very...

+1 as well! Enabling a binary distribution would cut at least 25-30 seconds off every full build (for a typical M1 mac in our environment) and dramatically simplify the work...

We just wound up punting and going with the manual install at this point. Little frustrating as we'll have to script as well as manually check every Firebase update for...

@paulb777 Maybe stupid question then related to your response but wouldn't the [zip file](https://firebase.google.com/download/ios) with the .xcframework files that we pull when installing manually need to be updated with different...

@ncooke3 I am not seeing the issue with broken SwiftUI preview and manual install fixed (Xcode 14.3.1, Firebase 10.14.0). Still getting crash from preview every time. Maybe this is a...

It was manual install (not pods) and is showing 2.3.1 in both FBLPromises and PromisesSwift frameworks which I thought should have fixed this. Interestingly looks like someone maybe forgot to...

Latest stable 14.3.1. I've killed DerivedData, clean build, etc. and still seeing the same crash on the SwiftUI canvas. Everything else is just fine (running, Firebase functionality, etc.).

Yes that's been set from the start on the app target and I double-checked again. I've also looked and don't see Promises used by any other library in our app....

Will do that. I'll have to work on a minimal example. It's happening in our main app which isn't minimal or shareable. In the meantime, I'll just hope this issue...