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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -