I already tried to find similar errors on the internet, but it seems that I am the only one getting this error.
What I do is, when I want to start profiling my application in Xcode, it crashes after compiling the app. In the settings I already edited the scheme to use the "debug" build but that changed nothing.
The crash report shows this particular error message. I already tried to figure it out on my own, but currently I am stuck. All I want is to see how much memory my application uses and what it does with the memory.
Here the error message. Hope you are able to help me somehow:
Dyld Error Message: Library not loaded: @rpath/DTBinaryAnalysis.framework/Versions/A/DTBinaryAnalysis
Referenced from: /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/MacOS/Instruments Reason: image not found
I had a similar error when running instruments
for end-to-end tests:
$ instruments -s devices
dyld: Library not loaded: @rpath/DTBinaryAnalysis.framework/Versions/A/DTBinaryAnalysis
Referenced from: /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Frameworks/InstrumentsPlugIn.framework/Versions/A/InstrumentsPlugIn
Reason: no suitable image found. Did find:
/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Frameworks/InstrumentsPlugIn.framework/Versions/A/../../..//DTBinaryAnalysis.framework/Versions/A/DTBinaryAnalysis: mmap() error 1 at address=0x10A0DF000, size=0x00005000 segment=__TEXT in Segment::map() mapping /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Frameworks/InstrumentsPlugIn.framework/Versions/A/../../..//DTBinaryAnalysis.framework/Versions/A/DTBinaryAnalysis
/Applications/Xcode.app/Contents/Developer/usr/bin/../../../Applications/Instruments.app/Contents/Frameworks//DTBinaryAnalysis.framework/Versions/A/DTBinaryAnalysis: mmap() error 1 at address=0x10A0ED000, size=0x00005000 segment=__TEXT in Segment::map() mapping /Applications/Xcode.app/Contents/Developer/usr/bin/../../../Applications/Instruments.app/Contents/Frameworks//DTBinaryAnalysis.framework/Versions/A/DTBinaryAnalysis
Trace/BPT trap: 5
Solution (funny enough): reboot.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With