Ionic @autoreleasepool themeablebrowser错误

时间:2017-09-21 00:04:34

标签: ios xcode debugging exception ionic-framework

我正在开发一个需要主题浏览器的Ionic 3应用程序。一切都很好,主题浏览器正在工作。现在发生了一个错误,但我不知道如何。我在添加和构建ios平台后收到错误。

themeablebrowser插件不再工作了,在Xcode中我收到此错误:

@autoreleasepool {
    int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");        
    return retVal;
}

这里的错误

   2017-09-21 03:22:53.022 toufoulakids[553:107535] -[CDVFileTransferDelegate connectionDidFinishLoading:] [Line 637] File Transfer Download success

2017-09-21 03:22:53.216 toufoulakids[553:107195] -[__NSCFString charValue]: unrecognized selector sent to instance 0x15537d60
2017-09-21 03:22:53.222 toufoulakids[553:107195] *** WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> -[__NSCFString charValue]: unrecognized selector sent to instance 0x15537d60

0 个答案:

没有答案