Total Pageviews

Monday, November 8, 2010

Program received signal: “EXC_BAD_ACCESS”. at the time of Printing Boolean

BOOL theBool;

NSLog(@"The value of the bool is %@\n", theBool);

At the time of printing the BOOL value it throws an error.
NSLog(@"The value of the bool is %d\n", theBool);

No comments:

Post a Comment