I am trying to fix this error I'm getting. The project uses Swift Dependency Management along with Carthage. When I try to build with Xcode 11 I get this error, I've tried various other versions however I'm still unable to build successfully.
I'm not sure if I'm using the wrong version of XCode. I'm also not sure about Carthage as I've only ever previously used Cocoapods. Any help would be appreciated.
I've tried quite a few of the solutions mentioned here on SO but no luck :/
Is there supposed to be a workspace file produced like Cocoapods? I don't see one.
carthage build --no-skip-current- Itay Brenner