I want to exclude ui test target from xcodebuild command, how can I do this? I have 3 target right now
- Project-Name
- Project-NameTests
- Project-NameUITests
I want to exclude ui test target from xcodebuild command, how can I do this? I have 3 target right now