Commit 93438245 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update DevToolsSecurity doctor message (#11935)

Opening Xcode is no longer sufficient to enable develop mode in Xcode 9.
Update the message to run the command-line tool. Alternatively users can
launch an app in the Xcode debugger to do this.
parent 30fd06f7
......@@ -91,7 +91,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
xcodeStatus = ValidationType.partial;
messages.add(new ValidationMessage.error(
'Your Mac needs to enabled for developer mode before using Xcode for the first time.\n'
'Run \'sudo DevToolsSecurity -enable\' or open Xcode'
'Run \'sudo DevToolsSecurity -enable\' to enable developer mode.'
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment