iOSの開発中に以下のメッセージが表示されてアプリのビルド、インストールができるが起動しないケースがある。
---------------------------------------------------
Could not locate installed application
Install claimed to have succeeded. but application
could not be found on device. bundled =(null)
---------------------------------------------------
解決方法としてstackoverflowの以下の記事の事を試すと解決できる。
Install claimed to have succeeded, but application could not be found on device
- プロジェクトのクリーン
- 他Xcodeプロジェクトを閉じる
- Xcodeを閉じる
- Xcodeを再起動する