fruitstrap安装和部署苹果app
一、fruitstrap介绍
在mac安装app到苹果手机上,我们需要安装其它app的话,是不能是itools工具进行安装,因使用这个必须要使用到苹果提供的证书才能安装,而没有证书的话,那么只有源码才能进行安装到苹果手机上。那么就可以借助第三方fruitstrap工具可以直接部署手机上的。
二、fruitstrap下载
fruitstrap服务在安装appium过程中会自带安装。如果需要手工安装,可以下载
三、配置环境变量
配置好后,可以非常方面的使用fruitstrap命令了
FRUITSTRAP_HOME=/Users/wanghaifeng/Tools/fruitstrap/
export FRUITSTRAP_HOME
四、应用fruitstap命令
安装苹果ipa应用包
fruitstrap -b /Users/wanghaifeng/buildserver/iOS_${BUILD_NUMBER}.ipa
也可以安装
cd /Users/wanghaifeng/Tools/fruitstrap/
./fruitstrap -b /Users/wanghaifeng/Documents/PPAppInstall.app
五、问题清单
问题一:brew search fruitstrap
No formula found for "fruitstrap".
==> Searching pull requests...
Closed pull requests:
New formula: fruitstrap (https://github.com/Homebrew/homebrew/pull/11963)
Error: GitHub API rate limit exceeded for 14.23.109.190. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Try again in 29 minutes 17 seconds, or create an personal access token:
No formula found for "fruitstrap".
==> Searching pull requests...
Closed pull requests:
New formula: fruitstrap (https://github.com/Homebrew/homebrew/pull/11963)
Error: GitHub API rate limit exceeded for 14.23.109.190. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Try again in 29 minutes 17 seconds, or create an personal access token:
and then set the token as: HOMEBREW_GITHUB_API_TOKEN
解决办法:先在https://github.com/settings/tokens进行生成一个tokens
然后通过命令: export HOMEBREW_GITHUB_API_TOKEN=f50366b6c3f979a27950b641685d994e92d29f29
正文到此结束
- 本文标签: iOS fruitstrap
- 版权声明: 本站原创文章,于2021年06月26日由小蜜蜂社区发布,转载请注明出处