I haven't followed the whole thread, but be aware that NSNotificationCenter
uses weak references. I'm not sure that's the problem you are encountering
since I was too lazy to read your other msgs (sorry), but hopefully that
comment might help you or others.
- Matt
Sent from my iPhone
On Oct
here an update:
the problem seems to be with the notifier, because if I use the following
code without the NSNotificationCenter, then, everything works fine, like
the following sample code:
task = NSTask.alloc.init
task.currentDirectoryPath = "/"
task.launchPath = "/bin/bash"
task.