Re: Setting Permissions from within Xcode?
Re: Setting Permissions from within Xcode?
- Subject: Re: Setting Permissions from within Xcode?
- From: Jens Alfke <email@hidden>
- Date: Tue, 01 Nov 2016 08:57:49 -0700
On Nov 1, 2016, at 2:05 AM, Brian Christmas < email@hidden> wrote:
Problem: when setting up my App on another Mac, under a different user, it can’t even create a new folder without crashing. If I manually set all 3 permission groups to read-write before sending, everythings ok. The usual setting is only read-write for the top entry ‘Ozsanta (me)’.
Are you trying to create a folder inside the app bundle itself? If so, don’t do that!; apps should be immutable.
If not, where are you trying to create the folder? The file permissions of the app bundle/files shouldn’t affect its privileges to write elsewhere in the filesystem. (Is the app sandboxed?)
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden