관리 메뉴

꿀맛코딩

iOS 13.2 which may not be supported by this version of Xcode 본문

공부방/iOS

iOS 13.2 which may not be supported by this version of Xcode

soycrab 2019. 10. 31. 14:27

iphone을  iOS 13.2로 업데이트 한 이후로

XCode 최신 버전 (11.1) 에서 계속해서 

Install에 실패한다. 

내용은 

This iPhone X is running iOS 13.2 (xxxxxx), which may not be supported by this version of Xcode

대충 이런 내용인데

찾아보니  정식 XCode 에서는 아직 지원을 안 해주는 모양이다... 

보통  iOS update 가 되면  XCode update 이런 수순인데.... 

 

해결 방법은 아래와 같다. 

 

Solution:

1. DownLoad

https://raw.githubusercontent.com/iGhibli/iOS-DeviceSupport/master/DeviceSupport/13.2.zip

2. finder open

3. cmd + shift + g -> 

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

입력 후 폴더 이동 

5. 1번에서 다운로드한걸 압출을 풀어서 해당 폴더를 4. 번에서 이동한 폴더에 이동시켜준다. 

6. Xcode 재실행 후 재빌드 해보면 성공할 것이다. 

 

혹시나 다른 버전에서 에러가 나시는 분들은

https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport

여기에서 문제가 되는 버전은 다운받아 4. 번 경로에 넣어주면 된다. 

 

반응형
Comments