LoginSignup
0
0

Transporterでのエラー回避

Last updated at Posted at 2024-05-13

経緯

Transporterで.ipaファイルをアップロードする際に遭遇したエラー。
再度遭遇した時に忘れそう(自分が)なので、自分用の備忘録です。

事象① XCodeのバージョンエラー

Asset validation failed (90725)
SDK version issue. This app was built with the iOS 16.2 SDK. All iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution.(ID: 15f56780-f9f6-410b-bcee-e6317f03bd06)

解決法

monacaクラウドIDEの 「設定>ビルド環境の設定」 から、XCodeの項目を確認。
私の場合はバージョンを15以上にするようなエラーだったため
15.0.1を選択。

スクリーンショット 2024-05-13 11.30.31.png

事象② BundleIDのバージョンエラー

The provided entity includes an attribute with a value that has already been used (-19232)

解決法

monacaクラウドIDEの 「設定>iOSアプリ設定」 から、バンドルバージョンを修正。
以前Transporterにあげた時の.ipaファイルのバージョンよりも低いとNG。
私は前回「1.0.1」で上げていたので、「1.0.2」と修正しています。

スクリーンショット 2024-05-13 11.30.43.png

0
0
0

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