logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【Xcode】报错:iPhone is not available. Please reconnect the device

macOS Version 10.15.7 (Build 19H2)Xcode 11.7 (16142)其实这个问题,我应该每年都会遇到,每次都要 baidu google stack overflow 一下,这次记录一下解决思路。问题:Xcode 最近几个月运行的设备是 iOS 13.7,今天换了个设备: iOS 13.6.1build时报错:iPhone is not available.Pl

#ios#xcode#经验分享 +1
【Appium踩坑】Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code

Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65

#python#xcode#经验分享
【Python标准库】RE模块

学习资料:https://docs.python.org/3.8/library/re.htmlhttps://github.com/ziishaned/learn-regex1、re 模块实际作用匹配分割替换2、re 模块方法匹配pattern = re.compile('12')m = pattern.match('123nico666happy')print(m)n = re.match('

#正则表达式#python#经验分享
【uiautomatorviewer】报错:uiautomatorviewer e/screenshot unsupported protocol 2

报错:uiautomatorviewer e/screenshot unsupported protocol 2解决:下载官网最新的SDK,替换本地目录里的tools(原因,本地SDK还是17年2月的,一直没有更新,github上的建议都是替换lib/ddmuilib.jar)...

#android#github#经验分享 +1
【Python】搭建Python环境-windows版

python学习日志处理记录-(之前的安卓项目记录一下)android 日志,导出处理成 格式化数据-python

#python#windows
【Appium踩坑】Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates

解决方法1、手机设置开启未知来源2、 设备重连成功后,再跑脚本试一下adb kill-serveradb devices详细报错信息Stderr: 'Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES:Failed to collect certificates from /data/app/vmdl2032509516.tmp/base.apk:META-

#python#android#程序人生 +1
【Appium踩坑】Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS

1、解决->开启 USB调试(安全设置)(1) 手机-插入 sim卡(2) 设置 - 更多设置 - 开发者选项 - USB调试(安全设置)- 开启2、详细报错信息An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Origina

#android#经验分享#程序人生
【Appium踩坑】SecurityException:Injecting to another application requires INJECT_EVENTS permission

设备:vivo y66 + Android 6.0.1工具: Appium desktop 1.15.1解决开发者选项中 - USB模拟点击权限 - 打开详细报错信息Encountered internal error running command:An unknown server-side error occurred while processing the command.Origina

#android#python#程序人生 +1
【Appium踩坑】Cannot start the ‘com.xx.xx‘ application. Visit https://github.com/appium/appium/blob/mast

【Appium 踩坑】Encountered internal error running command: Error: Cannot start the 'com.tencent.music' application.

#android#经验分享
    共 11 条
  • 1
  • 2
  • 请选择