ios 无法添加 App ID,因为已超出“7”天内的“10”App ID 限制

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

Unable to add App ID because the '10' App ID limit in '7' days has been exceeded

iosxcode

提问by bdn

I'm getting this weird error when I try to hit this button to fix this error for the app I just made. I am trying to run the app on my connected iPhone when I get this error:
enter image description here
When I hit Fix IssueI then get this error: enter image description here
What does this mean, and how can I start testing apps on my phone again?

当我尝试点击这个按钮来修复我刚刚制作的应用程序的这个错误时,我收到了这个奇怪的错误。当我收到此错误时,我正在尝试在我连接的 iPhone 上运行该应用程序:当我点击时,我收到此错误消息: 这是什么意思,我如何再次开始在我的手机上测试应用程序?
在此处输入图片说明
Fix Issue在此处输入图片说明

回答by funroll

Easiest workaround I've found: find a bundle id that you already used.

我发现的最简单的解决方法:找到一个你已经使用过的包 ID。

Just create new projects with whatever name you want, and then change the bundle id to be the same in each project.

只需使用您想要的任何名称创建新项目,然后在每个项目中将包 ID 更改为相同。

This works fine if you don't actually need to have multiple apps side by side on your phone, but you need to create lots of apps to test different scenarios.

如果您实际上不需要在手机上并排安装多个应用程序,这会很好用,但是您需要创建大量应用程序来测试不同的场景。

回答by Nazariy Vlizlo

For me this trick worked: just use another provision profile of any app that you have on your account.

对我来说,这个技巧奏效了:只需使用您帐户中任何应用程序的另一个配置文件。