【发布时间】:2015-05-31 04:58:20
【问题描述】:
我的应用在某些 iPhone 5S 设备(仅部分)上崩溃并出现以下错误:
致命异常:NSInternalInconsistencyException 意外错误: Error Domain=NSCocoaErrorDomain Code=4097 "该操作无法进行 完全的。 (Cocoa 错误 4097。)”(连接到名为 com.apple.CoreAuthentication.daemon) 用户信息=0x174461dc0 {NSDebugDescription=连接到服务命名 com.apple.CoreAuthentication.daemon}
中断应用程序的行如下:
LAContext().canEvaluatePolicy(LAPolicy.DeviceOwnerAuthenticationWithBiometrics, error: nil)
这是苹果的错误吗? 我在这里做错了什么?
【问题讨论】:
-
您是否尝试重新启动 iPhone?你确定你有 iPhone 5S?
-
应用程序并没有因为我崩溃 - 只是我的一些用户
-
这真的很奇怪!
-
我同意 - 这就是我在这里发布它的原因
-
我只在 iPhone 6 上遇到过这种崩溃。这也使用了很长时间。它在 iPhone5s 上运行良好。真的很奇怪。
标签: objective-c authentication swift ios8 touch-id