1
1

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 1 year has passed since last update.

【Xcode】MacOSアプリをリリースしようとしたらエラーが出た

Last updated at Posted at 2023-01-22

はじめに

久しぶりにMacOSアプリをリリースしようとしたらエラーが出たので記録しておきます。

エラー

スクリーンショット 2023-01-22 16.46.37.png

The product archive is invalid. The Info.plist must contain a LSApplicationCategoryType key, whose value is the UTI for a valid category. For more details, see "Submitting your Mac apps to the App Store". (ID: 54c62bd4-c581-4e3e-bdb3-f2c526f64d9c)

解決方法

① プロジェクトを選択します
② ターゲットを選択します
③ 「General」を選択します
④ 「App Category」をタップします
スクリーンショット 2023-01-22 17.00.26.png

⑤ カテゴリーの中から自分のアプリに合うものを選択します
スクリーンショット 2023-01-22 18.28.47.png

おわり

もう1度「Archive」を行うと通るようになります。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?