missing required module 'SwiftShims' error generated by Xcode in project

后端 未结 8 1711
一生所求
一生所求 2020-12-16 12:59

I copied my project in a running state but the copied project doesn\'t work for me although the actual project is running fine. When I build my copied project it gives me th

8条回答
  •  旧时难觅i
    2020-12-16 13:34

    Did you try to remove the cache ?

    rm -rf /Users/abdulrehman/Desktop/StudentMentor/DerivedData/ModuleCache/DLJPQMLQI1Q/
    

    (I might have wrong copied your file path. So feel free to type it manually if there is nothing to remove at this path)

提交回复
热议问题