ios - WebCore: Worker: EXC_BAD_ACCESS when connecting Safari debugger to an Xcode 8.3 project -


i upgraded xcode 8.3 because apple. i've created cordova project has worked flawlessly on previous xcode versions, there's problem. deploy app simulator, , whenever try connect safari debugger (safari > develop > simulator > test app), app crashes with:

webcore: worker (25): exc_bad_access (code=1, address=0x0)

xcode webcore: worker: exc_bad_access

i'm running cordova 6.5.0 , there no plugins installed. appreciated.


update: looks webworkers culprit. if disable our webworker code in project, debugger connects without problem. it's nice know issue, disabling webworkers isn't solution, if has ideas, i'm ears.

definitely apple needs resolve.

in meantime, downloading , using ios 10.2 simulator fixes it.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -