如何重新生成团队配置文件?
我买了新 iPhone,并尝试在我的新 iPhone 上安装我的一个开发应用程序,但没有成功。我不小心从苹果开发者门户中删除了我的团队配置文件。现在我无法重新生成它。即使在我的旧 iPhone 上也无法安装开发应用程序。在我把它安装到我的旧 iPhone 上之前。它给出以下错误:
代码签名错误:找不到与应用程序标识符“com.yourcompany.YourApp”匹配的有效配置文件。
这是在删除团队配置文件后发生的。我该如何解决这个问题。提前致谢。
I bought new iphone and tried to install one of my developing app on my new iphone bu tit didn't work. I accidentally deleted my team provisioning profile from apple developer portal. Now i can't regenerate it. And can't install developing app even on my old iphone. Before i could install it on my old iphone. It gives this error:
Code Sign error: a valid provisioning profile matching the application's Identifier 'com.yourcompany.YourApp' could not be found.
It happened after deleting team provisioning profile. How can i fix this. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用相同的应用程序 ID 创建了一个新的配置文件。并更改了 plist 中的包标识符。这对我有用。
I made a new provisioning profile with same app id. And changed bundle identifier in plist. It worked for me.