bannaviiOS) Unsupported OS version에러 해결하기

2022. 11. 15. 09:45iOS/iOS

728x90
반응형

 

부장님께서 iOS버전 앱을 테스트 해보고 싶다고 하셔서 기기를 연결했더니 위와같은 문구가 떴었다.

그리고 xcode상단 바에는 Unsupported OS version 문구가...

 

원인: xcode가 지원하는 OS버전보다 < 연결된 디바이스의 OS버전이 높은 경우 'Unsupported OS version'라고 뜬다.

아하. 부장님 아이폰은 iOS 16.0.1

 

 

간단하게 해결해본다.

 

1. 아래 사이트에서 연결된 디바이스의 OS버전에 맞는 파일을 다운로드 한다

https://github.com/filsv/iOSDeviceSupport

 

GitHub - filsv/iOSDeviceSupport: Xcode iPhoneOS DeviceSupport files (6.0 - 15.4)

Xcode iPhoneOS DeviceSupport files (6.0 - 15.4). Contribute to filsv/iOSDeviceSupport development by creating an account on GitHub.

github.com

 

2. zip파일 압축을 해제해주고, 해제된 파란 폴더를 아래의 경로 폴더에 넣어준다.

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

 

3. xcode를 완전히 종료한뒤, 다시 컴파일해보면 정상적으로 되...질 않고 아래와 같은 오류 문구가 뜬다.  

 

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

 

https://developer.apple.com/forums/thread/704524

 

This operation can fail if the ver… | Apple Developer Forums

On 9/13/22 updated to Xcode 14.0, but iOS 16.0 is not available. Now: "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 correctl

developer.apple.com

 

xcode버전이 13.4.1이었고... xcode를 최신 버전으로 업데이트 해보고, 휴대폰을 재부팅 해본다음.. 다시 시도해보려고했다.

728x90
반응형