简体   繁体   中英

Build Single Project in Xcode Workspace

I have XCode Workspace in which i have many Projects . I don't want to build entire workspace every time . How can I build a single Project in Xcode Workspace?

In Visual Studio i can right click on project and select project only->Build but i didn't find any option in XCode..

You probably should do it with schemes. Open scheme and remove unwanted targets. From Build section.
在此处输入图片说明

在此处输入图片说明

You can create a scheme for that. For reference: XCode Scheme

I tried creating a workspace and added two projects in it. It appeared on the Menu (From which you select between device and simulators) for which project I want to fire build action.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM