Code Monkey home page Code Monkey logo

Comments (7)

cocojoe avatar cocojoe commented on August 16, 2024

So I can guess what this is, you are using Cocoapods in a Swift 4 project, when dependencies are added Cocoapods will set the dependency projects Swift version to 4.0 regardless of their actual swift version (Cocoapods bug).

In this case the Auth0.swift lib is Swift 3.2 for compatibility in both Xcode 8 and 9. So the error is thrown on the above is due to the lib being changed from 3.2 to 4.0. The 'Auth0-swift.h' header is missing because it couldn't compile.

There is an easy fix for this if you take a look at auth0/Lock.swift#470

from auth0.swift.

helloniklas avatar helloniklas commented on August 16, 2024

Yes I'm on Swift4. Thanks will follow that post.

from auth0.swift.

helloniklas avatar helloniklas commented on August 16, 2024

Still gives the error

Cannot convert value of type '(_) -> ()' to expected argument type 'SFAuthenticationSession.CompletionHandler' (aka '(Optional<URL>, Optional<Error>) -> ()')

Will revert to 1.8.0 until this is fixed.

from auth0.swift.

cocojoe avatar cocojoe commented on August 16, 2024

I imagine you probably have to deintegrate the pod and reinstall for an existing project vs a new one.
So I just quickly checked this, you can also update setting in the existing Xcode project.
Set to Swift 3.2

screen shot 2017-10-20 at 13 04 11

from auth0.swift.

helloniklas avatar helloniklas commented on August 16, 2024

Ok thanks. That now works

from auth0.swift.

cocojoe avatar cocojoe commented on August 16, 2024

Well I can recreate your error easily and also easily fix with correcting the swift version. Only other thing I can suggest for you to is clean the project and possibly clear out your derived data and rebuild.

I will also look at a fix in Swift 4

from auth0.swift.

helloniklas avatar helloniklas commented on August 16, 2024

@cocojoe sorry, it did work in the end... it somehow switched back to 4.0... but it now works when set to 3.2. Thanks for swift reply...

from auth0.swift.

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.