简体   繁体   English

产品名称未在捆绑包标识符中正确显示-数字未显示?

[英]Product Name not displaying properly in Bundle Identifier - numbers not showing?

On my app developer site I created a an app ID of org.myorg.54Miles My apps name is 54Miles. 在我的应用程序开发人员网站上,我创建了一个应用程序ID org.myorg.54Miles。我的应用程序名称为54Miles。

In XCode my product name is set to 54Miles under my Build Settings - but it makes my bundle identifier under the general "org.sd54.-4Miles" 在XCode中,我的产品名称在我的构建设置下设置为54Miles-但它使我的捆绑包标识符在常规的“ org.sd54.-4Miles”下

Any idea why this is? 知道为什么会这样吗? It's causing me to not be able to archive the app and get it distributed because the AppID doesn't match the bundle ID in xcode. 由于AppID与xcode中的包ID不匹配,这导致我无法归档该应用并将其分发。

I want it to read: org.sd54.54Miles - but currently I cannot get it to stop reading org.sd54.-4Miles 我希望它读为:org.sd54.54Miles-但目前我无法停止阅读org.sd54.-4Miles

Cannot figure it out! 无法弄清楚!

I ended up just leaving the bundle ID as it was since apparently Apple has a problem leading with digits in the bundle identifier. 我最后只留下了捆绑软件ID,因为显然Apple出现了捆绑软件标识符中的数字问题。

So I just created a new App ID in the developer site to match it. 因此,我刚刚在开发人员站点中创建了一个新的App ID以进行匹配。 I have since been able to deploy it without issue. 从那以后,我就能够毫无问题地部署它。

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

相关问题 捆绑包标识符和产品名称中的区分大小写 - Case sensitivity in bundle Identifier and the product name Xcode - 更改包标识符,但不更改产品名称 - Xcode - change bundle identifier but not product name $(PRODUCT_BUNDLE_IDENTIFIER) 不是有效的捆绑标识符 - $(PRODUCT_BUNDLE_IDENTIFIER) is not a valid bundle identifier 捆绑标识符名称选择 - Bundle Identifier name selection 使用捆绑标识符而不是产品捆绑标识符与Xcode 7 - Use Bundle Identifier instead of Product Bundle Identifier with Xcode 7 Bundle Identifier和Product Bundle Identifier有什么区别? - What is the difference between Bundle Identifier and Product Bundle Identifier? 我想在Xcode 6.3中更改我的捆绑包标识符以及产品名称 - I want to change my bundle identifier as well as product name in Xcode 6.3 $(PRODUCT_BUNDLE_IDENTIFIER)和适用于iOS的URL方案 - $(PRODUCT_BUNDLE_IDENTIFIER) and URL Scheme for iOS 如何在Xcode中更改$(PRODUCT_BUNDLE_IDENTIFIER)? - How to change $(PRODUCT_BUNDLE_IDENTIFIER) in Xcode? 缺少捆绑包标识符。 x 没有包标识符。 在构建设置编辑器中为 PRODUCT_BUNDLE_IDENTIFIER 添加一个值 - Bundle identifier is missing. x doesn't have a bundle identifier. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM