Giter Club home page Giter Club logo

Comments (6)

markzyu avatar markzyu commented on May 24, 2024

I got the same compilation error. I thought it was because pod install only has version 0.1.0 and 0.5.0 of this library. Are you using the latest version or the version provided by pod?

from gtmappauth.

RiceLinTW avatar RiceLinTW commented on May 24, 2024

I think it's because of the dependency version is 0.7.0.

GTMAppAuth.podspec
s.dependency 'AppAuth', '~> 0.7.0'

And the misnamed parameter has been fixed at version 0.8.0 few weeks ago.

I add this in line my podfile to temporary fix this problem
pod 'AppAuth', :inhibit_warnings => true

from gtmappauth.

jostster avatar jostster commented on May 24, 2024

Are they going to fix this?

from gtmappauth.

timeflying avatar timeflying commented on May 24, 2024

I add the line
pod 'AppAuth', :inhibit_warnings => true
but it shows:
library not found for -lAppAuth

from gtmappauth.

jeremyclee avatar jeremyclee commented on May 24, 2024

This issue was resolved in version 0.8.0 I believe. If you're still getting the issue, either your pod is specifying a lower version, or your cocoa pods repo is out of date and you need to run pod repo update in your terminal

from gtmappauth.

WilliamDenniss avatar WilliamDenniss commented on May 24, 2024

The GTMAppAuth podspec now requires AppAuth 0.9.0 or later.

You could require the latest version of GTMAppAuth in your PodFile like:

'GTMAppAuth', '>= 0.6.1'

That way you'll get an error if you pod install and your repo isn't up to date.

from gtmappauth.

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.