Permission denied when setting launch path for a task
Permission denied when setting launch path for a task
- Subject: Permission denied when setting launch path for a task
- From: Chad Armstrong <email@hidden>
- Date: Tue, 20 Jan 2004 00:04:18 -0600
I am trying to set the launch path of an NSTask. Below is the sample
code.
[my_task setLaunchPath: app_path];
Here is the resulting error:
2004-01-19 23:33:19.625 MyApp[1224] *** NSTask: Task create for path
/Users/admin/Programs/MyApp/build failed: 13, "Permission denied".
The build and admin directories are set to 755. Does setting the path
elsewhere require 777 permissions? Or is there something else wrong
that I might have done? I tried moving the application to my
Applications folder, but it just locked up again. Any ideas on what
might be going wrong?
Chad Armstrong
email@hidden
_______________________________________________
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.