Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Base SDK 6.1 doesnt show iOS 8 simulators in Xcode 6.0.1

Tags:

xcode

ios

iphone

My app currently has a Base SDK of 6.1

Ive put iPhoneOS6.1.sdk into: Xcode> Developer> Platforms> iPhoneOS.platform> Developer> SDKs>

And it allows me to build with the base SDK set to iOS6.1

But unless if I have the Base SDK set to 8.0, it doesnt show me any of the simulators running iOS 7.0, 7.1 or 8.0

Does anyone have a way of getting it to show me all the simulators even though my Base SDK is 6.1?

like image 656
Jeffrey Avatar asked Sep 18 '14 15:09

Jeffrey


People also ask

How do I show simulator in Xcode?

Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.

Where is the devices and simulators window in Xcode?

The basic way to open a list of simulators is to use Xcode -> Window -> Devices and Simulators. Here you can create and manage all available simulators.


1 Answers

In Xcode 6.1 you can add simulators manually. To do so go to Window -> Devices and press the + symbol left at the bottom.

enter image description here

Then you can choose a combination of device type and iOS version to create.

enter image description here

like image 176
Pooja Jalan Avatar answered Sep 28 '22 16:09

Pooja Jalan