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. 번 경로에 넣어주면 된다.
'공부방 > iOS' 카테고리의 다른 글
XCode ERROR ITMS-90534: Invalid Toolchain (15) | 2019.11.07 |
---|---|
iOS Fatal Exception: NSInternalInconsistencyException (0) | 2019.11.04 |
How to control href in iOS WKWebView (iOS WKWebView href 조작 하는법) (0) | 2019.10.29 |
iOS WKWebView dynamic height (iOS WKWebView 동적 높이) (0) | 2019.10.29 |
Xcode 11 Fastlane iTMSTransporter testFlight upload error (Xcode 11 Fastlane testFlight 업로드 에러 해결 방법) (0) | 2019.10.21 |
행복한 코딩을 위하여!
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!