在XCode7 Beta2下如果使用iOS8.4版的真機進行調試,XCode會提示:
“Could not find Developer Disk Image”
解決方法:
如果你有XCode6.4版,進入
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
將8.4文件夾
拷貝到目錄: /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
下,重新打開XCode7,clean一下,就可以繼續快樂得真機調試了~
如果你沒有XCode6.4,可能沒有這個8.4的文件夾,我把這個文件夾傳到了百度雲,方便大家!
http://pan.baidu.com/s/1i3KTr7J
參考:
http://stackoverflow.com/questions/30736932/could-not-find-developer-disk-image-xcode-7-ios-8-4
