Description: Updated the phone to the iOS 10.0.2. "Could not find Developer Disk Image" prompt during real machine commissioning
The Xcode8 was downloaded before, but no Xcode8 was installed. Because the project is almost over, Xcode7.3 is still used, ready to iterate version development in the update using XCODE8. But the real-machine debugging still has to test iOS 10.
The following shows the steps to extract the iOS 10 disk picture
- Find Xcode8, right-click to display package contents
- Locate the iOS10 image file
If not, you can download directly from the network disk, I have uploaded to the network.
- Link: Http://pan.baidu.com/s/1dE75X8P Password: 3jf5
Here are the steps to add
Method One:
- Get the 10.0 disk picture file ready.
- Under Finder, go to the app
- Find the Xcode software and right-click to display the package contents
- Locate the Devicesupport folder and drag the file into the folder.
Method Two:
- Under Finder Select the Go to Folder option
- Locate Devicesupport by adding the path to the Devicesupport.
TIP:
- Default path for Devicesupport:/applications/xcode/contents/developer/platforms/iphoneos.platform/devicesupport
- My path:/applications/xcode.app/contents/developer/platforms/iphoneos.platform/devicesupport
- The path to the Xcode 7.3 software:/applications/xcode.app, this variable, most of which will be placed directly in the "Application" directory, some people added to the "application" under a folder. Because I set the display file suffix, it is xcode.app.
- Devicesupport path to the Xcode 7.3 package:/contents/developer/platforms/iphoneos.platform/devicesupport, this path is fixed
<----------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------->
Full display of the path:
[Issue] [IOS 10] cannot test Could not find Developer Disk Image after upgrade