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 3 years have passed since last update.

新しいデバイスを使用してxcodeでビルドする方法

Posted at

新しいデバイスを接続してビルドすると、こんなエラーがでます。

Showing Recent Messages Device "iPhone" isn't registered in your developer account. The device must be registered in order to be included in a provisioning profile.

こうなったときの対処法をよく忘れがちなのでメモ。

1. 接続したデバイスのidをコピー

⌘ + SHIFT + 2 を押してデバイス情報を表示

Devices.png

2. AppleDeveloperでデバイスを新規登録

AppleDeveloperサイトからログインしましょう。
Certificates ▶ Devices から新規作成ぼたんを押します。

Certificates__Identifiers___Profiles_-_Apple_Developer.png

Certificates__Identifiers___Profiles_-_Apple_Developer (1).png

右下の枠部分を記入してcontinueボタンを押せばOKです。
Device Name は任意で名前を決められます。
DeviceID は先程コピーした値を入れましょう。

Xcodeを再起動してビルド

忘れちゃいけないのがXcodeの再起動!
これでビルドがうまくいくはずです。
もし役に立ったらLGTMお願いしますー!

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?