Re: [SOLVED] Xcode fails to launch my app, permission denied
Re: [SOLVED] Xcode fails to launch my app, permission denied
- Subject: Re: [SOLVED] Xcode fails to launch my app, permission denied
- From: Jeffrey Walton <email@hidden>
- Date: Sat, 20 Apr 2013 20:11:12 -0400
On Sat, Apr 20, 2013 at 7:57 PM, Rick Mann <email@hidden> wrote:
>
> On Apr 20, 2013, at 12:45 , Quincey Morris <email@hidden> wrote:
>
>> What does this mean? Are you talking about exempting the app you're developing, or other developers' apps? Why would you "like to use" Gatekeeper, if you want to disable its checks?
>
> Currently, any app I download from the internet prompts me before its first launch. I can approve that app, and after that, it never prompts me again.
I believe that's quarantine. It can be removed with:
$ xattr -r -d "com.apple.quarantine" <some app>
> GateKeeper, on the other hand, is either on or off. If it's on, it blocks all apps, every time they launch. As I understand it, you can hold a meta key while launching and it will prompt you, but only that one time. Subsequent launches are not pre-approved.
>
I believe there are more than two settings when you take labels into
account. `spctl --status` will give you the assessment policy.
Jeff
_______________________________________________
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
References: | |
| >Re: Xcode fails to launch my app, permission denied (From: Stephen Kay <email@hidden>) |
| >Re: Xcode fails to launch my app, permission denied (From: Rick Mann <email@hidden>) |
| >Re: Xcode fails to launch my app, permission denied (From: Rick Mann <email@hidden>) |
| >[SOLVED] Xcode fails to launch my app, permission denied (From: Rick Mann <email@hidden>) |
| >Re: [SOLVED] Xcode fails to launch my app, permission denied (From: Alex Zavatone <email@hidden>) |
| >Re: [SOLVED] Xcode fails to launch my app, permission denied (From: Scott Ribe <email@hidden>) |
| >Re: [SOLVED] Xcode fails to launch my app, permission denied (From: Alex Zavatone <email@hidden>) |
| >Re: [SOLVED] Xcode fails to launch my app, permission denied (From: Rick Mann <email@hidden>) |
| >Re: [SOLVED] Xcode fails to launch my app, permission denied (From: Quincey Morris <email@hidden>) |
| >Re: [SOLVED] Xcode fails to launch my app, permission denied (From: Rick Mann <email@hidden>) |