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

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

问题描述

我正在尝试在设备中运行AR Project,这给了我dyld_shared_cache_extract_dylibs失败的错误.我的系统操作系统是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/<your device's OS version name>/Symbols/System/Library/Caches/com.apple.dyld/

  • Close Xcode
  • Install the device support profile that matches your iOS version from here
  • Go to: ~/Library/Developer/Xcode/iOS DeviceSupport/<your device's OS version name>/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失败了6秒,并且在iOS 13.1.3上运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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