- 이슈
iOS 최신버전(21.06.24기준) 14.6으로 업그레이드 후
Xcode 12.4에서 unsupported version이라고 뜨면서 빌드가 되지 않음
- 해결방법
1. 14.5 DeviceSupport 압축파일을 다운받는다.
다운로드는 아래링크에서 받을 수 있다.
iGhibli/iOS-DeviceSupport
This repository holds the device support files for the iOS, and I will update it regularly. - iGhibli/iOS-DeviceSupport
github.com
2. 압축을 푼다.
3. Xcode를 닫는다.
4. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ 경로에 14.6폴더를 새로 만든다.
5. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/14.6 폴더에 아까 압축 푼 파일을 복붙한다.
4. Xcode로 다시 빌드 하면 성공~
반응형
'React-Native > iOS' 카테고리의 다른 글
'KakaoOpenSDK/KakaoOpenSDK.h' not found ERROR (0) | 2021.06.30 |
---|---|
Action Needed: Apple Push Services Certificate Expires in 30 Days (APN 인증키 사용) (0) | 2021.04.05 |
[Fastlane iOS error ] No signing certificate "iOS Distribution" found / 인증서 에러 (0) | 2020.11.20 |
macOS Big Sur 출시 - 업그레이드 에러 / 설치 빠르게 하는 방법 (0) | 2020.11.17 |
[XCode error] Could not find or use auto-linked library 'swiftWebKit' (0) | 2020.11.13 |