I have updated xcode and Mac OS then reinstalled the pods in my project. Since then getting this error in the xcode console whenever tries to do po or print in console with breakpoint it keep throwing this error. Someone help to get rid of this.
error: couldn't IRGen expression: Clang importer error
error: /Users/vijaysubramani/Documents/Projects/ios-retail/ios-retail/CaratLane_Retail/Pods/GoogleSignIn/GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h:27:9: error: module 'GTMSessionFetcherCore' not found
@import GTMSessionFetcherCore;
tried
- pod reinstall,
- pod repo update
- pod deintegrate, pod install
- use-module-headers instead of use-frameworks in podfile
these are not working. If anyone knows the solution help us on this.