objective c - Does anyone know why this exception is being thrown in ios/cordova? -


i'm working on hybrid app custom inappbrowser plugin , seemingly randomly exception gets thrown.

i don't have way consistently reproduce bug. open app , browser around , when clicking browser plugin's close button happen.

it happens within cordova after call line here code triggers this

where exception happens cordovalib.xcodeproj/classes/commands/cdvcommanddelegateimpl.m cordova exception xcode logs

i have spent hours trying find happening , can't find information online helps. i've tried wrapping in try/catch @ least see if can bypass , doesn't work either

the actual logged error is:

*** assertion failure in -[ddwebkitoperation dealloc], /sourcecache/mobiledatadetectorsui/mobiledatadetectorsui-109.1/urlification/ddoperation.m:202 *** terminating app due uncaught exception 'nsinternalinconsistencyexception', reason: 'container should nil'

does know causing , how fix it?

thanks.

i've seen crash in uiview's use data detectors. in case in unit test, fix delete data detector in test.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

ios - Change Storyboard View using Seague -

verilog - Systemverilog dynamic casting issues -