线程1:由于NavigationView-> List-> Section中的按钮,信号SIGABRT

问题描述

自Xcode 12起,我有线程1:信号SIGABRT ,以下是错误的详细信息:

2020-10-20 00:01:20.989409 + 0200 App [23604:1417143]前提条件失败:导入的节点在读取其值之前被删除:90

当我快速更改选项卡时,出现崩溃。

我以为崩溃来自ReSwift,但是经过调查,当我对按钮进行评论时,崩溃消失了(我试图仅对调度进行评论,但应用程序仍然崩溃)。 这是代码

// grab the search query,parse it into a `URLSearchParams` set
const queryData = new URLSearchParam(window.location.search.slice(1))

// manipulate the parameters as desired
queryData.set("b",5)

// assemble the new URL using the current URL as the base
const newUrl = new URL(window.location.href)
newUrl.search = queryData

// redirect to the new URL
window.location.href = newUrl

我不明白为什么这个按钮会引起这样的崩溃。

谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)