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
I was getting a similar problem for Sqlite.swift. Doing the following command worked for me:
carthage update --platform iOS --no-use-binaries
This was suggested here.