I'm trying to compile my project with Xcode 11. If I build the project I get this message:
Module compiled with Swift 5.0 cannot be imported by the Swift 5.1
I tried to rebuild dependencies running carthage bootstrap
but I'm getting another error message from carthage:
Unable to determine local Swift version.
Which is the best flow to run Apps built with swift 5 on Xcode 11 beta? (taking into account that I'm using carthage as dependency manager?)