반응형
Xcode에서 빌드 시 Failed to prepare device for development 오류가 발생했을 때 해결 방법
아이폰을 최신 버전으로 업데이트 후 Xcode에서 빌드 시 아래 오류가 발생했습니다.
Failed to prepare device for development. This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your mac and device in order to correctly detect compatibility. |
디바이스 OS 버전이 Xcode 버전과 호환되지 않아서 생긴 문제입니다.
- 아이폰 버전은 15.4.1
- Xcode 버전은 13.2.1 (최신 버전은 13.3.1)
금일 기준으로 아이폰 버전은 가장 최신 버전이고, Xcode는 최신 버전이 아닙니다.
Xcode를 최신 버전으로 업데이트 후 다시 빌드하면 오류가 해결됩니다.
반응형
'iOS > 오류 해결' 카테고리의 다른 글
[iOS] Binary operator '+' cannot be applied to operands of type 'DispatchTime' 해결 방법 (0) | 2022.07.01 |
---|---|
[Xcode] App Store Connect access is required for App Store Connect distribution. Error 해결 방법 (0) | 2022.05.16 |
[Xcode] Build error Permission denied 해결 방법 (2) | 2021.11.23 |
[iOS] iOS15 상태바 스타일이 초기화되는 문제 해결 방법 (4) | 2021.09.27 |
[Xcode] Build error fat framework 에러 해결 방법 (0) | 2021.08.23 |