mofodox
mofodox

Reputation: 51

How can I set the device on the iOS Simulator as an iPhone 5 in Xcode 4.6?

How can I set the device on the iOS Simulator as an iPhone 5 in Xcode 4.6? I've been trying to change it via the Hardware->Device option but still to no avail. I really appreciate your help! Thanks.

Upvotes: 0

Views: 5886

Answers (3)

Shehbaz Khan
Shehbaz Khan

Reputation: 2000

first go to hardware then device then iphone (Retina 4 inch) then u can go to window then scale if you want to change the size of simulator to look same like iphone 5

Upvotes: 1

rckoenes
rckoenes

Reputation: 69489

In Xcode 4.6 this is not possible, you will just have to keep the iOS simulator open. Apple did fix this issue in Xcode 5.

The iPhone 5 chrome (image that make the iOS simulator look like the iPhone5) will only been shown it there is enough space to present it. Other which it will just be a normal window, the working of the simulator are the same.

You can just select device->iPhone(Retina 4-inch) and use for example Windows->50% to make the simulator fit your screen.

Upvotes: 2

Bill Burgess
Bill Burgess

Reputation: 14164

In 4.6, the iPhone 5 is the 4" iPhone option. This is current for Xcode 4.6.3.

enter image description here

Upvotes: 1

Related Questions