Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

ios

swift

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 the following error:

enter image description here

I have cleared the cache and the derived data but the build still fails.

Does anyone have an idea what might cause this issue? Thanks in advance.

like image 202
Asim Ifitkhar Abbasi Avatar asked Aug 31 '25 05:08

Asim Ifitkhar Abbasi


1 Answers

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

like image 115
budiDino Avatar answered Sep 02 '25 18:09

budiDino