Install libimobiledevice on Mac OSX
Posted 数据科学工作加油站
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install libimobiledevice on Mac OSX相关的知识,希望对你有一定的参考价值。
About the App
- App name: libimobiledevice
- App description: Library to communicate with ios devices natively
- App website: http://www.libimobiledevice.org/
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key. Wait for the command to finish.
- Run:
brew install libimobiledevice
Done! You can now use libimobiledevice
.
以上是关于Install libimobiledevice on Mac OSX的主要内容,如果未能解决你的问题,请参考以下文章