【问题标题】:Why the bundle id cannot be set?为什么无法设置捆绑 ID? 【发布时间】:2020-12-22 23:54:17 【问题描述】: 我正在尝试在 General -> Identifier 中设置 bundle id,但是该字段是灰色的,无法设置任何内容... 我该怎么办?这是否意味着它是默认设置的? 【问题讨论】: 标签: ios apple-developer bundle-identifier 【解决方案1】: 这意味着您有多个具有不同 Bundle Identifier 值的目标方案。您可以在 Signing & Capabilities 选项卡中单独设置标识符。 【讨论】: 非常感谢!