Notice
Recent Posts
Recent Comments
Link
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
반응형
Archives
Today
Total
관리 메뉴

슈프림 블로그

[XCode] 실제 기기 테스트 시 발생하는 에러 모음 본문

iOS_Swift

[XCode] 실제 기기 테스트 시 발생하는 에러 모음

_슈프림 2021. 11. 19. 17:49
728x90

Could not locate device support files.

빌드하고자 하는 디바이스 OS 버전이, 현재 XCode 버전에서 지원하지 않는 버전일 경우 발생.

→ 해결법 : https://github.com/filsv/iPhoneOSDeviceSupport

필요한 버전의 support file을 다운받는다.

 다음 경로에 압축을 해제한 폴더를 넣어준다.

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

 

 

 

Errors were encountered while preparing your device for development. Please check the Devices and Simulators Window.

결법 : 기기 전원을 껐다 켜면 된다.

 

 

반응형
Comments