EXC_Breakpoint @ MacOSX 10.4

dadidoe

Computer Pro :)
hi,

im building on a new app which is aimed at mac osx 10.4 and 10.5 users. Running fine on 10.5, i tried using the app on 10.4, but i received this error message:

(see attachment)

Checking on the terminal I received this:

Code:
Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:    0x00000001
Code[1]:    0x90b204d0



warning: --arch option not supported in this gdb.
Reading symbols for shared libraries ........ done
/Users/David/269: No such file or directory.
Attaching to program: `/Volumes/DAVIDUSBPEN/QuickWeb.app/Contents/MacOS/DOMHTMLEditor', process 269.
Reading symbols for shared libraries .............................................................................+ done
0x90b204d0 in _NSRaiseError ()

Program received signal SIGTRAP, Trace/breakpoint trap.
0x90b204d0 in _NSRaiseError ()
(gdb)

Now this doesn't tell me anything. Could someone help me out?
 

Attachments

  • error_quit.jpg
    error_quit.jpg
    186.1 KB · Views: 6
Back
Top