I\'m getting No such module for Pods when I try to build the project. If I remove the code expecting this Pod, another \'No such module\' comes up for another P
No such module
This is what I worked for me:
pod deintegrate || rm -rf Pods pod install --verbose rm -rf ~/Library/Developer/Xcode/DerivedData
Then I just clean my project and build it again.