Xcode 10.1 dyld_shared_cache_extract_dylibs failed iOS 13.4

150 Views Asked by At

I am trying to run iOS app on iPhone Xr (iOS 13.4) from Xcode 10.1 on macOS Mojave 10.14.6 version. But I get error

dyld_shared_cache_extract_dylibs failed

I downloaded support file for 13.4 from here

I have tried all the solutions like this, this and this

Can anyone please help me on this?

1

There are 1 best solutions below

0
Sushil Sharma On BEST ANSWER

I was able to get this fixed by downloading a new Xcode 10.1 and then added 13.4 support file in Xcode.

UPDATE

Updated my iPhone to iOS 13.4.1 and started getting same error again. Then tried running app from Xcode 11 and was able to run app from there.

Then again tried running from Xcode 10.1 and it worked.