In My Xcode 12.4 I can’t build my projects anymore. Each time I do I get "No such module…" for each Pod. I haven’t made any other changes to the project. I’ve cleaned, deleted Derived Data, restarted my computer, deleted and reinstalled the Pods, updated Cocoapods, added arm64 in excluded Architecture etc.
I can run on my device but not on a simulator
Has anyone else had this issue?
3
Answers
Adding this to podfile helps me
For Mac’s with the new M1 chip:
Get Info
Open with Rosetta
For me the fix was Kirill’s accepted answer, but I also needed to add
arm64
forExcluded Architectures
in target’sBuild Settings
: