venmo / VENTouchLock

A Touch ID and Passcode framework used in the Venmo app.
MIT License
964 stars 114 forks source link

Does this work on iOS 7.1? #29

Closed Perjan closed 9 years ago

Perjan commented 9 years ago

I wonder if it works on iOS 7.1, because on the simulator the demo fails with message:

"dyld: Symbol not found: _objc_isAuto Referenced from: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/lib/libobjc.A.dylib in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation "

dasmer commented 9 years ago

This works on iOS 7.1 (the Venmo app supports iOS 7.0+ and uses VENTouchLock). I'll try to replicate this issue on the demo app and see what's up.

dasmer commented 9 years ago

This seems like an Xcode framework import issue. I was not able to replicate on Xcode 6