SaintTail
SaintTail

Reputation: 6470

Where is printer simulator in Xcode 6

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?

Upvotes: 22

Views: 11460

Answers (2)

Greg Brown
Greg Brown

Reputation: 3254

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/

Upvotes: 9

Anil Varghese
Anil Varghese

Reputation: 42977

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

Upvotes: 52

Related Questions