Xcode 9 - no iOS 11 simulator -
when open new xcode 9 , go preferences > components don't see option download ios 11 simulators. i'm 100% sure have latest xcode 9 beta 4 
i did research , found out xcode downloads index determine able download. me was: https://devimages-cdn.apple.com/downloads/xcode/simulators/index-9.0.0-ca351ad8-3176-41cb-875c-42a05c7cdec7.dvtdownloadableindex
basically 1 able use xcode version determining dtxcoce:
defaults read /applications/xcode-beta.app/contents/info dtxcode .
result 0900 must converted 9.0.0
and dvtplugincompatibilityuuid:
defaults read /applications/xcode-beta.app/contents/info dvtplugincompatibilityuuid
then download: https://devimages-cdn.apple.com/downloads/xcode/simulators/index-<the dtxcode>-<the uuid>.dvtdownloadableindex .
and lastly in order able open it: plutil -convert xml1 <the downloaded .dvtdownloadableindex file>
can verify have right dvtdownloadableindex? or provide url right version? otherwise hope can provide url complete simulator package downloading , cancelling simulator while looking in console.app in this article
i seem pretty stupid, wasting time necessary.
new ios 11 simulators included in new xcode, (however won't appear in settings of xcode) . can open simulator (/applications/xcode-beta.app/contents/developer/applications/simulator.app) , choose ios 11 device in hardware > device menu bar.
Comments
Post a Comment