Appium-iOS环境搭建
安装HomeBrew
/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
安装依赖库
brew install libimobiledevice --HEAD npm install -g ios-deploy #如果是iOS10以上的系统才需要安装
安装完整性检测库
npm install appium-doctor -g
安装完成后使用appium-doctor --ios 检测是否完全安装完毕 如果要两端环境就直接appium-doctor 即可
安装docor打叉的库
安装carthage
brew install carthage
安装cmake
https://cmake.org/download/
Tools->How to install command line use
cmake --version
安装opencv4nodejs
export OPENCV4NODEJS_DISABLE_AUTOBUILD=1
npm i -g opencv4nodejs
(xcode-select --install)
mjpeg-consumer
npm i -g mjpeg-consumer
set-simulator-location
brew install lyft/formulae/set-simulator-location
idb
brew tap facebook/fb
brew install idb-companion
#pip3.6 install fb-idb
#pip3 install --no-cache-dir fb-idb
sudo pip3 install fb-idb
applesimutils
brew tap wix/brew
brew install applesimutils
appium-desktop
appium-desktop
appium-inspector
appium-inspector
|