Avatar
Kishikawa Katsumi 9/28/2024 10:53 AM
XcodeにiPhone 16 Proを繋いでもアプリケーションを転送できるようにならないとき。
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.)
https://forums.developer.apple.com/forums/thread/764196?answerId=804884022#804884022 sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/XcodeSystemResources.pkg -target / で直る。なんかXcodeのBetaを入れてた人は上記のXcodeSystemResourcesがもう入ってると判断されてインストールされないらしい。
👀 4
10:53 AM
私もずっとここで止まってて困ったなあと思っていた。