> On 4 Nov 2016, at 2:00 AM, Konidaris Christos <ko...@escape.gr> wrote: > > The problem was that my NIBs also contained NSViewController objects for some > of their subviews. Changing these controllers to plain NSObjects eliminated > the crashes. > > Thank you for pointing me to the correct direction. >
That isn’t the correct direction. If your views don’t need view controllers, just remove them altogether. Making them NSObjects is dead weight at best, could cause further mysterious behaviour at worst. —Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com