Appium 版本:1.3.5
Mac :10.9.4
打开 Appium,设置好 App Path,启动 Appium 后,在模拟器上能够安装应用,但是启动失败,每次启动后都是马上退出。
日志很多,我看到下面的日志重复出现次数比较多:
info: [IOS_SYSLOG_ROW ] Mar 5 16:02:17 zhangmengs-iMac com.apple.CoreSimulator.SimDevice.6F1F2C40-0DF5-4864-8771-A76D28027988.launchd_sim23403: Program specified by service does not contain one of the requested architectures:
info: [IOS_SYSLOG_ROW ] Mar 5 16:02:17 zhangmengs-iMac.local SpringBoard[23414]: Unable to get pid for 'UIKitApplication:com.ucweb.iphone[0x3389]': No such process (err 3)
info: [IOS_SYSLOG_ROW ] Mar 5 16:02:17 zhangmengs-iMac.local SpringBoard[23414]: Application 'UIKitApplication:com.ucweb.iphone[0x3389]' exited voluntarily.
刚接触 iOS 的自动化,请各位多指教!