xcode13.4.1 dyld_shared_cache_extract_dylibs failed解决方案

在Mac存储空间管理时,删除了【开发者】下的xcode 缓存文件,导致在xcode连接手机时,卡在启动页很久,才进入app。
1、刚开始以为手机卡了,重启手机,重启xcode,not work
2、搜索了很多情况,都是unpair device,进行设备重新匹配,不管用。
3、打开window => device and simulators,看到dyld_shared_cache_extract_dylibs failed

解决方案:
解决方式分两步:

1、Edit Scheme => Run => Options => 取消勾选 Debug xpc services used by app

如果未生效,尝试以下步骤:

2、Finder前往文件夹 $HOME/Library/Developer/Xcode/iOS DeviceSupportDevice Logs, 对两个文件夹进行备份。然后删除iOS DeviceSupportDevice Logs下的内容。
3、重启xcode

如果仍然未生效,麻烦再去Google

Good luck.

你可能感兴趣的:(xcode13.4.1 dyld_shared_cache_extract_dylibs failed解决方案)