gpt4 book ai didi

xcode - nw_read_request_report 接收失败,错误 "Software caused connection abort"

转载 作者:行者123 更新时间:2023-12-02 04:21:18 29 4
gpt4 key购买 nike

我不知道其他人是否收到这些消息,但是当应用程序进入后台时,我在日志中收到了这些消息,然后又回来了:

[] nw_read_request_report [C3] Receive failed with error "Software caused connection abort"


其次是:

Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service


这是在许多其他错误日志之后出现的,例如:
  • [Process] kill() returned unexpected error 1 AND ProcessAssertion::processAssertionWasInvalidated()
  • Can't end BackgroundTask: no background task exists with identifier *, or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.

  • 我的项目有 Firebase ,这可能是所有与网络相关的日志的来源。
    是什么原因造成的?这是一个错误吗?

    更新
    我从第 1 号子弹中删除了错误,写在我的回答中 here .

    最佳答案

    我对 Facebook SDK 登录有同样的问题。解决它在 SceneDelegate.swift 添加以下代码

    import FBSDKCoreKit

    func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>) {
    if let openURLContext = URLContexts.first {
    ApplicationDelegate.shared.application(UIApplication.shared, open:
    openURLContext.url, sourceApplication:
    openURLContext.options.sourceApplication, annotation:
    openURLContext.options.annotation)
    }
    }

    关于xcode - nw_read_request_report 接收失败,错误 "Software caused connection abort",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59617057/

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