uber / needle

Compile-time safe Swift dependency injection framework
Apache License 2.0
1.84k stars 143 forks source link

Sample MVVM project is not compiling #466

Closed sky-SergioOliveira closed 7 months ago

sky-SergioOliveira commented 1 year ago
image

Sample MVVM project is throwing a bunch of could not find provider errors. Same is happening in a sample SwiftUI application I build to test the framework.

sky-SergioOliveira commented 1 year ago

Tracked it to this issue: https://github.com/uber/needle/issues/464

Something in the needle API must have changed recently to require public dependencies. This change still isn't reflected on the MVVM sample or the documentation, but the MVC sample is updated.