I had a developer create an app for me and when they sent me the code, when I run it in xcode I get "No such module" error message each time. I have read through all the solutions here, have cleaned it, and nothing fixes this. I even checked the pod folder and everything looks good, below is the text of the pod file. I have read that you can update the pods, but I am still learning and do not know where to type "update pods"" to do this.
DBImageColorPicker is the module I keep getting the module error with.
target 'WallpaperBoard' do use_frameworks!
pod 'IQKeyboardManagerSwift'
pod 'Google-Mobile-Ads-SDK'
pod 'DBImageColorPicker'
pod 'SSUIViewMiniMe'
end