dyld_shared_cache_extract_dylibs 在 iOS 13.1.3 上运行失败 6 秒以上 [英] dyld_shared_cache_extract_dylibs failed for 6s plus running on iOS 13.1.3

查看:14
本文介绍了dyld_shared_cache_extract_dylibs 在 iOS 13.1.3 上运行失败 6 秒以上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在设备中运行 AR 项目,它给了我一个 dyld_shared_cache_extract_dylibs failed 错误.我的系统操作系统是 Mojave 10.14.我试过 这个这个 答案.但仍然有同样的问题,无法运行我的应用程序.提前致谢.

I am trying to run AR Project in device it gives me an dyld_shared_cache_extract_dylibs failed error. My system OS is Mojave 10.14. I tried this and this answer. But still having the same issue, Not able to run my application. Thanks in Advance.

推荐答案

发生这种情况是因为旧版本的 Xcode 以某种方式在正确创建这些缓存文件时出现问题 - 请尝试以下操作:

This is happening because somehow older versions of Xcode have an issue creating these cache files properly - try below:

  • 关闭Xcode
  • 此处
  • 安装与您的 iOS 版本匹配的设备支持配置文件
  • 转到:~/Library/Developer/Xcode/iOS DeviceSupport/<您设备的操作系统版本名称>/Symbols/System/Library/Caches/com.apple.dyld/

注意:如果您没有此文件夹,请运行 Xcode,连接您的设备并尝试与之配对 - 届时应该创建该文件夹...

创建这三个空文件 - 覆盖现有文件(如果有):

Create these three empty files - overwrite existing ones if any:

 .copied_dyld_shared_extract_dylibs
 .processed_dyld_shared_extract_dylibs
  dyld_shared_cache_extract_dylibs

  • 再次启动Xcode
  • 这篇关于dyld_shared_cache_extract_dylibs 在 iOS 13.1.3 上运行失败 6 秒以上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆