eugene
eugene

Reputation: 41725

How to change a target in Xcode?

I've downloaded a project from github and it contains 2 targets, one library and one test executable.

I suspect its current target is set to the library because Xcode's build&run is disabled.(I can only build)

How can I change the target to the test executable?

Upvotes: 2

Views: 1365

Answers (1)

omz
omz

Reputation: 53561

Just click on the popup next to the "Stop" button to select the active target.

Upvotes: 1

Related Questions