Why does xcodebuild give different build results than XCode UI
问题 I have a series of projects within a workspace, and trying to use the following type of command to build them via the command line: "Xcodebuild -project XXX" or "Xcodebuild -workspace XXX -scheme YYY" Some of my projects build fine but others give strange errors, like "'XXX' for instance message does not declare a method with selector" or "ld: library not found for -lMyLibrary" However all these projects build fine from within the XCode UI without issues. Based on this is seems that the