Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using the device simulator for iOS 8 with Xcode 7

Tags:

ios9

ios8

xcode7

I thinking about port my App to Swift 2 and Xcode 7. But the device simulator only targets iOS 9 and I see no way to download iOS 8.

I have parallel Xcode 6.3 installed. Is there any way to test and debug my app under iOS 8 with the device simulator?

like image 285
ChaosSpeeder Avatar asked Jun 15 '15 04:06

ChaosSpeeder


Video Answer


1 Answers

You can download older versions of iOS via Xcode.

Open

Xcode -> Preferences -> Components -> Select

all the iOS versions you want ( iOS 8.4 )

Once downloaded, you can get to it in the

Simulator -> Hardware -> Device

I am using Version 7.3.1 (7D1014)

like image 150
Michael Guild Avatar answered Sep 24 '22 12:09

Michael Guild