After updating to the latest Xcode to support ios12 I can\'t build my project It seems that none of the pods are being compiled. I\'m getting an error for unknown import such a
This is the problem of your previous cache store in the derived data folder.
Go to the DerivedData folder. Close XCode. Delete your apps from DerivedData folder. Reopen XCode, clean project and run again.
XCode preference > Locations > Derived Data (click right side icon in the directory path, it will open DerivedData folder)
Select your pod from the left project navigator. > Select Target. > Select "Build Settings". > Build Active Architecture Only to No