What's the "DNS_BLOCK_ASSERTIONS" (C compiler flag)?
The NS_BLOCK_ASSERTIONS macro (no "D") suppresses the checks performed by NSAssert. You supply it to the compiler using -DNS_BLOCK_ASSERTIONS (see the comments for an explanation of the "D").
-DNS_BLOCK_ASSERTIONS
2.1m questions
2.1m answers
60 comments
57.0k users