Module file was created by an older version of the compiler

前端 未结 3 1215
孤街浪徒
孤街浪徒 2020-12-15 04:11

Using Carthage to manage my dependencies, everything runs fine in the simulator.

However, when building for a device I get the following error:



        
3条回答
  •  一向
    一向 (楼主)
    2020-12-15 04:31

    You can try rebuilding the framework by command line:

    • Open Terminal
    • cd project/directory
    • carthage build

    then clean the xcode project and run!

提交回复
热议问题