I am using Xcode11
I am getting following error, when I try to use a framework in a SampleAppSwift project:
dyld: Library not loaded: @rpath/VoiceSampler.framework/VoiceSampler
Referenced from: /private/var/containers/Bundle/Application/7ECB8715–2964–47B6–9F75–056F32846019/SampleAppSwift.app/SampleAppSwift
Reason: image not found
In the SampleAppSwift project, under Build Settings, I tried setting 'Always Embed Swift Standard Libraries' to YES. That did not help.