In my iOS app, I have the following code that is being used for AirPrinting a simple NSString.
#pragma mark - Print
-(IBAction)print:(id)sender {
UIPrin
I had printer simulator stop working for me and not give me any errors at all. I tried different simulators, resetting them, restarting the computer, killing printd as mentioned above, and other things too.
In the end, what fixed it for me was changing my network connections: at the time, i had wifi plus an ethernet cable (via thunderbolt) attached to my macbook -- both wifi + ethernet connected to the same network. I popped out the ethernet cable and immediately it started working again.
Thanks Apple, where can I get my 20 mins back :)