Skip to content

Commit

Permalink
Update libimobiledevice installation instructions
Browse files Browse the repository at this point in the history
HEAD libimobiledevice depends on HEAD usbmuxd.

flutter/flutter#22595
  • Loading branch information
tvolkert committed Nov 5, 2018
1 parent 538eacc commit d66ead1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/docs/get-started/install/_ios-setup.md
Expand Up @@ -46,6 +46,9 @@ To deploy your Flutter app to a physical iOS device, you’ll need some addition

```terminal
$ brew update
$ brew install --HEAD usbmuxd
$ brew unlink usbmuxd
$ brew link usbmuxd
$ brew install --HEAD libimobiledevice
$ brew install ideviceinstaller ios-deploy cocoapods
$ pod setup
Expand Down

0 comments on commit d66ead1

Please sign in to comment.