I have already tried to find similar errors on the Internet, but it seems that I am the only one who received this error.
What I do when I want to start profiling my application in Xcode, it will work after compiling the application. In the settings, I already edited the scheme for using "debugging", but did not change anything.
The crash report displays this specific error message. I already tried to figure it out myself, but now I'm stuck. All I want to do is see how much memory my application uses and what it does with memory.
Here is the error message. I hope you can help me somehow:
Dyld Error message: library not loaded: @ RPATH / DTBinaryAnalysis.framework / Versions / A / DTBinaryAnalysis
Link from: /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/MacOS/Instruments Reason: image not found
source
share