64
63

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Your account already has a valid iOS Distribution certificateというエラーが出てサブミットできない時

Last updated at Posted at 2014-09-21

完成したアプリをArchive→Validate、またはSubmitしようとしたときに、

Your account already has a valid iOS Distribution certificate

というエラーメッセージが出てしまった時の対処法。
有効な証明書を持ってるのにエラー??という意味不明な状態ですが、どうもXcodeが更新されたときによくあるらしい。(下記参照)
http://stackoverflow.com/questions/24438010/xcode-6-beta-2-issue-with-exporting-ipa-your-account-already-has-a-valid-ios-di

解決法は簡単でした。
既存のプロビジョニングプロファイルを名前をちょっとだけ変えてダウンロードしなおしたらエラーが出なくなりました。

釈然としませんでしたが、解決したので良かったです。

もし、プロビジョニングプロファイルの名前を変えても解決しない場合は、証明書から作り直すのが一番早いです。諦めが肝心です。

(Xcodeは6.0.1です。 2014年9月21日)

--
To solve the Error Message below, when you are submitting your apps.

"Your account already has a valid iOS Distribution certificate"

Simply, I re-downloaded its provisioning profile with changing its name just a bit.
I made it.
I don't know why, but I could submit my app.

See also,
http://stackoverflow.com/questions/24438010/xcode-6-beta-2-issue-with-exporting-ipa-your-account-already-has-a-valid-ios-di

64
63
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
64
63

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?