Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I set the iPhone 5 in simulator in the new XCode 4.5 GM?

I'm having some troubles with running/testing my App for the new iPhone.

When running simulator with this newer version of XCode the iPhone 4" is not visible (anymore) under hardware->device.

Did I disabled it or is my XCode broken somehow.

EDIT:

Somehow my Xcode was not running the latest Beta version when running my App via rightmouseclick XCode 4.5 (even though it was listed).

When running XCode via the install file (.dmg) of the developerportal I was able to run the iPhone 4" (iPhone 5) simulator.

like image 550
BarryK88 Avatar asked Sep 17 '12 15:09

BarryK88


People also ask

How do I get Xcode simulator on my iPhone 5s?

Need to add simulator from simulators by clicking + icon the bottom right of the simulator list. Then it will show in the simulators list in the Xcode.

How do I connect my iPhone to Xcode simulator?

Open up a project in Xcode and click on the device near the Run ▶ button at the top left of your Xcode screen. Plug your iPhone into your computer. You can select your device from the top of the list. Unlock your device and (⌘R) run the application.


1 Answers

Download and install Xcode 4.5 (or newer), open your project in it, run in iPhone 6.0 Simulator and then:

enter image description here

like image 131
Lukasz Avatar answered Sep 23 '22 18:09

Lukasz