Iphone [OAMutableURLRequest参数]中崩溃

Iphone [OAMutableURLRequest参数]中崩溃,iphone,ios,twitter,oauth,authentication,Iphone,Ios,Twitter,Oauth,Authentication,我正在试图弄清楚为什么我的应用程序在尝试使用twitter凭据登录时崩溃。崩溃并非每次都会发生,但当崩溃发生时,堆栈跟踪如下所示: 0 CoreFoundation 0x33abc8bf __exceptionPreprocess + 163 1 libobjc.A.dylib 0x31ade1e5 objc_exception_throw + 33 2 CoreFoundation 0x33a14275 -[__NSArrayI objectAtIndex:] + 165 3 -[OAMut

我正在试图弄清楚为什么我的应用程序在尝试使用twitter凭据登录时崩溃。崩溃并非每次都会发生,但当崩溃发生时,堆栈跟踪如下所示:

0 CoreFoundation 0x33abc8bf __exceptionPreprocess + 163 
1 libobjc.A.dylib 0x31ade1e5 objc_exception_throw + 33
2 CoreFoundation 0x33a14275 -[__NSArrayI objectAtIndex:] + 165
3 -[OAMutableURLRequest parameters] (OAMutableURLRequest.m:241)
4  -[OAMutableURLRequest _signatureBaseString] (OAMutableURLRequest.m:179)
5  -[OAMutableURLRequest prepare] (OAMutableURLRequest.m:133)
以前有人经历过吗? 短暂性脑缺血发作


ps.OAMutableURLRequest是我正在使用的第三方库。问题似乎是索引超出了范围,是否有其他人对此库有这样的问题?

如果是EXC\u错误访问,则表示您过度发布或保留了某些内容。如果您在ARC中,则需要根据您的代码键入弱类型或强类型