22

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?

SaintTail
  • 6,160
  • 4
  • 31
  • 51

2 Answers2

52

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

Fabio Berger
  • 1,921
  • 2
  • 24
  • 29
Anil Varghese
  • 42,757
  • 9
  • 93
  • 110
  • ```{"responseId":"57d710ec-eb15-410c-9277-27bcbd61982b","resultCode":1003,"resultString":"request.uri.notfound","userString":"Invalid request, Service mapping to the requested URL is not available. ","creationTimestamp":"2016-08-01T07:39:19Z","userLocale":"en_US","requestUrl":"https://developer.apple.com:443/downloads/index.action?name=for%20Xcode%20-","httpCode":200,"suppressed":[]}``` – Rajesh Aug 01 '16 at 07:39
9

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/

Greg Brown
  • 3,168
  • 1
  • 27
  • 37
  • 1
    The `Additional Tools for Xcode` now does not appear (nor is searchable) unless you use the `for Xcode` query param: https://developer.apple.com/download/more/?=for%20Xcode – SushiHangover Mar 08 '18 at 21:38