Core Data returns empty set

2013-08-12 Thread Rui Henriques Pacheco
displaying them, so I wonder why can't I reach them programmatically. -- Rui Henriques Pacheco Sent with Sparrow (http://www.sparrowmailapp.com/?sig) ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mode

Understanding NSTask

2013-04-08 Thread Rui Henriques Pacheco
Hi, I'm currently going through all available literature on Google on using NSTask to open SSH tunnels. While I have running code I'm not sure I understand everything that's happening. First, NSTask executes SSH as a subprocess. Then why is this blocking the main thread? --