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 framewor
The following commands resolved the compiler error
carthage bootstrap --platform ios
brew bundle
pod repo update