Xcode 4: Project does not honor $(inherited) Build Setting in Workspace?
问题 Today is my day to suffer through Xcode 4, Workspaces, and Projects. I have a workspace with a few open source libraries (openssl, sqlcipher, and a couple of others). Within the workspace there is one "Main" project which produces an EXE as a target. The open source projects are "subprojects" or "child projects" to the "Main" project. It looks similar to below: Main Project +- OpenSSL Project +- SqlCipher Project ... In the "Main" project, under "Project" (rather than "Target"), I set