更新 xCode 15 後,在Target切換模擬器與實機這邊預設要下載iOS 17,但是跳 Downloading iOS 17.0 Simulator (21A328): Error: HTTP status 400: bad request。以為是網路問題,但是怎樣都下載不了。網路上也查不到資料,後來找到 apple 有相關直接下載模擬器的方式。
直接到 https://developer.apple.com/download/all/ 下載iOS 17 Simulator Runtime
根據https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes 的解法
調整一下語法
xcode-select -s /Applications/Xcode.app xcodebuild -runFirstLaunch xcrun simctl runtime add "~/Downloads/iOS_17_Simulator_Runtime.dmg"
裝完後,重開xCode 即可
留言