使用fruitstrap实现命令行将IPA包安装到iOS设备上
Posted 数据科学工作加油站
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用fruitstrap实现命令行将IPA包安装到iOS设备上相关的知识,希望对你有一定的参考价值。
Requirements
-
Mac OS X. Tested on Snow Leopard only.
-
You need to have a valid iPhone development certificate installed.
-
Xcode must be installed, along with the SDK for your ios version.
Usage
-
fruitstrap [-d] -b <app> [device_id]
-
Optional
-d
flag launches a remote GDB session after the app has been installed. -
<app>
must be an iPhone application bundle, not an IPA. -
Optional
device_id
; useful when you have more than one iPhone/iPad connected.
一、安装与使用
①
git clone git://github.com/ghughes/fruitstrap.git
②
cd fruitstrap
③
cat makefile
把gcc这行命令复制出来
④
gcc -o fruitstrap -framework CoreFoundation -framework MobileDevice -F/System/Library/PrivateFrameworks fruitstrap.c
如果在当前目录下出现fruitstrap文件就说明执行成功。
⑤./fruitstrap -b /Users/nali/Downloads/ting-6.3.27-770.ipa 使用该命令即可把IPA包安装到iPhone上
以上是关于使用fruitstrap实现命令行将IPA包安装到iOS设备上的主要内容,如果未能解决你的问题,请参考以下文章