2
3

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.

iOS実機デバッグ時のトラブルシューティングメモ

Posted at

iOS実機デバッグ時のトラブルシューティングメモ

概要

Swiftの勉強を始めた。その中で実機デバッグをしようとした時に当たった問題のメモ。

事象1

image.png

原因

iPhoneのバージョンがDeployment Targetと異なる。

対策

ProjectのDeploymentTarget > iOS Deployment Targetのバージョンを実機のiPhoneのバージョンを揃える

事象2

iPhoneでの実行時に「信頼されていない開発元」と表示されて実行できない。

原因

iPhoneで開発元のメールアドレスが信頼できる対象として登録されていない。

対策

iPhoneに設定。

設定>一般>デバイス管理>デベロッパAPPのメールアドレスを信頼にする。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?