I\'m running Xcode 11 Beta 4. I\'m using CocoaPods, and wanted to use one of my dependencies with Swift Package Manager as a static library instead of as a framework. On a fresh
What worked for me: I removed my import WebMIDIKit line and added it again.
import WebMIDIKit