重命名项目时,XCode 6.3.1崩溃 [英] XCode 6.3.1 crashes while renaming project

查看:122
本文介绍了重命名项目时,XCode 6.3.1崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Xcode 6.3.1使用cocos2dx 2.2.6开发iOS游戏。
我需要更改我的iOS应用程序的名称。

I am using Xcode 6.3.1 for developing an iOS game using cocos2dx 2.2.6. I need to change the name of my iOS application.

我曾经在XCode中单击项目后按回车键来执行此操作。它会打开一个对话框,确认你想要在项目中更改名称的位置。

I used to do it by pressing return key after clicking the project in XCode. It would open a dialog box which confirms where you want to change the name in the project.

两天前我更新了Xcode,现在当我按回车更改名称时该项目打开对话框并突然崩溃。

Two days ago I updated Xcode and now when I press enter to change the name of the project it opens the dialog box and suddenly crashes.

如果有人能找到一个替代方法来更改iOS项​​目的应用程序名称,我将不胜感激。谢谢

If any one can find me an alternate method to change the application name for my iOS project I would be grateful. Thanks

推荐答案

请勿更改项目名称。你应该能够不崩溃,但事实上你不能这样做并不重要。你不需要改变它,所以不要。保留项目名称;它与用户所看到的任何事情无关。您想要更改应用的名称,这是完全不同的事情。

Don't change the project name. You should be able to without crashing, but the fact that you cannot do so does not matter. You don't need to change it, so don't. Leave the project name alone; it has nothing to do with anything the user ever sees. You want to change the name of the app, which is a completely different thing.


  • 应用程序的名称,如设备上的图标所示,是 Info.plist 中的 CFBundleDisplayName 设置(Bundle Display Name)。这就是你需要改变的全部内容(你可能需要创建它)。

  • The name of the app, as shown below the icon on the device, is the CFBundleDisplayName setting (Bundle Display Name) in the Info.plist. That's all you need to change (you might need to create it).

用户将在App Store中看到的应用程序名称又有所不同;这是您在提交应用程序时在iTunes Connect中手动设置的内容。

The name of the app that users will see in the App Store is different yet again; that is something you will set manually in your browser at iTunes Connect when you submit the app.

编辑:Apple已经只是(偷偷)发布了Xcode 6.3.2 GM种子,据说可以修复崩溃的bug。

Apple has just (secretly) released Xcode 6.3.2 GM seed, which is said to fix the crashing bug.

进一步编辑:Xcode 6.3.2 final(不是转基因种子)确实似乎可以解决这个崩溃的错误。

FURTHER Xcode 6.3.2 final (not the GM seed) really does appear to fix this crashing bug.

这篇关于重命名项目时,XCode 6.3.1崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆