Code Monkey home page Code Monkey logo

Comments (8)

BernalCarlos avatar BernalCarlos commented on June 5, 2024 3

For an Expo managed app the AppAuth version can be set using the expo-build-properties plugin:

plugins: [
      ...
      [
        "expo-build-properties",
        {
          ios: {
            ...
            extraPods: [
              { name: "AppAuth", version: "=1.6.2" },
            ],
          },
       ...
        },
      ],
      ...
]

I can confirm that downgrading AppAuth to 1.6.2 is a valid workaround.

from google-signin.

BernalCarlos avatar BernalCarlos commented on June 5, 2024 2

@kasper-madsen How do you set AppAuth to version 1.6.2? I'm trying to figure out a workaround to this issue

from google-signin.

vonovak avatar vonovak commented on June 5, 2024 2

Hello,
AppAuth 1.7.1 was released with a fix

https://github.com/openid/AppAuth-iOS/releases/tag/1.7.1

Please use that or the workaround above.

Thank you!🙂

from google-signin.

pkgundam avatar pkgundam commented on June 5, 2024 1

it used to work and Pod install started using AppAuth 1.7.0 and app is not building now

from google-signin.

algera avatar algera commented on June 5, 2024

Similar issue seen here:

GTMAppAuth/GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility.m:137:32 No visible @interface for 'OIDTokenRequest' declares the selector 'initWithConfiguration:grantType:authorizationCode:redirectURL:clientID:clientSecret:scope:refreshToken:codeVerifier:additionalParameters:'

from google-signin.

l-bruyant avatar l-bruyant commented on June 5, 2024

Exact same issue here

from google-signin.

pkgundam avatar pkgundam commented on June 5, 2024

For an Expo managed app the AppAuth version can be set using the expo-build-properties plugin:

plugins: [
      ...
      [
        "expo-build-properties",
        {
          ios: {
            ...
            extraPods: [
              { name: "AppAuth", version: "=1.6.2" },
            ],
          },
       ...
        },
      ],
      ...
]

I can confirm that downgrading AppAuth to 1.6.2 is a valid workaround.

I love you!!!! thank you very much

from google-signin.

hachther avatar hachther commented on June 5, 2024

@kasper-madsen How do you set AppAuth to version 1.6.2? I'm trying to figure out a workaround to this issue

You can add the below line in your Podfile to used version 1.7.1, it work find.

pod 'AppAuth', '1.7.1'

The type pod install --repo-update to update

from google-signin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.