標籤:固定 測試 port 安裝 blank 尾碼 get 選項 href
說明:更新了手機的到了iOS 10.0.2。真機調試時候提示"Could not find Developer Disk Image"
並且之前就下載了Xcode8,但是沒有安裝Xcode8。因為項目快結束了,依舊使用的Xcode7.3,準備迭代版本開發在更新使用Xcode8。但是真機調試依然要測試iOS 10的。
下面顯示抽取了iOS 10磁碟圖片步驟
如果沒有的話,可以直接從網盤的下載,我已經上傳到網盤上了
- 連結: http://pan.baidu.com/s/1dE75X8P 密碼: 3jf5
下面是添加步驟
方法一:
- 找到DeviceSupport檔案夾,並將檔案拖入檔案夾中。
方法二:
- 通過添加DeviceSupport的路徑找到DeviceSupport。
Tip:
- DeviceSupport的預設路徑:/Applications/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
- 我的路徑:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
- Xcode 7.3軟體的路徑:/Applications/Xcode.app,這個不定的,大部分會直接放到"應用程式"這個目錄下,有些人添加到 "應用程式"的某個檔案夾下。因為我設定了顯示檔案尾碼,所以是Xcode.app。
- DeviceSupport在Xcode 7.3包的路徑:/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,這個路徑固定不變
<---------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
路徑的全部顯示效果:
[issue] [iOS 10] 升級後無法真機測試 Could not find Developer Disk Image