Must I explicitely enable exceptions in Xcode?

Posted by dontWatchMyProfile on Stack Overflow See other posts from Stack Overflow or by dontWatchMyProfile
Published on 2010-06-10T09:32:47Z Indexed on 2010/06/10 23:12 UTC
Read the original article Hit count: 263

Filed under:
|
|

-objectWithID: is supposed to give me an object that's broken when the ID doesn't exist. The documentation says, that this object throws an exception when I try to access an property.

However, it never throws any. Must I enable exceptions so that they're really thrown?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode