I updated cocoapods and reinstalled pods then a red and white target symbol appeared by frameworks in my targets My Targets
I have previously installed 'GoogleSignIn' cocoapod and it works fine, but now when I try and build I get the error message "No such module GoogleSignIn" I'm using cocoapods from other frameworks such as Firebase and it is working fine im using .xcworkspace, Xcode 10.2. I've tried:
1.Clean and rebuild. 2.Clean build folder. 3.Restart Xcode. 4.pod update/install.
My podfile looks like this:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Dilblitz' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Dilblitz
pod 'Firebase'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'GoogleSignIn'
pod 'ChameleonFramework'
pod 'SVProgressHUD'
pod 'SwiftyJSON'
end