dyld: dyld cache load error: syscall to map cache into shared region failed

Recently I have error I'm not sure what is the issue

dyld: dyld cache load error: syscall to map cache into shared region failed

dyld: Library not loaded: /usr/lib/libc++.1.dylib

  Referenced from: /private/var/containers/Bundle/Application/A3A10124-5FA3-4335-9ECE/TradeBy.app/TradeBy

  Reason: image not found

dyld: launch, loading dependent libraries

DYLDLIBRARYPATH=/usr/lib/system/introspection

DYLDINSERTLIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
I would try disabling main thread checker, view debugger support and backtrace recording in Edit Scheme. May not fix it, but worth a try.
Seems to have nothing to do with your project. As soon as this error appears, all my projects refused to start with the same issue.
I could fix it once by starting the app in the simulator, after that all worked as before.
Restarting the device also works for me.
dyld: dyld cache load error: syscall to map cache into shared region failed
 
 
Q