1、

ffmpeg cannot be found
輸入brew install ffmpeg即可解決
2、npm i -g mjpeg-consumer
解決 mjpeg-comsumer cannot be found的問題
3、安裝idb
指令如下:
brew tap facebook/fb
brew install idb-companion
pip3.6 install fb-idb
說明:執行 pip3.6 install fb-idb可能會報-bash: pip3.6: command not found
解決辦法:
配置環境變量
執行 open .bash_profile打開添加
export PYTHON_HOME=/home/dbuser/Python-3.6.1
export PATH=$PYTHON_HOME/bin:$PATH
注意:
這裡是自己安裝的Python版本哦,要改成自己的,同樣
這裡也是要改成自己的Python版本
後執行使之生效:
source ~/.bash_profile
在執行pip3.6就OK了。
4、缺少applesimutils
brew tap wix/brew
brew install applesimutils
5、提示缺少bundletool.jar
在https://github.com/google/bundletool/releases 下載下傳bundletool.jar,
改名成這個bundletool
在android sdk目錄下,建立bundle-tool目錄,把jar包放入,
在終端切換到目前目錄下
并執行
chmod +x bundletool.jar
指令給jar包權重限
修改環境變量,path後追加,:$ANDROID_HOME/bundle-tool/,
最後source一下就好了