There is an error of `dyld_shared_cache_extract_dylibs failed` running app at iOS9.0.2 by Xcode10.1(10B61)

2k views Asked by At

There is a problem that I use Xcode10.1(10B61) running app at iOS9.0.2. Here is the information : dyld_shared_cache_extract_dylibs failed. The answer doesn't work for me, who has the good solution?

2

There are 2 answers

0
danylokos On

Had the same issue, couldn't get symbols from any devices running iOS 9.x under Xcode 10.1 (10B61), solutions for me was side installing Xcode 9.4.1 and using it to obtain symbols, after that i could use my older devices with Xcode 10 again.

You can find older Xcode versions here: https://developer.apple.com/download/more/

0
Jaya S K On
  1. Delete a directory in ~/Library/Developer/Xcode/iOS DeviceSupport/ that matches the version of the iOS on your device.

  2. Restart Xcode.