AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Dependency graph resolution crash after Firebase upgrade (9.x -> 10.x) #248

Closed Narayane closed 1 year ago

Narayane commented 1 year ago

Hi, I have upgraded Firebase in my iOS project and I have a crash now when Dip tries to resolve its dependency graph. No problem with Firebase 9.6.0 but crash with Firebase 10.1.0.

Capture d’écran 2022-11-02 à 10 22 54

Can you help me please?

Narayane commented 1 year ago

Solved with https://github.com/AliSoftware/Dip/issues/220