dyld_shared_cache_extract_dylibs failed for 6s plus running on iOS 13.1.3

。_饼干妹妹 提交于 2019-12-07 15:33:06

问题


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.


回答1:


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

  • 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/

    Note: if you don't have this folder, run Xcode, connect your device and try to pair with it - the folder should be created by then ...

  • 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
  • Start Xcode again


来源:https://stackoverflow.com/questions/58539353/dyld-shared-cache-extract-dylibs-failed-for-6s-plus-running-on-ios-13-1-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!