XCode 4 - 构建设置:默认值仍然是粗体

发布于 2024-10-30 10:29:20 字数 193 浏览 1 评论 0原文

我有一个有 2 个目标的项目。 在两者上,我将一些构建设置更改为“是”,然后又更改为“否”。 iOS默认为NO,项目为NO,每个构建设置为NO...但设置仍然是粗体(值已更改)。 至于采用字符串的设置,例如搜索路径。我放置了一些搜索路径,然后将其删除,并且线条仍然是粗体,甚至绿色单元格显示为轮廓...没有变化。

我该如何解决这个问题以获得良好的视觉效果?

I have a project with 2 targets.
On both, there are some build settings I've changed to Yes, then back to No.
The iOS default is NO, the project is on NO, each build setting is on NO... but the setting is still bold (value changed).
As for settigns that takes strings, like Search pathes. I've put some search pathes, then removed them, and the line is still bold, even the green cell is shown to outline... no change.

How may I fix this to have a good visual ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

旧竹 2024-11-06 10:29:20

在 Xcode 4 中,您可以使用键盘上的删除键。在 Xcode 3 中,操作菜单中有一个关于从此级别删除设置的项目。我记不清具体的措辞了。

In Xcode 4 you can use the Delete key on your keyboard. In Xcode 3, there is an item in the action menu about deleting the setting from this level. I can't remember the wording exactly.

捂风挽笑 2024-11-06 10:29:20

看起来违反直觉,解决方案是选择整个设置行并点击 cmd-delete

Counterintuitive as it looks, solution is to select the whole setting line and hit cmd-delete

浮云落日 2024-11-06 10:29:20

有时,尤其是对于多行项目,点击删除或 cmd-delete 不起作用。对于这些项目,我只需将第一行设置为 $(inherited)。这意味着该项目仍然是粗体,但否则它将具有正确的值。

Sometimes, especially with multi-line items, hitting delete or cmd-delete does not work. For those items I just resort to setting the first line to $(inherited). This means the item is still bold, but it will otherwise have the correct value.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文