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
Failed to create provisioning profile iOS - for a free profile
提问by Gerardo Barzola
回答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”或其他内容。