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.
This is happening because somehow older versions of Xcode have an issue creating these cache files properly - try below:
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
In my case, the issue I has in xCode 10.1.
In order to solve this issue the three files that you must be in ~/Library/Developer/Xcode/iOS\ DeviceSupport/<your device's OS version name>/Symbols/System/Library/Caches/com.apple.dyld/
are:
I didn't create empty files, I copied and pasted this three files from previous OS version folder in /Caches/com.apple.dyld/
. If you just upgrade to 13.4.1 iOs versión, I copy from ~/Library/Developer/Xcode/iOS DeviceSupport/13.4.1 (17E262)/Symbols/System/Library/Caches/com.apple.dyld/
folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With