×

swift

Xcode14编译iOS11或iOS12报错dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib 解决方案

漂泊 漂泊 发表于2024-05-20 浏览6524 评论0
在更新Xcode14之后发现编译项目在iOS12.5以上的系统都正常,但是在跑iOS12.5以下的系统,例如iOS11,和iOS12.1之类的系统会报错,报错如下: dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib   Referenced from: /private/var/containers/Bundle/Application/xxx-xxx-xxx-xxx-xxxx/xxx.app/Framewo

ios

iOS自动化笔记(一)WebDriverAgent安装与使用

仙客来 仙客来 发表于2024-05-18 浏览10416 评论0
准备条件 首先准备一台Mac电脑和一台iPhone手机(尽可能使用Mac和iPhone真机) WebDriverAgent安装与使用 想要进行iOS自动化测试,必须在真机iPhone上安装WDA,安装后在手机端如下图所示(图中WebDriverAgent开头名字的图标): 参考: 官方GitHub地址:https://github.com/appium/WebDriverAgent 使用git命令安装 git clone https://github.com/facebook