还未发布过话题
  • 直接在 xcode 里面能 build success 吗,可以的话,把 appium 日志里面的那段 xcodebuild 命令拿出来执行以下,看有没有报错。我这边碰到的情况是刚开始用 appium 直接运行 WebdriverAgent 起不来,但是命令行去 xcodebuild 一下,再去用 apiium 就可以。

    xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/_appium-webdriveragent@1.3.0@appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=xxxxxx IPHONEOS_DEPLOYMENT_TARGET=12.4 -xcconfig /var/folders/hb/3hpnn6l177358k6s5vv2v1ch0000gn/T/2019818-1480-i5tmyl.99okk/appium-temp.xcconfig GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO
    
  • awk '{print $1}' /tmp/nginx.log |sort |uniq -c |sort -n |tail -5