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
I had the same problem with Xcode 10 and newly added pods.
I've noticed new pod was not added to Target -> Build Phases -> Link Binary With Libraries. When I added new pod-framework manually, archiving worked ok.