React-Native/iOS

Xcode 12.4에서 iOS 14.6 Device 실행하는 방법

버그매니저 2021. 6. 24. 12:43

- 이슈

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로 다시 빌드 하면 성공~

 

반응형