得到" exc_bad_access代码= 2"

时间:2014-04-10 10:07:17

标签: ios objective-c

嗨,我正在开发iPhone应用程序并使用NSCalendar类,已经采用NSDate类型的当前月份。我收到"exc_bad_access code=2"错误。

我使用了以下代码:

NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
NSDateComponents *offsetComponents = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit)fromDate:[NSDate date]];
currentMonth = [gregorian dateByAddingComponents:offsetComponents toDate:currentMonth options:0];

任何人都可以帮助我解决问题。

0 个答案:

没有答案