Google-signin: framework not found GoogleSignIn

Created on 10 Mar 2018  路  5Comments  路  Source: react-native-google-signin/google-signin

Hey guys, I followed the install instructions for automatic, and manual, yet I'm still getting this error when I'm trying to build the project.

It doesn't display any other errors, any idea what's going on?

screen shot 2018-03-10 at 8 47 44 pm
screen shot 2018-03-10 at 8 48 00 pm

Most helpful comment

@Gazfay I think you are telling solution if we follow manual approach. Any solution when we follow cocoapods?

@Jaydip2711 Did you get any solution?

All 5 comments

@andela-cofor I have the exact same issue. If you have found a solution - could you describe it?

So it cannot see the google frameworks, download google sdk here extract it and put it in the root director of your ios folder.

Add to your project's target framework search paths
screen shot 2018-04-02 at 1 56 48 pm

Let me know it you still have the issue @alexstoyanov

So it cannot see the google frameworks, download google sdk here extract it and put it in the root director of your ios folder.

Add to your project's target framework search paths
screen shot 2018-04-02 at 1 56 48 pm

Let me know it you still have the issue @alexstoyanov

issue still occur

@Jaydip2711 i resolved this issue:

  1. Create in Documents directory new folder with name GoogleSDK.
  2. Download the GoogleSignIn SDK from here and unzip it. Place GoogleSignIn.framework in GoogleSDK folder than drag and drop this file into the Frameworks group in Xcode. During copying, check copy items if needed.
  3. Add new header: ~/Documents/GoogleSDK in the Framework Search Path of your build target's Build Settings

This is looks like facebook sign in installation and it's resolved this issue for me.

@Gazfay I think you are telling solution if we follow manual approach. Any solution when we follow cocoapods?

@Jaydip2711 Did you get any solution?

Was this page helpful?
0 / 5 - 0 ratings