gpt4 book ai didi

ios - 错误 : XPC connection interrupted | Terminating since there is no system app

转载 作者:搜寻专家 更新时间:2023-10-31 21:49:30 25 4
gpt4 key购买 nike

我最近更新到 Xcode 8.1 并使用 Swift 3 进行编码。

我正在开发 iOS 应用程序,当 iPad 模拟器横向放置时出现以下错误。当我在横向方向使用 iPhone 模拟器时,我没有收到错误。

XPC 连接中断 |由于没有系统应用程序而终止。

在 Xcode 8.0 上,我没有遇到这些错误。我已经重新启动了我的 Mac Mini 并重置了模拟器以查看是否可以清除错误。都没有用。

最佳答案

在将代码迁移到 swift 3 时,我在 2 种情况下遇到过这种行为:

  1. 忘记添加@escaping:

    sendReceipt(completion: @escaping (Receipt) -> () ){
    // var to retain the closure
    self.completion = completion
    }
  2. 向 Lazy var 添加一个值。

    lazy var foo : Example = { return Example() }()

    // later in another method
    foo = Example()

关于ios - 错误 : XPC connection interrupted | Terminating since there is no system app,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40410642/

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