运行场景:Ubuntu 18.04
开发者磁盘镜像:Xcode Developer Disk Image14.0 (18A5342e)
API接口调用:ifuse、ideviceimagemounter、idevicepair、idevicesetlocation
1.下载和iOS版本对应的Developer Disk Image
https://github.com/xushuduo/Xcode-iOS-Developer-Disk-Image/tree/master/Developer%20Disk%20Image
2.配对iPhone
idevicepair pair
3.挂载iPhone
ifuse /media/iphone
(注:挂载点需要提前生成)
4.挂载开发者磁盘映像
ideviceimagemounter DeveloperDiskImage.dmg
(注:.signature文件为签名文件,挂载时需验证,放入映像文件相同目录)
5.使用 idevicesetlocation API接口虚拟gps定位点
idevicesetlocation -- 39.10463 117.193626
(注:在编译libimobiledevice时如遇到问题,将其依赖库先安装)
依赖:libusbmuxd
libplist
动态链接库环境变量添加
在.zshrc/.bash/.profile文件中添加下列环境变量(以现在使用的shell环境为主)
export LD_LIBRARY_PATH=/usr/local/lib: $LD_LIBRARY_PATH
export PATH=$PATH:/usr/local/lib/