나의 발자취

iPhone is busy "This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your mac and device in order to correctly detect compatibility." 해결법 본문

앱 개발/iOS

iPhone is busy "This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your mac and device in order to correctly detect compatibility." 해결법

달모드 2022. 9. 20. 02:03

하드웨어 기기를 물리적으로 유선연결했을 때 해당 하드웨어 기기의 OS버전을 가지고 있지 않다면 위와 같은 에러가 난다.

 

해결법

  1. Check /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ for directory name 15.4 (your iOS version).  (터미널에서 해당 경로를 finder로 열고 싶을 때는 open . 을 친다.)
  2. If the directory is missing download support files for 15.4 (your iOS version) from https://github.com/filsv/iPhoneOSDeviceSupport and place it in the above path.
  3. Restart Xcode.

https://stackoverflow.com/questions/71618452/failed-to-prepare-device-for-development-with-xcode-13-2-1-and-ios-15-4-devic/71667372#71667372

 

 

"Failed to prepare device for development." with Xcode 13.2.1 and iOS 15.4 device

I'm getting message "This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your mac and device in ord...

stackoverflow.com

 

Comments