XCode 4“添加构建设置条件”未启用
我正在尝试将 Layar Player 包含在我正在 XCode 4 中开发的 iPhone 应用程序中。“1.3.1.2 通用构建配置”部分的步骤之一要求单击“添加构建设置条件”。
但该选项未启用(显示为灰色)。仅启用“添加用户定义的设置”。我怎样才能启用此选项或者可能出现什么问题?
I am trying to include Layar Player in the iPhone application I am developing in XCode 4. One of the steps of section "1.3.1.2 Universal build configuration" asks to click on "Add Build Setting Condition".
But that option is not enabled (it is shown in grey). Only the "Add User-defined Setting" is enabled. How can I make this option to be enabled or what could be wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在 Xcode 4 中启用“添加构建设置条件”菜单项,您必须为构建设置选择特定的构建配置。单击构建设置旁边的显示三角形以查看构建配置,其中应该是“调试”和“发布”。当您将光标移到构建配置上或选择该配置时,构建配置名称旁边应出现一个小 + 按钮。单击 + 按钮添加条件构建设置。
To enable the Add Build Setting Condition menu item in Xcode 4, you must select a specific build configuration for a build setting. Click the disclosure triangle next to the build setting to see the build configurations, which should be Debug and Release. When you move the cursor over a build configuration or select the configuration, a small + button should appear next the name of the build configuration. Click the + button to add a conditional build setting.