Has anyone migrated the Swift Lock Framework to Xcode 9 and iOS 11?
I’m trying to use the signup functionality (which was working ok on Xcode 8.3.3) and it’s crashing the app.
In debug I can see it’s crashing in ![]()
lookupImpOrForward in the limobjc.A.dylib library.
Even in debug there is not much information, and unusually it’s not possible to see what function triggered the crash.
Logging in with a pre-existing account works fine, it’s just initial signup that crashes.