当我在设置中单击“关于”页面时,会显示一条错误消息:
2016-11-25 19:49:04.352 ass176[4729:186745] -canOpenURL: failed for URL: "prefs:root=General&path=About" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
这是代码:
let url = URL(string: "prefs:root=General&path=About")
if UIApplication.shared.canOpenURL(url!){
UIApplication.shared.open(url!, options: [:], completionHandler: nil)
}
环境:iOS 10.1,XCode 8.1