Xcode error: “An app ID with identifier 'com.xxx.xxx' is not available.”

烈酒焚心 提交于 2019-12-12 01:17:30

问题


I've had a game on the Apple app store (iOS) for a year. I want to update it today, but I get this error message from Xcode:

I don't want to change the Bundle ID string since my app on the app store already is register under this name.

Here's what my account looks like:

I've tried removing my old certificates from Key Chain, as well as revoking profiles from the Member Center website, with no success so far. Any idea what I should do?


回答1:


A lot has happened over the past year. Either the expiry of the WWDR intermediate certificate (which caused a lot of trauma), or the expiry and renewal of your membership, or both, has probably caused your distribution profiles to go dead. You should be able to fix this by first making sure you've got a current valid WWDR intermediate certificate in your keychain, and then going to the distribution profiles page at the Member Center and creating a new distribution profile.



来源:https://stackoverflow.com/questions/36142151/xcode-error-an-app-id-with-identifier-com-xxx-xxx-is-not-available

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!