Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is printer simulator in Xcode 6

Tags:

I remember on Xcode 5 the simulator has a button called "Open Printer Simulator" locate in File menu but now it is gone.

How can I test printer on the simulator?

like image 291
SaintTail Avatar asked Sep 25 '14 04:09

SaintTail


People also ask

How do I see the simulator 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.

Where is iOS simulator located?

open a Finder windor ( smiley face icon ) then click GO -> Go to Folder. type: ~/Library/Application Support/iPhone Simulator. The Directories are the iOS version of the different Simulators.

How do I find iOS simulator on Mac?

In the Safari on your Mac, on the Safari menu bar, choose the "Develop" menu. Scroll to the iOS Simulator option.


2 Answers

I think its not coming with default Xcode package. You have to install it separately. In the apple developer downloads section (You have to login first) find the Hardware IO Tools for Xcode

enter image description here

like image 76
Anil Varghese Avatar answered Oct 07 '22 16:10

Anil Varghese


As of Xcode 8, the printer simulator is now found under "Additional Tools for Xcode" rather than "Hardware IO Tools for Xcode":

https://developer.apple.com/download/more/

like image 22
Greg Brown Avatar answered Oct 07 '22 18:10

Greg Brown