I have an xcode project, I want to build this project under the command line, this project consists of many subprojects, first I take these source files to a local drive, I use xcodebuild -list to search for the scheme, I can not find anything, at that time as after I manually open this project with xcode and then use xcodebuild -list to find the scheme, you can see some scheme.
I am comparing a project file with these two scenarios, for the second project there is an xcuserdata folder, so I can find a diagram for which I need a usage diagram to create this project.
Any suggestion would be appreciated.
source share