ios - 如何在 Xcode 中更改方案的名称?

标签 ios xcode target

一张图片似乎比一个令人困惑的标题更好:

enter image description here

我已将我的主应用程序复制到不同的目标。 我还设法在目标的build设置下更改了 productname。 我看到我的 (Productname) 更改影响了 Bundle ID,所以我想这没问题。

现在如何更改方案的名称?

最佳答案

这是你如何做的:

  • 点击管理方案...
  • 单击要编辑的名称(在方案 列下)。
  • 输入新名称,然后按回车键。

关于ios - 如何在 Xcode 中更改方案的名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33365534/

相关文章:

ios - 有没有办法在 iOS 中获取分钟和小时的集合/数组?

ios - NSOperation 与 Grand Central Dispatch

ios - 无法在谷歌地图 ios sdk 上获取当前位置(GPS)

c# - 在 Sqlite.net PCL 中找不到 SQLitePlatformIOS

ios - 如何在 Swift 4 中将数据从 RightViewController 发送到 MainView Controller?

ios - 如何混淆项目IOS中的所有代码

swift - Firebase Swift 3 从组中获取多个值

mysql - NLog mySQL 目标配置

ios - 我可以在 XCode 的 Storyboard 编辑器中指定目标吗?

iphone - Objective-c 异步通信 : target/action or delegation pattern?