gpt4 book ai didi

iphone - 模糊的 NSZombie 控制台日志

转载 作者:技术小花猫 更新时间:2023-10-29 11:22:43 26 4
gpt4 key购买 nike

我试着在谷歌上搜索,但在试图弄清楚这意味着什么时几乎没有得到任何结果。我的控制台正在记录:

objc[17048]: Class _NSZombie_GEOLatLng is implemented in both ?? and ??. One of the two will be used. Which one is undefined.
objc[17048]: Class _NSZombie_GEOLatLng is implemented in both ?? and ??. One of the two will be used. Which one is undefined.
objc[17048]: Class _NSZombie_GEOLocation is implemented in both ?? and ??. One of the two will be used. Which one is undefined.
objc[17048]: Class _NSZombie_GEOLocation is implemented in both ?? and ??. One of the two will be used. Which one is undefined.

有没有人以前见过这个,或者知道这是什么意思,是什么原因造成的,是否有问题?

最佳答案

我看过了。具体来说,在 OS X 上——但原因应该是一样的。 GEOLocation(和其他)在加载到进程中的两个图像中定义。

如果那是您编写的类,则该类的符号在多个目标文件中定义(尽管可能是链接器错误......),在链接库中,加载的包中,或者 - 当代码可能被加载时的某种组合动态地。

如果它不是您编写(或合成)的类,请向该类的创建者提交错误。

也有可能该类在您的应用中定义,并且也在链接库中定义。在这种情况下,您需要更改您的类(class)名称。

这绝对是个问题。该类(具有该名称)被加载到 objc 运行时两次,并且由于 objc 使用平面命名空间,因此无法保证在创建实例时将返回哪个实现。

在这种情况下,该类存在于系统框架中,所以...将它发送给错误报告者 - 它应该得到快速修复。

关于iphone - 模糊的 NSZombie 控制台日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8686162/

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