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.
This commit is contained in:
Chris Bracken 2017-09-05 13:28:13 -07:00 committed by GitHub
parent 30fd06f787
commit 93438245f0

View File

@ -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.'
));
}