使用FHSTwitterEngine进行Twitter登录时应用程序崩溃

时间:2013-11-27 23:18:28

标签: iphone twitter nsthread

现在我将Twitter功能与FHSTwitterEngine Rest API V1.1集成。

我成功集成,登录功能运行良好。但是当我根据成功警报将导航设置为另一个控制器时,应用程序崩溃了,产生了错误报告

 bool _WebTryThreadLock(bool), 0x935f630: Multiple locks on web thread not allowed! Please file a bug. Crashing now...
1   0x6fe0348 WebRunLoopLock(__CFRunLoopObserver*, unsigned long, void*)
2   0x2998afe __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
3   0x2998a3d __CFRunLoopDoObservers
4   0x2976704 __CFRunLoopRun
5   0x2975f44 CFRunLoopRunSpecific
6   0x2975e1b CFRunLoopRunInMode
7   0x6fe0310 RunWebThread(void*)
8   0x94179ed9 _pthread_start
9   0x9417d6de thread_start

我不知道为什么会发生这个错误。如果有人知道这类问题的解决方案,我将非常感谢你。

0 个答案:

没有答案