Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: couldn't IRGen expression: Clang importer error, error: module 'GTMSessionFetcherCore' not found @import GTMSessionFetcherCore; #394

Open
vijay-subramani opened this issue May 16, 2024 · 1 comment

Comments

@vijay-subramani
Copy link

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.

@thomasvl
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants