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

Xcodeログイン時のApple IDとテスト用iPhoneのログイン中Apple IDが違う状態での開発中アプリインストールの方法

0
Last updated at Posted at 2025-12-18

概要

Xcodeを起動し、iPhoneをMacに接続し、作ったiOSアプリをiPhoneで試そうとしたら「The application cloud not be launched because the Developer App Certificate is not trusted.」という内容のウインドウが表示されたので対処法を簡単にまとめる

方法

  1. 筆者のテスト用iPhoneはMac(Xcode)のApple IDとは別のApple IDでログインしているので下記のようなアラートが出た

    CleanShot 2025-12-05 at 22.49.18@2x.png

  2. エラー内容を和訳すると下記になるので、案内に沿ってiPhoneを操作

    お使いのデバイスで、アカウントのデベロッパーアプリ証明書が信頼されていることを確認してください。デバイスの設定を開き、「一般」→「VPNとデバイス管理」の順に移動し、デベロッパーアプリ証明書を選択して信頼してください。
    
  3. iPhoneで「VPNとデバイス管理」の画面に行くと、デベロッパアプリでMac側のApple IDのiCloudのメアドが表示されているのでタップ

  4. 「"iCloudメアド"を信頼」という部分があるのでタップ、ご自身の責任において「許可」をタップ

  5. Macの方では「OK」をクリックしてウインドウを閉じる

    CleanShot 2025-12-05 at 22.54.26@2x.png

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