Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler

后端 未结 8 1034
灰色年华
灰色年华 2020-12-18 17:58

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

8条回答
  •  余生分开走
    2020-12-18 18:17

    The following commands resolved the compiler error

    1. carthage bootstrap --platform ios
    2. brew bundle
    3. pod repo update

提交回复
热议问题