An assertion is a software construct where the developer states ("asserts") a condition that he believes will always be true.
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 …