There's something wrong with my Printer Simulator. Trying to print while running https://developer.apple.com/library/IOS/samplecode/Recipes_+_Printing/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011098-Intro-DontLinkElementID_2 will cause the following errors to appear in the Xcode console:
2014-03-26 17:23:47.563 Recipes[3455:3c07] Simulated\032Label\032Printer\032@\032[redacted]Mac\032mini._ipps._tcp.local.:
Unable to connect to [redacted]-mac-mini.local.:8632: Bad file descriptor
2014-03-26 17:23:47.570 Recipes[3455:3c07] Simulated\032Label\032Printer\032@\032[redacted]Mac\032mini._ipps._tcp.local.:
Connection is untrusted: Unable to establish a secure connection to host.
Here is what I have tried without success:
- Reinstalling Xcode
- debugging Bonjour connections
- created a new user on the mac mini
What else could I try? Thanks!