9

I have 2 targets in my Xcode project, 1 app target and 1 test target. Since my project has become rather large to compile I want to disable the test target so it doesn't need to compile my Swift files twice for both targets.

Any idea how to disable (not remove) my test target from building?

3

1 Answer 1

19

There is a disable option if you right-click on the target, in the test targets view:

Disable tests target

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.