viewDidLoad

2018-11-28 Thread Casey McDermott
We override viewDidLoad in a few view controller classes, and call [super viewDidLoad]; in them. Recompiling from OS 10.11 to OS 10.13 with a 10.13 deployment target gives a new error: "No visible @interface for 'NSViewController' declares the selector 'viewDidLoad'" Apples online docs don't s

viewDidLoad is OK, IOReturn isn't

2018-11-28 Thread Casey McDermott
Sorry, switching from macOS to macOS 10.12 as a base SDK fixed the compiler errors in NSViewController and elsewhere. It builds OK with that SDK. However using the 10.13 SDK gives a preprocessor error for IOKit/IOReturn.h file not found, at #import This is on a recently installed 10.13.6 mach