One thing I've learned is that Inside Macintosh is just the primer. It may look like all you need - it lists all the Toolbox functions and how they work, and walks you through how things ought to fit together!

But in reality to make anything beyond TeachText you need to read: every Technote, every Q&A, skim every relevant sample code, every Snippet, and also read every issue of develop.

Then you can start to approach being able to attempt to do something!

#VintageApple #RetroComputing

@kalleboo I only dabble in modern Apple platform development, and while it’s not that bad, sometimes the answer is still only in a WWDC talk or sample project, it sounds like
@CodingItWrong Absolutely. I've been in iOS development for about a decade until recently and beyond what you said the amount of times I've downloaded a sample code project from Apple and it doesn't build in the latest stable version of Xcode is shocking.