You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Nothing has changed around imports/package for this project in a while, and I notice the error is for the compiling of GoogleSignIn, so the issue could actually be on that end. You also don't mention what versions of the library you were on before the update and what versions you are using now, that might help folks make suggestions no matter where the issue actually is.
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.
tried
these are not working. If anyone knows the solution help us on this.
The text was updated successfully, but these errors were encountered: