0

xcode を 4.2 バージョンにアップグレードしたため、アプリを更新できなくなりました。次のエラーが表示されます: 警告: アプリケーションはコード署名の検証に失敗しました。署名が無効であるか、iPhone 配布証明書で署名されていません。(-19011)

この問題を解決するために次のことを試しましたが、うまくいきませんでした。

  • 仮ファイル(配布用、開発用)をwebから再ダウンロードして再アップロードしました
  • Xcodeを完全にアンインストールして再インストールしました
  • 仮ファイルを作り直しました

残念ながら運がありませんでした。iPhoneアプリの開発を続けるにはどうすればいいですか?

ありがとうございました

4

1 に答える 1

0

Offhand there are two possibilities:

  1. Sometimes you need to just reset the settings in the project. Go to the project's "code signing identity" settings and make sure the value is valid. Even if it appears valid it might not be. Try some of the other possible settings and see if they work.

  2. It might be that your certificates are expired. If your developer program has expired you'll have to renew it, but the developer certificates all expire at some point and need to be renewed.

于 2011-11-14T14:25:40.843 に答える