信息
HeminWon-Extranet:appcrawler Hm$ java -jar appcrawler-2.0.0.jar --capability udid=ef5c14f9e5e8f8aaee07b63e26cc7b4304febcff -a EQHexinFee.ipa
2017-05-08 14:09:47 INFO [AppCrawler$.main.160]
----------------
AppCrawler 2.0.0
app爬虫, 用于自动遍历测试. 支持Android和iOS, 支持真机和模拟器
帮助文档: http://seveniruby.gitbooks.io/appcrawler
移动测试技术交流: https://testerhome.com
感谢: 晓光 泉龙 杨榕 恒温 mikezhou yaming116
感谢提供商业支持的优秀公司: Keep
--------------------------------
2017-05-08 14:09:47 INFO [AppCrawler$.main.202] Set Platform=iOS
2017-05-08 14:09:47 INFO [AppCrawler$.main.233] app path = /Users/Hm/Desktop/appcrawler/EQHexinFee.ipa
2017-05-08 14:09:47 INFO [AppCrawler$.main.243] use default appium address 4723
2017-05-08 14:09:47 INFO [AppCrawler$.main.250] appium address = Some(http://127.0.0.1:4723/wd/hub)
2017-05-08 14:09:47 INFO [AppCrawler$.main.262] result directory = iOS_20170508140945
2017-05-08 14:09:48 INFO [Crawler.loadPlugins.76] dynamic load plugin in /Users/Hm/Desktop/plugins/
2017-05-08 14:09:50 WARN [Runtimes$.loadPlugins.84] no /Users/Hm/Desktop/plugins/ directory, skip
2017-05-08 14:09:50 INFO [Crawler.loadPlugins.78] found dynamic plugins size 0
2017-05-08 14:09:50 INFO [Crawler.apply.80] com.xueqiu.qa.appcrawler.plugin.TagLimitPlugin@6331250e
2017-05-08 14:09:50 INFO [Crawler.apply.80] com.xueqiu.qa.appcrawler.plugin.ReportPlugin@1a411233
2017-05-08 14:09:50 INFO [Crawler.apply.80] com.xueqiu.qa.appcrawler.plugin.FreeMind@7c2327fa
2017-05-08 14:09:50 INFO [TagLimitPlugin.init.17] com.xueqiu.qa.appcrawler.plugin.TagLimitPlugin init
2017-05-08 14:09:50 INFO [ReportPlugin.init.17] com.xueqiu.qa.appcrawler.plugin.ReportPlugin init
2017-05-08 14:09:50 INFO [FreeMind.init.17] com.xueqiu.qa.appcrawler.plugin.FreeMind init
2017-05-08 14:09:50 INFO [ReportPlugin.start.20] reportPath=/Users/Hm/Desktop/appcrawler/iOS_20170508140945
2017-05-08 14:09:50 INFO [ReportPlugin.start.23] create /Users/Hm/Desktop/appcrawler/iOS_20170508140945/tmp/ directory
2017-05-08 14:09:50 INFO [Crawler.handleCtrlC.1130] add shutdown hook
2017-05-08 14:09:50 INFO [Crawler.start.120] prepare setup Appium
2017-05-08 14:09:50 INFO [Crawler.setupAppium.232] use AppiumClient
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: A new session could not be created. Details: Appium's IosDriver does not support xcode version 8.3.2. Apple has deprecated UIAutomation. Use the "XCUITest" automationName capability instead. (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 1.00 seconds
Build info: version: 'unknown', revision: 'unknown', time: 'unknown'
System info: host: 'HeminWon-Extranet.local', ip: '192.168.15.55', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.4', java.version: '1.8.0_91'
Driver info: io.appium.java_client.ios.IOSDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:206)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)
at io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:40)
at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)
at io.appium.java_client.ios.IOSDriver.execute(IOSDriver.java:1)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:249)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:131)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:144)
at io.appium.java_client.DefaultGenericMobileDriver.<init>(DefaultGenericMobileDriver.java:36)
at io.appium.java_client.AppiumDriver.<init>(AppiumDriver.java:114)
at io.appium.java_client.AppiumDriver.<init>(AppiumDriver.java:132)
at io.appium.java_client.ios.IOSDriver.<init>(IOSDriver.java:82)
at com.xueqiu.qa.appcrawler.AppiumClient.appium(AppiumClient.scala:168)
at com.xueqiu.qa.appcrawler.AppiumClient.<init>(AppiumClient.scala:42)
at com.xueqiu.qa.appcrawler.Crawler.setupAppium(Crawler.scala:233)
at com.xueqiu.qa.appcrawler.Crawler.start(Crawler.scala:121)
at com.xueqiu.qa.appcrawler.AppCrawler$.startCrawl(AppCrawler.scala:313)
at com.xueqiu.qa.appcrawler.AppCrawler$.main(AppCrawler.scala:303)
at com.xueqiu.qa.appcrawler.AppCrawler.main(AppCrawler.scala)