[iOS]実機アプリデバッグで未検証エラー

スポンサーリンク

OSクリーンインストールしたMacでXcodeからiOSアプリを実機にインストールしたら、以下のエラーが出て起動できなかった。

メッセージに対処法も書いてあるけど。対応した手順を残しておきます。

メッセージ

Details

Could not launch “アプリ名”
Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: Verify the Developer App certificate for your account is trusted on your device. Open Settings on iPhone(端末名) and navigate to General -> Device Management, then select your Developer App certificate to trust it.
Internal launch error: process launch failed: Security
--
process launch failed: Security
Domain: IDEDebugSessionErrorDomain
Code: 3
--

意味と対応策

開発元が怪しいよって話。

Xcodeでビルドしたとき、DeveloperのAppleIDでないアカウントでのインストールだからだと思います。(ちがうかな?)

iOS実機の設定アプリ
→一般
→プロファイルとデバイス管理
→デベロッパAPPに表示されているApple ID
→“アプリ名”を信頼
→信頼
→検証済みに変わりアプリが起動できるようになります。

コメント

タイトルとURLをコピーしました