On May 27, 2014, at 6:08 AM, Navneet Kumar <[email protected]> wrote: > > Hi, > > The code I’m using is as follows: (it works well and videos plays when logged > in as admin user, but doesn’t play when the app is run as root):
Please stop trying to run your application as root. If Apple wanted to support this configuration, they wouldn’t have made AppKit quit immediately if it detected it was running as setuid root. And they wouldn’t have told Uli that running apps as root is an untested configuration: http://www.cocoabuilder.com/archive/cocoa/280214-allow-only-root-admin-users-to-execute-the-cocoa-app.html --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
