cocoa - How to run a specific project when you have multiple projects in xcode? -
if have xcode project restkit has core code restkit + examples have own project, how run specific project?
https://github.com/restkit/restkit/
if @ /example's folder, see have few of them , each have own project file.
you can use multiple targate in xcode.
a target specifies product build , contains instructions building product set of files in project or workspace. target defines single product; organizes inputs build system—the source files , instructions processing source files—required build product. projects can contain 1 or more targets, each of produces 1 product.
Comments
Post a Comment