错误"类VCWeakObjectHolder在两个...中实现"正在崩溃调试会话

Ras*_*sto 9 debugging xcode ios ios-simulator

我的iOS应用程序中始终出现以下错误:

objc [56232]:类VCWeakObjectHolder在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/中实现. Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace(0x12fe564d0)和/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/内容/资源/ RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference(0x12ef82e38).将使用两者之一.哪一个未定义.

应用程序本身运行正常但调试器不会附加到设备进程.模拟器确实附着但是应用程序在遇到断点后立即崩溃.

我对如何处理它的想法已经不多了.任何帮助将不胜感激.

小智 3

模拟器 -> 硬件 -> 删除所有内容和设置...对我有用。

  • 点评来源: 您能更好地描述一下为什么这可以解决这个问题吗?谢谢 (3认同)