creating an XCode project with existing code
New Project -> Other -> External Build System (in new project) Expand “Targets” select the target the template created press return edit the target settings: by default, it uses /usr/bin/make for invocation. if you want to use some other build system, then you’ll have more to configure. for a Makefile, you will need to set … Read more