1.http://stackoverflow.com/questions/1240104/xcode-edit-project-settings-vs-edit-active-target
Project settings apply to all targets in your project. Target settings apply only to that specific target. You likely have only a single target which can make the two sets of settings confusing and appear redundant.
If a setting is set (appears in bold) for both the project and a target, the target setting overrides the project setting.
Target settings which aren't set (do not appear in bold) are inherited from the project settings. Project settings which aren't set (do not appear in bold) are inherited from Xcode's default settings.
If a setting (either project or target) is set (appears in bold) and you instead want to inherit that setting, select the setting and press Delete.
I suggest you prefer using the target settings. Use the project settings for larger, multi-target projects where you really do want to share settings across targets.
2.官方文档
http://developer.apple.com/library/ios/#featuredarticles/XcodeConcepts/Concept-Targets.html
本文深入解析了Xcode项目设置与目标设置的概念,解释了它们的应用场景和优先级,提供了如何合理使用这两者以提高开发效率的建议。

7530

被折叠的 条评论
为什么被折叠?



