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 say anything about it being deprecated. Is it no longer OK to call it? It's still in the header file. NSViewController is the primary suspect for the crashing problems we experience after the move. Thanks, Casey McDermott TurtleSoft.com _______________________________________________ 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