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

Migrating from v3.2.4 throws a build error with GraphClient.builder() #715

Open
v-ken opened this issue Jan 25, 2022 · 0 comments
Open

Migrating from v3.2.4 throws a build error with GraphClient.builder() #715

v-ken opened this issue Jan 25, 2022 · 0 comments

Comments

@v-ken
Copy link

v-ken commented Jan 25, 2022

Hi,

I'm having difficulty migrating from v3.2.4 to a newer version of this package.
The error I'm getting is cannot find symbol for the builder function in GraphClient.
This works fine in v3.2.4 and below.

/Users/development/app/android/app/src/main/java/com/ShopifyModule.java:229: error: cannot find symbol
      GraphClient graphClient = GraphClient.builder(this.context)
                                           ^
  symbol:   method builder(ReactApplicationContext)
  location: class GraphClient
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

1 participant