5
3

More than 3 years have passed since last update.

【Xcode】ビルドエラー「Code Signing Error: Code signing is required for product type 'Application' in SDK 」の対処法

Posted at

Unityで書き出したXcodeプロジェクトを実機ビルドした際に、以下のエラーで失敗してしまったため、その対処法備忘録です。

Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 13.6'

Development Teamが空になっていた

XcodeのDevelopment Teamが空になっていたのが原因でした。
適切にTeamを設定してあげるとビルドは成功しました。

Unity側で予め設定しておく

もう1つの解決方法としてUnity側でTeamIDを設定しておく方法です。

PlayerSettingsのSigning TeamIDに予め入力しておけば書き出されたXcodeプロジェクトに反映されます。

確認方法は以下のページからMembershipから確認できます。
https://developer.apple.com/account/#/membership

環境

  • iPhone6s iOS 13.6
  • Unity2019.4.4f1
  • Xcode 11.6

参考

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