Xcode – How to know which header file to include for a documented function while developing for MacOS?
I'm new to macOS development, so pardon my simplistic question. Say, if I have a function. Let's take SCError for example. From the documentation I can see that I need to add: System Configuration framework But how do I know…