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

问题描述 投票:9回答:2

我的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)。将使用两者之一。哪一个未定义。

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

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

ios xcode debugging ios-simulator
2个回答
2
投票

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


0
投票

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

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

我正在修复旧代码库中的错误,我不知道这个内部的Apple“警告”意味着什么。

它不应该显示给第三方开发人员。我正在使用CoreBluetooth和Objective-C。

© www.soinside.com 2019 - 2024. All rights reserved.