My app can not be build if the xcworkspace name has a space, do you know how I can include an space in this command?
xcodebuild build
-workspace "App\ Name.xcworkspace"
-scheme "App\ Name"
I believe you don't need to use backslash \
if it's already double quoted.