gpt4 book ai didi

ios - crash_info_entry_0 : CoreUI: deallocating _CUIInternalLinkRendition . .. Assets.car

转载 作者:行者123 更新时间:2023-12-01 09:40:55 25 4
gpt4 key购买 nike

在使用 Firebase Crashlytics 检查崩溃时,我注意到 Keys 部分中有以下行:

CoreUI: deallocating _CUIInternalLinkRendition 7113 /private/var/containers/Bundle/Application/1E06D0B4-30EA-41CA-998C-D8E86AA94100/.app/Assets.car



这与我的应用程序中的 Assets 有关吗? CoreUI 中的内存问题?

最佳答案

我有一个播放器,当我强行从播放器中移除时间观察者时发生了崩溃。但是 timeObserverToken 为零。
修复:只需使用 if let 解开 token 使用前!

func endPlayerObserving () {
//BAD CODING, Don't ever force unwrap optional objects
player?.removeTimeObserver(timeObserverToken!)
}

关于ios - crash_info_entry_0 : CoreUI: deallocating _CUIInternalLinkRendition . .. Assets.car,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59717173/

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