Binding multiple tableviews to multiple NSArrayContollers results in crash

28 Views Asked by At

I have two NSTableviews the first one is bound to the first NSArraycontroller and arranged objects checked as as well as the selectionIndexes and works just fine.

I have a second table view and when I bind it to the second NSArrayController it crashes with

EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0).

I am using Xcode 9.4.1. Has anyone experienced the problem??

0

There are 0 best solutions below