Swift   发布时间:2022-03-31  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了swift – Xcode 9.3中的警告大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

当我在模拟器中运行我的应用程序时,我在 Xcode中收到此警告.我该怎么做才能摆脱它? objc[6529]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOs.platform/Developer/Library/CoreSim
当我在模拟器中运行我的应用程序时,我在 Xcode中收到此警告.我该怎么做才能摆脱它?
objc[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.
@H_801_17@在Internet上找不到“Class VCWeakObjectHolder”的单一引用.它让我疯了……然这只是一个警告.

@H_801_17@更新:Xcode 9.3.1和Xcode 9.4 beta都给出了相同的警告.

@H_801_17@

我有一个多月的警告.首先,我检查了两个路径,检查框架是否由于某种原因重复,但没有删除任何东西,然后我终于尝试了这个,它对我有用: @H_801_17@>重置模拟器(菜单:硬件 – >删除所有内容和设置……)>清理项目(Command Shift K)>清理构建文件夹(命令选项Shift K)>再次在模拟器上运行代码

大佬总结

以上是大佬教程为你收集整理的swift – Xcode 9.3中的警告全部内容,希望文章能够帮你解决swift – Xcode 9.3中的警告所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。