Create a single project in the Xcode workspace

I have an Xcode workspace in which I have many projects . I do not want to create an entire workspace every time . How can I create one project in the Xcode workspace?

In Visual Studio, I can right-click on the project and select only the project -> Create , but I did not find any option in Xcode ..

+4
source share
2 answers

You can create a circuit for this. For reference: Xcode Schema

I tried to create a workspace and added two projects to it. It appeared in the menu (from which you choose between the device and the simulators) for which project I want to start the build action.

+1
source

You should probably do this using circuits. Open the diagram and delete unnecessary targets. From the "Assembly" section.
enter image description here

enter image description here

+3
source

All Articles