The Scheme that I need to do the test has a space in it, e.g. "Abc Test"
When I setup CI job, and do xcodebuild, will get error [xcodebuild: error: Unknown build action 'Test'.]
I tried to pass that name as a parameter (-scheme $testScheme), but still not works. Can anyone please help? many thanks!