Hey there, I'm new to iOS development in general but especially Combine/SwiftUI.
I've followed your clean architecture and tried to extend it a bit by introducing credentials manager and injecting a token in the WebRepository call.
However, what puzzles me is that if I wrap following code below into a closure I get Generic parameter 'Value' could not be inferred.
Hey there, I'm new to iOS development in general but especially Combine/SwiftUI. I've followed your clean architecture and tried to extend it a bit by introducing credentials manager and injecting a token in the WebRepository call.
However, what puzzles me is that if I wrap following code below into a closure I get
Generic parameter 'Value' could not be inferred
.Could you please advise on how to get this solved? This is the whole picture of the function.