Xcode build setting “Build Products Path” (CONFIGURATION_BUILD_DIR) is a lie?
问题 If I create a new application project, the build settings look something like this: It claims to be using a build dir build/Debug-iphoneos . I assume this is relative to the project directory? In reality, the project is compiled to the "derived data" directory, under ~/Library/Developer/Xcode/DerivedData/CryptoTest2-abc... So what is going on here? Is this build setting simply ignored? What is the build setting that controls the output directory? 回答1: This build setting is actually relative