I ran into a problem trying to run my app on my iPhone using Xcode. The app builds successfully but returns "dyld_shared_cache_extract_dylibs failed" error when trying to run on my iPhone.
dyld_shared_cache_extract_dylibs problem
The problem started when I updated my Xcode and ios to the latest versions i.e 10 and ios 12 respectively.
I've tried a few things from research and what other threads have suggested: - Reinstalling Xcode and my operating system. - Deleting the ios version from the xCode packages which resulted in a different problem.