Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
07d1ba87
Unverified
Commit
07d1ba87
authored
Nov 05, 2018
by
Todd Volkert
Committed by
GitHub
Nov 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doctor instructions for libimobiledevice installation (#23946)
https://github.com/flutter/flutter/issues/22595
parent
54becbf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
ios_workflow.dart
packages/flutter_tools/lib/src/ios/ios_workflow.dart
+10
-0
No files found.
packages/flutter_tools/lib/src/ios/ios_workflow.dart
View file @
07d1ba87
...
@@ -133,6 +133,9 @@ class IOSValidator extends DoctorValidator {
...
@@ -133,6 +133,9 @@ class IOSValidator extends DoctorValidator {
brewStatus
=
ValidationType
.
partial
;
brewStatus
=
ValidationType
.
partial
;
messages
.
add
(
ValidationMessage
.
error
(
messages
.
add
(
ValidationMessage
.
error
(
'libimobiledevice and ideviceinstaller are not installed. To install, run:
\n
'
'libimobiledevice and ideviceinstaller are not installed. To install, run:
\n
'
' brew update
\n
'
' brew install --HEAD usbmuxd
\n
'
' brew link usbmuxd
\n
'
' brew install --HEAD libimobiledevice
\n
'
' brew install --HEAD libimobiledevice
\n
'
' brew install ideviceinstaller'
' brew install ideviceinstaller'
));
));
...
@@ -142,7 +145,12 @@ class IOSValidator extends DoctorValidator {
...
@@ -142,7 +145,12 @@ class IOSValidator extends DoctorValidator {
'Verify that all connected devices have been paired with this computer in Xcode.
\n
'
'Verify that all connected devices have been paired with this computer in Xcode.
\n
'
'If all devices have been paired, libimobiledevice and ideviceinstaller may require updating.
\n
'
'If all devices have been paired, libimobiledevice and ideviceinstaller may require updating.
\n
'
'To update, run:
\n
'
'To update, run:
\n
'
' brew update
\n
'
' brew uninstall --ignore-dependencies libimobiledevice
\n
'
' brew uninstall --ignore-dependencies libimobiledevice
\n
'
' brew uninstall --ignore-dependencies usbmuxd
\n
'
' brew install --HEAD usbmuxd
\n
'
' brew unlink usbmuxd
\n
'
' brew link usbmuxd
\n
'
' brew install --HEAD libimobiledevice
\n
'
' brew install --HEAD libimobiledevice
\n
'
' brew install ideviceinstaller'
' brew install ideviceinstaller'
));
));
...
@@ -151,6 +159,8 @@ class IOSValidator extends DoctorValidator {
...
@@ -151,6 +159,8 @@ class IOSValidator extends DoctorValidator {
messages
.
add
(
ValidationMessage
.
error
(
messages
.
add
(
ValidationMessage
.
error
(
'ideviceinstaller is not installed; this is used to discover connected iOS devices.
\n
'
'ideviceinstaller is not installed; this is used to discover connected iOS devices.
\n
'
'To install, run:
\n
'
'To install, run:
\n
'
' brew install --HEAD usbmuxd
\n
'
' brew link usbmuxd
\n
'
' brew install --HEAD libimobiledevice
\n
'
' brew install --HEAD libimobiledevice
\n
'
' brew install ideviceinstaller'
' brew install ideviceinstaller'
));
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment