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?

More than 5 years have passed since last update.

【Xcode】ビルドは成功するが、実機にインストールできない問題

0
Posted at

(個人的なメモとして、最低限の記載です)

起こったこと

ビルドはうまくいったのに、「A valid provisioning profile for this executable was not found」と言われた時。

Unable to install "app_name"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620395

A valid provisioning profile for this executable was not found.

解決策

「Automatically manage signing」の中でチェックが外れてたものがあったので、チェックを入れてあげると問題なく実行できた。

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?