I can't import LocalAuthentication on Xcode 6 beta. After Adding LocalAuthentication.framework on "Link binary with libraries" i tried to import the framework/class by @import LocalAuthentication; or by #import but Xcode don't recognise the framework. I tried to change "Deployment target" on settings to iOS 8.0 but it didn't helped. Any ideas?
相关问题
- Loading local file in WKWebView doesn't workin
- Xcode 6 Storyboard crashing when scrolling to part
- Images.xcassets breaking the laws of targets
- SpriteKit & Swift: Creating nodes via didBeginCont
- Swift UIApplication.setStatusBarStyle Doesn't
相关文章
- Navigation bar disappears when typing in UISearchC
- iOS 8 Today widget alignment issue
- Using the device simulator for iOS 8 with Xcode 7
- Using UILexicon to implement autocorrect in iOS 8
- Can't see custom keyboard in Safari of iOS8.1
- Can't use Swift classes inside Objective-C uni
- Change color of accessoryType Swift
- Is it not possible to use “Analyze” with swift?
FYI:
Yes,Same Problem Occurs when i tried in Xcode 6. But It worked fine when I use an iPhone Device, change "Deployment target" on settings to iOS 7.0, build and run in Iphone device.
But Touch ID not Supported in my ipod Device and Simulator.. Its works only in iPhone 5s Device.