简体   繁体   English

xcode 路径在构建设置中没有别名

[英]xcode paths are not aliased in build settings

In my Xcode project the build setting show up without substitution.在我的 Xcode 项目中,构建设置无需替换即可显示。 For instance, Intermediate Build Files Path is displayed as $(SYMROOT) instead of the path that SYMROOT is an alias for.例如,中间构建文件路径显示为 $(SYMROOT),而不是 SYMROOT 作为别名的路径。 The same is true of my other Build Setting paths.我的其他构建设置路径也是如此。

The project builds fine.该项目构建良好。 I wonder if either these variables have not been set for some reason, or is there a display preference that tells Xcode to show them without substitution.我想知道这些变量是否由于某种原因没有设置,或者是否有一个显示首选项告诉 Xcode 在不替换的情况下显示它们。

I've searched the web without finding any answer to this.我搜索了 web 却没有找到任何答案。

Answer: In project navigator select your Project so that the Build Settings are displayed in the editor.答:在项目导航器 select 中您的项目,以便在编辑器中显示构建设置。 In the top menu bar select Editor/Show Values.在顶部菜单栏中 select 编辑器/显示值。

Simple but I had no idea where to find that.很简单,但我不知道在哪里可以找到它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM