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

后端 未结 8 1698
一生所求
一生所求 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条回答
  • 2020-12-16 13:50

    If you are using CocoaPods, open yourProject.workspace instead of yourProject.xcodeproj.

    0 讨论(0)
  • 2020-12-16 13:50

    I had a similar issue when I wanted to remove Alamofire from Cocoapods. then it needs to delete something:

    target -- Build Settings -- Other Swift Flags

    This junk of code worked for me.

    0 讨论(0)
提交回复
热议问题