当我在模拟器中运行我的应用程序时,我在
Xcode中收到此警告.我该怎么做才能摆脱它?
原文链接:https://www.f2er.com/swift/319304.htmlobjc[6529]: Class VCWeakObjectHolder is implemented in both /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 (0x13490b4d0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x133a37e38). One of the two will be used. Which one is undefined.
在Internet上找不到“Class VCWeakObjectHolder”的单一引用.它让我疯了……虽然这只是一个警告.
更新:Xcode 9.3.1和Xcode 9.4 beta都给出了相同的警告.