어느날 갑자기 아이폰의 IOS가 업데이트를 하겠냐고 물었다.
괜히 세팅 같은거 바뀔까봐, 귀찮아서 아이폰 업데이트를 미루고 있었는데, 갑자기 업데이트가 되어버렸다!!
그러더니 발생한 일.
1. Android Studio에서 Flutter 프로젝트 빌드 실패... 디바이스를 찾을 수 없다고 한다.
2. 그렇다면 Xcode로 빌드 시도!... 역시나 시패 디바이스 어쩌구 저쩌구.
아래와 같은 에러문구가 발생했다.
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.
에러문구를 복사하여 구글링 시작.
역시나 같은 현상이 수두룩하다.
그 중, 아래 블로그를 참조하여 해결했다.
xcode에서 'Unsupported OS Version' 해결
xcode에서 연결된 device가 안 먹힐 때 -> Fixed : Unsupported OS Version in Xcode
velog.io
https://github.com/filsv/iPhoneOSDeviceSupport
GitHub - filsv/iPhoneOSDeviceSupport: Xcode iPhoneOS DeviceSupport files (6.0 - 15.4)
Xcode iPhoneOS DeviceSupport files (6.0 - 15.4). Contribute to filsv/iPhoneOSDeviceSupport development by creating an account on GitHub.
github.com
위 사이트에서, 현재 아이폰 버전에 맞는 deviceSupport를 다운로드 한 뒤,
cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
위 경로에 붙여 넣으면된다.
그리고 xcode 재시작.
'mac' 카테고리의 다른 글
[mac] 개발하는 맥린이의 맥북 일기 - zsh에서 *(별표, asterisk) 인식 안됨 (0) | 2022.02.16 |
---|---|
[mac] 개발하는 맥린이의 맥북 일기 - Flutter 개발환경 구축 (0) | 2022.02.15 |
[mac] 개발하는 맥린이의 맥북 일기 - 마우스 휠 반대로 동작 해결 (0) | 2022.02.14 |
[mac] 개발하는 맥린이의 맥북 일기 - 키보드 보조키 변경 (0) | 2022.02.13 |
[mac] 개발하는 맥린이의 맥북 일기 - 허브 (0) | 2022.02.11 |