Re: Using NSExceptionHandler causes a linker error

2009-03-06 Thread Joar Wingfors
Paul, You need to add the ExceptionHandling.framework to your project, and set it to be part of your target. That's how you tell Xcode to make the target link to it. * Right-click in the Groups & Files pane * Select Add > Existing Frameworks... j o a r On Mar 6, 2009, at

Using NSExceptionHandler causes a linker error

2009-03-06 Thread Paul Sanders
I am trying to make use of the services of NSExceptionHandler in my code, but when I do so I get a linker error. Perhaps someone can help. Code: #import ... NSExceptionHandler *nseh = [NSExceptionHandler defaultExceptionHandler]; The linker error is an undefined symbol: .objc_class_name_NSExc