Search code examples
xcodecocoapodsxcode12grdb

Xcode 12 update breaks Pods and Products


I just updated Xcode to version 12. When I open up a previously working project I now get an error No such module 'GRDB'. I have tried deintegrating and reinstalling the Pods, cleaning the build folder, and restarting Xcode. Additionally, when I look under my Pods the Products and Frameworks are colored red (view picture).enter image description here


Solution

  • One observation: This issue only appears when building for the Simulator, building for the device works fine.

    I go to build settings and find the problem my Architectures is arm64: enter image description here

    and I change to Standard architectures for every target in my Pods project : enter image description here