App crashing with exception: -[NSConcreteMutableData _fastCharacterContents]
问题 I am trying to share data with facebook. I am able to share data except image stored locally in iPhone memory. But when I try to share image stored locally with parameter @"source" my app gets terminated with error "[NSConcreteMutableData _fastCharacterContents]". For sharing a local image I am converting it into NSData as required by @"source" parameter. NSData *data = [NSData dataWithContentsOfURL:localUrl]; __block ACAccount *facebookAccount = nil; ACAccountType *facebookAccountType =