"Access to PassKit Shared Cache file denied. ..." ?



我在iOS 11下的应用程序正在记录:

Access to PassKit Shared Cache file denied. Please verify sandbox exceptions and/or file a Radar.

以前从未见过。有人知道这来自哪里吗?

(我的应用使用低级键链方法而不是PassKit。但是HockeyApp似乎是。)

我遇到同样的错误,我通过使用以下代码

来解决
let vc = CNContactViewController(forNewContact: contact)
vc.delegate = self
let navigationController: UINavigationController = UINavigationController(rootViewController: vc)
            present(navigationController, animated: false) {
                print("Present")
            }

相关内容

  • 没有找到相关文章