nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.56k stars 671 forks source link

Crash when attempt to open the detail modal screen #64

Closed amadeu01 closed 2 years ago

amadeu01 commented 2 years ago

The app is crashing due to EnvironmentOverrides library. I open a PR fixing it https://github.com/nalexn/EnvironmentOverrides/pull/1

nalexn commented 2 years ago

I've merged that PR (thanks!), and updated this project to use an updated version of EnvironmentOverrides