I am trying to build a library for inclusion in other iOS/Mac OS X projects. I currently have two separate projects that I switch between to build the library. I would like to have one project and two different schemes so that another person in my team can just change the scheme and get the kind of library they want. I would like to avoid having to manually add a new file to each separate project individually when I need to do so. Thoughts?
.m
file with the same name as the OS X library target. You may wish to delete this from your project.Xcode normally creates a scheme for the new target automatically. If you have turned “Autocreate schemes” off for this project, you need to choose Product > Manage Schemes… and create (or ask Xcode to autocreate) the scheme for the new target.