I'm attempting to build on an iPhone running iOS9.3 in Xcode7.2 then result show me error: "Could not find Developer Disk Image"
.
I know a solution is update your Xcode7.2 to Xcode7.3, But I think it is foolish. Therefore, I want to find a elegant solution without update Xcode.
This error has ocurred because of tha path can't find DeveloperDiskImage
(/Applications/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/)
Xcode7.2 need higher version DeveloperDiskImage
to create a symbol file which help to bulid successfully.
You can find this DeveloperDiskImage
files in the higher version Xcode, the path is (/Applications/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/) then you copy the folder to lower Xcode the same path.
I find others share the files in the internet, you can download it from here.