Although MGTwitterEngine works well in previous versions of iOS, it failed with EXC_BAD_ACCESS the moment I try to send a twit message:
[twitter sendUpdate:textToShare]
The latest list of Objective-C code executer:
[theRequest prepare]
inside SA_OAuthTwitterEngine.m. This is the call stack:
#1 0x00045a63 in -[OAMutableURLRequest URLEncodedString:] at /Users/ben/Dropbox/Dev/External Projects/Twitter-OAuth-iPhone/OAuthConsumeriPhoneLib/OAuthConsumerSrc/OAMutableURLRequest.m:287
Any ideas? Workaround Do you know another Twitter infrastructure that works well with iOS 5? The only thing I need to do with this is post twits (with login first, of course).
Mike keskinov
source share