[MJSONWP]遇到内部错误运行命令:
TypeError:无法读取undefined的属性'count'。
我收到了上述错误,同时在真实设备上发布了appium。
{
"platformName": "iOS",
"deviceName": "iPhoneX",
"bundleId": "com.test.app",
"platformVersion": "11.4",
"udid": "XXX",
"automationName": "XCUITest",
"noReset": "true",
"xcodeOrgId": "XXX",
"xcodeSigningId": "XXX",
"app": "/Users/sathya/android-sdks/platform-tools/test.app"
}
答案 0 :(得分:0)
我曾经遇到过同样的错误-无法读取未定义的属性“ count”。 以下步骤可帮助我解决错误。