LoginSignup
1
1

IPAファイルがApp StoreにアップできないAsset validation failed (90771) Missing Info.plist value.の解決法

Posted at

IPAファイルがApp Storeにアップできない

Fastlaneなどでビルドからストアにアップロードまで自動化しているのですが、ストアにアップロードする部分でエラーになりました。。。

ERROR: [ContentDelivery.Uploader] Asset validation failed (90771) Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'.

どうやらinfo.plist?の設定の問題か?と思ったが、、
どうやらXcodeの設定を変えれば大丈夫そうでした!
Signing & Capabilities > Background Modesを開いて

Background Fetchにチェックをつけ、Background processingのチェックを外します。

Screenshot 2024-03-08 at 14.39.59.png

これで再度ビルドすれば解決しました!!!

参考

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