Any NSWindowController trying to initialise from a xib cannot correctly override the super initialiser. Using workaround in the post in the Apple forums - not nicest implementation but it works. Keep an eye on the issue until Apple fix this issue in a future release
https://devforums.apple.com/message/975467#975467
Any NSWindowController trying to initialise from a xib cannot correctly override the super initialiser. Using workaround in the post in the Apple forums - not nicest implementation but it works. Keep an eye on the issue until Apple fix this issue in a future release