I have a VoiceSampler.framework that was built with Xcode 10.3
I am trying to use that framework in Xcode11 in a new project. I have successfully added that framework, but when I write import VoiceSample
in AppDelegate, I get the following error:
Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler: /Users/apple/Projects/CaptureAppSwift/VoiceSampler.framework/Modules/VoiceSampler.swiftmodule/arm64.swiftmodule
Is there a Build Setting I can tweak in Xcode 11 to make it work? Any other work around?