别着急,我又听说免费的 Apple ID 帐号签名后 7 天会过期
谢谢,我也折腾了好久。好像第一次输入这个参数后,接下来就不需要再填了,你试一下。
不好意思,没说清楚
刚刚我跑了下,不需要这两个值也可以
之前参考的这个链接 https://github.com/imurchie/appium-xcuitest-driver/blob/isaac-rs/docs/real-device-config.md
TeamID 在 https://developer.apple.com/account/ 里左侧的 Member ship 中找到
{
"xcodeOrgId": "<Team ID>",
"xcodeSigningId": "iPhone Developer"
}
Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
解决方法:
加入 xcodeOrgId 和 xcodeSigningId 字段
真机吗?uuid 没有写把
大赞,成功了
解决了,使用源代码安装解决了,不知道为什么 pip3 安装后不能用
git clone https://github.com/appium/python-client
cd python-client
sudo python setup.py install
我可能没说清楚,不好意思
我现在的状态是 python
运行的 2.7 对应的 pip
python3
运行 python3.5.2 对应 pip3
,我一般优先使用 python3
和 pip3
安装完后,我运行 python3
进入到 python 命令中 输入的 from appium import webdriver
提示了上面的出错信息
然后我再用 python
进入到 2.7 的输入 from appium import webdriver
就通过了
谢谢回复,一会我用 3.6 试试,Python 的版本分化太严重了