2022年3月22日火曜日

This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode.

This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode.

概要

実機デバック時に発生したので対応しました

環境

  • Xcode 13.2.1
  • iPhone 15.4

原因

Xcode 13.2.1 が iPhone15.4 でのビルドに対応していないのが原因です

DeviceSupport をインストールしてあげます

方法

  • wget https://github.com/filsv/iPhoneOSDeviceSupport/raw/master/15.4.zip
  • unzip 15.4.zip
  • sudo mv 15.4 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

これで Xcode を再起動すれば OK です

参考サイト

0 件のコメント:

コメントを投稿