Can't import LocalAuthentication on Xcode 6 beta

前端 未结 2 1478
攒了一身酷
攒了一身酷 2021-01-05 16:14

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 @i

相关标签:
2条回答
  • 2021-01-05 16:21

    FYI:

    Fixed in beta 3 Projects using LocalAuthentication won’t build if the Destination is set to iOS Simulator.

    0 讨论(0)
  • 2021-01-05 16:27

    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.

    0 讨论(0)
提交回复
热议问题