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

时间:2018-04-24 05:31:59

标签: ios xcode debugging 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/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference   (0x12ef82e38)。将使用两者之一。哪一个未定义。

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

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

2 个答案:

答案 0 :(得分:2)

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

答案 1 :(得分:0)

我向https://bugreport.apple.com/提交了错误#43377301

在Apple框架(类VCWeakObjectHolder)中应该关闭调试消息

我目前正在修复旧代码库中的错误,而且我不知道苹果内部的“警告”是什么意思。

不应将其显示给第三方开发者。我正在使用CoreBluetooth和Objective-C。