使用phonegap-facebook-plugin iOS崩溃

时间:2014-05-22 09:12:07

标签: ios facebook cordova phonegap-plugins

最后我需要在这里提出这个问题,因为我已经花了3天多的时间来解决这个问题。我找不到任何解决方案。
我用的是 xcode:5.1.1
科尔多瓦:3.4
iOS:7.1

我正在使用phonegap-facebook-plugin中的示例代码。当我第一次运行我的应用程序并且我成功登录但是当我第二次运行我的应用程序时它会崩溃。只有在没有注销的情况下重启我的应用程序才会发生崩溃。

崩溃线:

[self.commandDelegate sendPluginResult:pluginResult callbackId:self.loginCallbackId];

方法
中的

- (void)sessionStateChanged:(FBSession *)session state:(FBSessionState) state error:(NSError *)error {

和Xcode日志是:

FBLogin[4063:60b] *** WebKit discarded an uncaught exception in the webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame: delegate: <NSInvalidArgumentException> *** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument

0 个答案:

没有答案