On May 17, 2017, at 18:03 , Bryce Glover <email@hidden> wrote:
trying to put together a project template for use when going through exercises in a C++ programming textbook
AFAIK, custom Xcode templates have never been officially supported, and unofficial ones have tended to break between Xcode versions.
You’re better off creating a project that’s set up the way you want, then duplicating the containing folder when you want a new “template”. Note that if you rename the project from within Xcode, you’ll get a dialog that helps you to rename the various things (file names, module names, executable names, etc) that inherit the project name. In general, you should avoid renaming the project file in the Finder. (It ought not to matter, but we’ve seen reports of projects getting broken after doing that. This may be due to some absolute path names inside the project, or something less scrutable.)
|