I am getting a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the evalJsHelper2 in the following code line:
NSString* commandsJSON = [_viewController.webView stringByEvaluatingJavaScriptFromString:js];
this error occurs when downloading multiple files at the same time. i tested the same app in iOS 7 it worked fine but not iOS 8. i am using phonegap 3.7 and the file-transfer-plugin
do you have any idea how i can solve this?