zhangzhao4444 / Fastmonkey

非插桩 iOS Monkey, 支持控件,每秒4-5 action事件
272 stars 101 forks source link

(环境部署) Missing required module 'libxml2' 异常. #34

Closed seasoncool closed 6 years ago

seasoncool commented 6 years ago

环境 : xcode 9.2,模拟器 iPhone8(ios 11.2)

步骤:当执行Test后,报错如下.

/Users/james/Desktop/Fastmonkey/XCTestWD-master/XCTestWD/XCTestWDUITests/server/models/extensions/XCTestWDAccessibility.swift:10:8: Missing required module 'libxml2'

seasoncool commented 6 years ago

已解决。 在terminal中进入到Fastmonkey/XCTestWD-master路径下,执行如下命令:

carthage update --no-use-binaries