简体   繁体   English

重命名App和Widget Xcode 6.1

[英]Rename App and Widget Xcode 6.1

I currently working on a App with a Widget, so i finished the work to get into the beta and want to use a Public TestFlight for that, but my project still got his silly development name that i figured out won't be the release name. 我目前正在使用带有Widget的App进行开发,因此我完成了进入Beta的工作,并希望为此使用Public TestFlight,但是我的项目仍然得到了他愚蠢的开发名称,我认为这将不是发行名称。 。

So i found this post http://rshankar.com/how-to-rename-project-in-xcode/ but this is not working for me i can't rename the Project if i click it/doubleclick nothing happens. 所以我发现了这个帖子http://rshankar.com/how-to-rename-project-in-xcode/,但这对我不起作用,如果我单击它/ doubleclick,则无法重命名该项目。

If i simply rename the Target (App and Widget) i run into a error message, 如果我只是简单地重命名目标(应用程序和窗口小部件),就会遇到错误消息,

error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier. 错误:嵌入式二进制文件的捆绑包标识符未以父应用程序的捆绑包标识符为前缀。

    Embedded Binary Bundle Identifier:  de.fboulegue.LeagueOfLegendsWidget.LeagueOfLegendsStatWidget
    Parent App Bundle Identifier:       de.fboulegue.LOL-Widget

Is there anyway to rename my project ( App and Widget ) without recreating? 无论如何,是否可以重命名我的项目(App和Widget)而无需重新创建?

Oki,只需更改AppBundle-> Target-> App-> Info-> BundleName,然后更改Widget Info-> Bundle显示名称

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

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