Top "Assertion" questions

An assertion is a software construct where the developer states ("asserts") a condition that he believes will always be true.

Getting strange debugger message: Assertion failed: (cls), function getName: what is this?

Since I upgraded from Xcode 3.2.3 to 3.2.4 and iOS 4.0.1 to iOS 4.1 SDK, when I set a breakpoint in my code and …

xcode debugging ios assertion