I need to protect my code against possible errors. If they arise then there\'s no point to run the app further, so I need to bring to the use开发者_如何学运维r some message and then exit the app. So,
I\'m trying to use NSAssert in my code but it doesn\'t do a thing. In this piece of code, the as开发者_开发问答sertion should fail but doesn\'t:
I am developing an application on iOS. I see there is a macro called NSAssert1. What is it for? What are the differences in usage between NSLog and NSAssert1?
There\'s Net::Msmgr module on CPAN. It\'s written clean and the code looks trustworthy at the first glance. However this module seems to be beta and there is little documentation and no tests :-/