auth0/Lock.swift

A0TouchIDLockViewController not available in Swift

Closed this issue · 1 comments

I can't do

    let lock = A0Lock.shared()
    let controller = lock.newTouchIDViewController()

Or as per your old sample

    let controller = A0TouchIDLockViewController(lock: A0Lock.shared())
    let controller = A0Lock.shared().newLockViewController()

I've included the pod for touch, also added to bridge header #import <Lock/Lock.h>

Not sure what I'm missing. Compiler complains A0Lock has no member newTochIDViewcontroller

Using Using Lock (1.28.1)

Double check your setup, this does work:
https://github.com/auth0/Lock.swift/tree/v1#touchid