LoginSignup
7
3

More than 3 years have passed since last update.

No suitable application records were foundの解決策

Posted at

はじめに

AppStoreへipaファイルをアップロードする際に普段はエクスポートして、
AppStoreConnectの申請ページでアップしていましたが、

今回はXcodeのOrganizerでそのままUploadすることにしました。

20200814171835.png

しかしエラーが...

しかし以下のようなエラーが出ました。

No suitable application records were found. Verify your bundle identifier ‘xxxx’ is correct.

そんなこんなで調べると解決策の載ったページがありました。

原因と解決策

原因はAppStoreConnectでの登録が必要だから。
基本的にはAppStoreConnectで登録をしてからXcodeでArchive→Validateするようにした方が良いようです。

ということで、AppStoreConnectで新規アプリを作成し、該当のバンドルIDを設定して保存すれば、再度Validateすることで通りました。

20200814172215.png

参考サイト:
[https://unity-yuji.xyz/no-suitable-application-records-were-found-verify-your-bundle-identifier-is-correct/]

7
3
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
7
3