xcode 未能创建供应配置文件 iOS - 免费配置文件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/39999791/
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 09:27:00  来源:igfitidea点击:

Failed to create provisioning profile iOS - for a free profile

iosxcodeprovisioning-profile

提问by Gerardo Barzola

I'm trying to create a project in Xcode, Version 8.0 beta 6 (8S201h) and I'm getting this error.

我正在尝试在 Xcode 版本 8.0 beta 6 (8S201h) 中创建一个项目,但出现此错误。

enter image description here

在此处输入图片说明

Any help? Thanks.

有什么帮助吗?谢谢。

回答by KAR

Seen your image, I had the same issue and I solved this by,

看到你的图片,我遇到了同样的问题,我解决了这个问题,

Change 'Bundle Identifier' in general tab,

在常规选项卡中更改“捆绑标识符”,

If its declared in info.plist file than change it in that file.

如果它在 info.plist 文件中声明而不是在该文件中更改它。

Clear project and run.

清除项目并运行。

Change Bundle Identifier to 'gbs.AppMovilGera1' or something else.

将捆绑标识符更改为“gbs.AppMovilGera1”或其他内容。