gpt4 book ai didi

swift - 在 : reply: { ( success, 错误的调用中出现了一个额外的参数 'reply' - 我能做什么,因为我无法在模拟器中构建应用程序

转载 作者:行者123 更新时间:2023-11-30 12:55:30 27 4
gpt4 key购买 nike

enter image description here

在调用中出现一个额外的参数“reply”:reply: { ( success, error) - 我能做什么,因为我无法在模拟器中构建应用程序 让authenticationContext = LAContext() var 错误:NSError?

    if authenticationContext.canEvaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, error: &error) {
authenticationContext.canEvaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, localizedReason:"Not let somebody else", reply: { (success, error) in

if success {
self.navigateToAuthenticatiedVC()
} else{
if let error = error as? NSError {
let message = self.errorMessageForErrorCode(errorCode: error.code)
self.showAlertViewAfterEvaluatingPolicyWithMessage(message: message)
}
}

})

最佳答案

您应该调用 evaluatePolicy(..., reply: ...) 在那一行,不是 <i>can</i>EvaluatePolicy .

关于swift - 在 : reply: { ( success, 错误的调用中出现了一个额外的参数 'reply' - 我能做什么,因为我无法在模拟器中构建应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40450776/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com