Getting 'no such module' error when importing a Swift Package Manager dependency

前端 未结 8 2165
离开以前
离开以前 2021-01-30 14:37

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

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 15:23

    What worked for me: I removed my import WebMIDIKit line and added it again.

提交回复
热议问题