🍎
iOS実機ビルドエラー 'The developer disk image could not be unmounted' の解決策
問題
実機ビルドした際に、以下のエラーが出力されました。
Previous preparation error: The developer disk image could not be unmounted on this device.; An unknown error message 'InternalError', was received from the device.
解決方法
- iOSデバイスの「設定」アプリを開く。
- 「プライバシーとセキュリティ」へ進む。
- 「デベロッパーモード」を「ON」から「OFF」に切り替える。
- デバイスを再起動する。
- 再度「デベロッパーモード」を「OFF」から「ON」に切り替える。
Discussion