NSTask from a foundation tool?
NSTask from a foundation tool?
- Subject: NSTask from a foundation tool?
- From: Brooks Bell <email@hidden>
- Date: Sat, 19 Apr 2003 11:51:34 -0400
Can I use NSTask from a foundation tool? Seems like I should be able to but
I'm hitting a breakpoint. I don't have a run loop in the tool.
I'm getting the message:
*** Uncaught exception: <NSInvalidArgumentException> launch path not
accessible
But the launch path looks good (from the terminal, anyway). This is a tool
that is running as root.
Exception: EXC_BREAKPOINT (0x0006)
Code[0]: 0x00000001Code[1]: 0x90844988
Thread 0 Crashed:
#0 0x90844988 in _NSRaiseError
#1 0x90844810 in +[NSException raise:format:]
#2 0x90809fc8 in -[NSConcreteTask launchWithDictionary:]
...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.