Must I explicitely enable exceptions in Xcode?
- by dontWatchMyProfile
-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?