NSUserDefaults “Pause” / Crash on iOS8
问题 Ok, so I launched an app last week before iOS8 came out. Everything was working fine in iOS7 and below. But now since people have updated to iOS8 my app is pausing/crashing for no reason. I came to terms that it is when I set an NSMutableArray to the NSUserDefaults, it pauses. Please note, the NSMutableArray is an array of NSStrings. BUT (this is weird) if I breakpoint skip through the code it works and I get no pause. Here is the function that it is blowing up... -(void)UpdateMyAgenda: