Could not find module for target 'x86_64-apple-ios-simulator'

前端 未结 6 3102
小鲜肉
小鲜肉 2020-12-13 09:59

I have my custom framework and it works properly in XCode 10. I rebuild it in XCode 11 beta 3, then integrated into the app, and get the following error:

Could not f

6条回答
  •  甜味超标
    2020-12-13 10:20

    Please check your Scheme be sure to run correct scheme.

    And then you should open XCode > -Your Main Target- > Build Active Architecture Only and set 'NO' to build on the all architectures.

    Options:

    YES - If set to yes, then Xcode will detect the device that is connected, and determine the architecture, and build on just that architecture alone.

    NO - If set to no, then it will build on all the architectures.

提交回复
热议问题