If you use Objective-C objects, operations on null pointers are just a no-op, so there is not such thing as chasing exceptions.
So you silently ignore something being null when you don't expect it to be? That sounds even worse.
So you silently ignore something being null when you don't expect it to be? That sounds even worse.