🍎

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.

解決方法

  1. iOSデバイスの「設定」アプリを開く。
  2. 「プライバシーとセキュリティ」へ進む。
  3. 「デベロッパーモード」を「ON」から「OFF」に切り替える。
  4. デバイスを再起動する。
  5. 再度「デベロッパーモード」を「OFF」から「ON」に切り替える。

Discussion