LoginSignup
1
0

More than 1 year has passed since last update.

Godot 4 で iOS にエクスポートする際のチームID

Last updated at Posted at 2023-03-06

エクスポート > iOS の設定の
App Store Team ID
には存在するキーワードを入れなければならず、なおかつ空白などが含まれていると JSON(たぶん)のパースに失敗する。

(何も入れないと

App Store チームIDが未指定 - プロジェクトを構成できません

というエラーが出てエクスポートできない)

(空白などが含まれているとエクスポートでエラーが出て

	Reason: The project ‘my_project’ is damaged and cannot be opened due to a parse error. Examine the project file for invalid edits or unresolved source control conflicts.
  editor/export/editor_export_platform.h:173 - Xcode Build: Xcode project build failed, see editor log for details.

のようなエラーが出る)

ので、ここは
https://developer.apple.com/account#MembershipDetailsCard
このページから
メンバーシップの詳細 > チームID
にある
A12BCD3EFG
のような10桁の記号を使用することで成功する。(した)

Godot version: v4.0.stable.official [92bee43ad]

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