I'm trying to start up the daemon on a project with multiple .xcodeprojs at the root and it seems to be erroring out, saying the xcodebuild needs the -project option.
I ran xcodebuild with that option to make sure it wasn't a problem there and that seemed to run correctly.
I'm trying to start up the daemon on a project with multiple
.xcodeproj
s at the root and it seems to be erroring out, saying thexcodebuild
needs the-project
option.I ran
xcodebuild
with that option to make sure it wasn't a problem there and that seemed to run correctly.Any ideas for how to resolve this?