Mac OS: 10.14.6
Xcode: 10.2.1
iPhone: 13.6
使用XCode開發App,用實機iPhone SE(OS 13.6)測試。出現「Which may not supported by this version of Xcode」的錯誤,使用以下做法即可解決。
1. 取得 iOS 的 DeviceSupport 檔。
到此網頁下載對應的iOS DeviceSupport檔。例如:測試iPhone實機的iOS為13.6,就下載13.6的DeviceSupport檔。
2. 在 Xcode App 下的 DeviceSupport 路徑,加入DeviceSupport資料夾。
將DeviceSupport資料夾,複製到Xcode.app/Contents/Developer/Platforms/iPhoneOS.platforom/DeviceSupport/。例如:DeviceSupport資料夾為13.6,則將13.6複製到前面的路徑下,而Xcode的DeviceSupport會多出一個13.6的資料夾。
3. 重新開啟Xcode,完成。
Reference: 解決實機 iOS 版本太新的 App 安裝問題 — Could not locate device support files