Dev/iOS

Xcode 와 iOS Device 번이 맞지 않아서 생기는 오류

healthyryu 2022. 3. 17. 19:09

원인

나의 실수(?)로 iPhone 버전을 최신으로 올려버려서 Xcode 버전이 호환이 되지 않는 문제가 발생했다....

 

내용

Terminal 에서 flutter doctor 명령어로 나온 이슈

[✓] Connected device (1 available)
! Error: Failed to prepare device for development. 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. (code 806)

 

DEBUG CONSOLE 내용

No devices found with name or id matching '619b59278275b66177d3663e597dfe400ebd1cbc'
Exited (1)

 

결론

iOS 버전이 호환되도록 Xcode 버전을 업데이트 해주었다.

반응형