objective c - Application works for me, but everyone else gets EXC_BREAKPOINT (SIGTRAP) -


my application works me, crashes before opening main window else!

the information have (at moment) this...

date/time: 2011-02-06 13:32:26.599 -0500 os version: mac os x 10.6.6 (10j567) report version: 6  exception type: exc_breakpoint (sigtrap) exception codes: 0x0000000000000002, 0x0000000000000000 crashed thread: 0  dyld error message: library not loaded: //cancelbuttonplugin.framework/versions/a/cancelbuttonplugin referenced from: /users/user/downloads/dash.app/contents/macos/dash reason: image not found  binary images: 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <b536f2f1-9df1-3b6c-1c2c-9075ea219a06> /usr/lib/dyld 

why getting problem? "exc_breakpoint (sigtrap)" , how can fix it?

the problem system misses library promised it, in case cancelbuttonplugin.framework one. luckily, easy solve, go xcode, , add copy files build phase project. destination frameworks , drag'n'drop third party frameworks it. recompile , done.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -