如何在Xcode 10.3中使用iOS 13.2.3(dyld_shared_cache_extract_dylibs失败) [英] How to use iOS 13.2.3 with Xcode 10.3 (dyld_shared_cache_extract_dylibs failed)

查看:81
本文介绍了如何在Xcode 10.3中使用iOS 13.2.3(dyld_shared_cache_extract_dylibs失败)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

关于dyld_shared_cache_extract_dylibs故障有很多答案.尤其是

There is many answer about dyld_shared_cache_extract_dylibs failure. Notably this link and this other one and this github issue.

None of this worked for me. I have the last iOS DeviceSupport installed, and I tried to remove the dyld_shared_cache_arm64e files, add empty dyld_shared_cache_armv6 or dyld_shared_cache_arm64e files without success. Is it a way to use my phone without downgrading to iOS 13.1.2 ?

解决方案

I have Xcode 10.2.1 and iPhone 11 (iOS 13.3).

For iOS 13.3 Above solution not work because for iOS 13.3 not generate file like

"dyld_shared_cache_arm64"

It will generate file name like "dyld_shared_cache_arm64e" so copy this file from any iOS less then 13.3

I have copy "dyld_shared_cache_arm64" this file from "13.2 (17B84)" and past that file in "13.3 (17C54) arm64e" and rename this "dyld_shared_cache_arm64" to "dyld_shared_cache_arm64e"

and it successfully worked for me.

这篇关于如何在Xcode 10.3中使用iOS 13.2.3(dyld_shared_cache_extract_dylibs失败)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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