简体   繁体   中英

Bundle Identifier on the Xcode

I'm trying to update my app, but facing problem with Bundle Identifier. Older version was developed with earlier xCode, and the new one developed on latest Xcode version 4.5.2. Later version doesn't allow me to use the same ID, which starts with a number

"5StarRingTones", it automatically converts to hyphen "-StarRingTones" and doesn't allow me to modify it, see the attached screenshot.

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"

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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