简体   繁体   English

Xcode上的Bundle Identifier

[英]Bundle Identifier on the Xcode

I'm trying to update my app, but facing problem with Bundle Identifier. 我正在尝试更新我的应用,但面临Bundle Identifier的问题。 Older version was developed with earlier xCode, and the new one developed on latest Xcode version 4.5.2. 旧版本是使用早期的xCode开发的,而新版本是在最新的Xcode版本4.5.2上开发的。 Later version doesn't allow me to use the same ID, which starts with a number 更高版本不允许我使用相同的ID,该ID以数字开头

"5StarRingTones", it automatically converts to hyphen "-StarRingTones" and doesn't allow me to modify it, see the attached screenshot. “5StarRingTones”,它会自动转换为连字符“-StarRingTones”并且不允许我修改它,请参阅附带的屏幕截图。

Which application loader will refuse to accept the update and gives error: "Bundle identifier: com.matrixteam.-StarRingTones differ from prior bundle identifier: com.matrixteam.5StarRingTones" 哪个应用程序加载器将拒绝接受更新并给出错误:“Bundle identifier:com.matrixteam.-StarRingTones与先前的bundle标识符不同:com.matrixteam.5StarRingTones”

您应该可以通过Info.plist进行更改。

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

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