xcode 捆绑标识符中的 -temp-caseinsensitive-rename

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12820022/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 01:46:05  来源:igfitidea点击:

-temp-caseinsensitive-rename in Bundle Identifier

iphoneiosxcodexcode4

提问by sumofighter666

I've created app named myap. Along with this app created Bundle Identifier in AppID com.mydomain.myapp and created new provisioning profile. After that I have noticed my app is misspelled so I renamed from "myap" to "myapp", expecting the bundle identifier will change accordingly. However to my surprise I got assigned bundle identifier as "com.mydomain.myapp-temp-caseinsensitive-rename". What is this? I tried to explicitly change bundle identifier in targets info tab, but the app is moaning. What should I do to put the app and its bundle on right track?

我创建了名为 myap 的应用程序。随着这个应用程序在 AppID com.mydomain.myapp 中创建了 Bundle Identifier 并创建了新的配置文件。之后我注意到我的应用拼写错误,所以我从“myap”重命名为“myapp”,期望包标识符会相应地改变。然而令我惊讶的是,我被分配了包标识符为“com.mydomain.myapp-temp-caseinsensitive-rename”。这是什么?我试图在目标信息选项卡中明确更改包标识符,但该应用程序正在呻吟。我应该怎么做才能使应用程序及其捆绑包走上正轨?

回答by Paulo Fernandes

In XCode, go to Build Settings and change the Product Name under Packaging

在 XCode 中,转到 Build Settings 并更改 Packaging 下的 Product Name