From e4123e7b72623a52bf6a94c03c9d01c1c2b0150d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 23 May 2016 08:59:34 -0700 Subject: [PATCH] Add OSX accept xcode license --- Frequently-Asked-Questions-(FAQ).md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 12d186d..80889f9 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -43,6 +43,9 @@ Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If y * [I am getting a "DatabaseError: file is encrypted of is not a database"!](#windows-q4) * [How can I run PlexPy without the command prompt staying open?](#windows-q5) +## OSX +* [When trying to update, the logs say "Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo."](#osx-q1) + ## iOS * [PlexPy isn't logging my history from my iOS device!](#ios-q1) @@ -254,6 +257,18 @@ If you have installed Python into a different directory or saved pyOpenSSL to so **A:** Please refer to the instructions under the [Installation as a Daemon](https://github.com/drzoidberg33/plexpy/wiki/Install-as-a-daemon#windows) wiki. +--- + +### OSX + +#### Q: When trying to update, the logs say "Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo." +**A:** Run the following command in the terminal (according to this [Stackoverflow answer](http://stackoverflow.com/a/26772631)): + +``` +sudo xcodebuild -license +``` + + --- ### iOS