본문 바로가기

프로그래밍

아이폰16, ios18 xcode 연결 에러 (The developer disk image could not be mounted on this device)

Error message:

Previous preparation error: The developer disk image could not be mounted on this device.; Error mounting image: 0xe800010f (kAMDMobileImageMounterPersonalizedBundleMissingVariantError: The bundle image is missing the requested variant for this device.)

 

해결방법 2가지

 

1. 터미널 창에 아래 명령어 입력 (xcode 16버전이어야 됨) 

Open Terminal and run (replacing the path to Xcode 16.0 if needed):

sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/XcodeSystemResources.pkg -target /

 

2. xcode 16.1 beta 2 버전 다운로드 

Download Xcode 16.1 Beta 2 and launch it.

 

https://developer.apple.com/forums/thread/764196?page=2

 

Can't install any apps on my new i… | Apple Developer Forums

Error message: Previous preparation error: The developer disk image could not be mounted on this device.; Error mounting image: 0xe800010f (kAMDMobileImageMounterPersonalizedBundleMissingVariantError: The bundle image is missing the requested variant for t

developer.apple.com