How to fix cocoapod .modulemap file not found

后端 未结 5 1080
Happy的楠姐
Happy的楠姐 2021-02-07 10:19

When I try to build my project, I get a compile time error saying that a \"Module map file\" for my pod cannot be found and that I am missing a \"SwiftShimes\" module.

5条回答
  •  难免孤独
    2021-02-07 10:33

    I had this issue too, I'm not very familiar with XCode, but I opened the .xcodeworkspace file and then clicked build, which was successful!

提交回复
热议问题