1.清理了xcode环境,重新安装xcode,appium,xcuitest,删掉钥匙密钥的Apple W……证书,手动配置webdriver,然后appium启动,appium inspector配置
{
"platformName": "iOS",
"appium:platformVersion": "17.5",
"appium:deviceName": "iPhone zt",
"appium:automationName": "XCUITest",
"appium:udid": "00008101-001318122189001E",
"appium:showXcodeLog": true,
"appium:clearSystemFiles": true,
"appium:autoAcceptAlerts": true,
"appium:noReset": true,
"appium:useNewWDA": true,
"appium:wdaLaunchTimeout": 60000,
"appium:usePrebuiltWDA": true
}
WeideMacBook-Pro:~ weisun$ appium [Appium] Welcome to Appium v2.11.3 [Appium] The autodetected Appium home path: /Users/weisun/.appium [Appium] Attempting to load driver uiautomator2... [Appium] Attempting to load driver mac2... [Appium] Attempting to load driver xcuitest... [Appium] Requiring driver at /Users/weisun/.appium/node_modules/appium-uiautomator2-driver/build/index.js [Appium] Requiring driver at /Users/weisun/.appium/node_modules/appium-mac2-driver/build/index.js [Appium] Requiring driver at /Users/weisun/.appium/node_modules/appium-xcuitest-driver/build/index.js [Appium] AndroidUiautomator2Driver has been successfully loaded in 2.745s [Appium] Mac2Driver has been successfully loaded in 2.745s [Appium] XCUITestDriver has been successfully loaded in 2.744s [Appium] Appium REST http interface listener started on http://0.0.0.0:4723 [Appium] You can provide the following URLs in your client code to connect to this server: http://127.0.0.1:4723/ (only accessible from the same host) http://192.168.1.107:4723/ http://169.254.3.205:4723/ [Appium] Available drivers: [Appium] - [email protected] (automationName 'UiAutomator2') [Appium] - [email protected] (automationName 'Mac2') [Appium] - [email protected] (automationName 'XCUITest') [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use. [HTTP] --> GET /sessions {} [AppiumDriver@66f1] Calling AppiumDriver.getSessions() with args: [] [AppiumDriver@66f1] Responding to client with driver.getSessions() result: [] [HTTP] <-- GET /sessions 304 9 ms - - [HTTP] --> POST /session {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"17.5","appium:deviceName":"iPhone zt","appium:automationName":"XCUITest","appium:udid":"00008101-001318122189001E","appium:showXcodeLog":true,"appium:clearSystemFiles":true,"appium:autoAcceptAlerts":true,"appium:noReset":true,"appium:useNewWDA":true,"appium:wdaLaunchTimeout":60000,"appium:usePrebuiltWDA":true,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:platformVersion":"17.5","appium:deviceName":"iPhone zt","appium:automationName":"XCUITest","appium:udid":"00008101-001318122189001E","appium:showXcodeLog":true,"appium:clearSystemFiles":true,"appium:autoAcceptAlerts":true,"appium:noReset":true,"appium:useNewWDA":true,"appium:wdaLaunchTimeout":60000,"appium:usePrebuiltWDA":true,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}} [AppiumDriver@66f1] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:platformVersion":"17.5","appium:deviceName":"iPhone zt","appium:automationName":"XCUITest","appium:udid":"00008101-001318122189001E","appium:showXcodeLog":true,"appium:clearSystemFiles":true,"appium:autoAcceptAlerts":true,"appium:noReset":true,"appium:useNewWDA":true,"appium:wdaLaunchTimeout":60000,"appium:usePrebuiltWDA":true,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"17.5","appium:deviceName":"iPhone zt","appium:automationName":"XCUITest","appium:udid":"00008101-001318122189001E","appium:showXcodeLog":true,"appium:clearSystemFiles":true,"appium:autoAcceptAlerts":true,"appium:noReset":true,"appium:useNewWDA":true,"appium:wdaLaunchTimeout":60000,"appium:usePrebuiltWDA":true,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}] [AppiumDriver@66f1] Event 'newSessionRequested' logged at 1723473280054 (22:34:40 GMT+0800 (中国标准时间)) [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS' [Appium] The 'xcuitest' driver was installed and matched caps. [Appium] Will require it at /Users/weisun/.appium/node_modules/appium-xcuitest-driver [Appium] Requiring driver at /Users/weisun/.appium/node_modules/appium-xcuitest-driver/build/index.js [AppiumDriver@66f1] Appium v2.11.3 creating new XCUITestDriver (v7.24.15) session [AppiumDriver@66f1] Checking BaseDriver versions for Appium and XCUITestDriver [AppiumDriver@66f1] Appium's BaseDriver version is 9.11.3 [AppiumDriver@66f1] XCUITestDriver's BaseDriver version is 9.11.3 [XCUITestDriver@b41b] [XCUITestDriver@b41b] Creating session with W3C capabilities: { "alwaysMatch": { "platformName": "iOS", "appium:platformVersion": "17.5", "appium:deviceName": "iPhone zt", "appium:automationName": "XCUITest", "appium:udid": "00008101-001318122189001E", "appium:showXcodeLog": true, "appium:clearSystemFiles": true, "appium:autoAcceptAlerts": true, "appium:noReset": true, "appium:useNewWDA": true, "appium:wdaLaunchTimeout": 60000, "appium:usePrebuiltWDA": true, "appium:includeSafariInWebviews": true, "appium:newCommandTimeout": 3600, "appium:connectHardwareKeyboard": true }, "firstMatch": [ {} ] } [XCUITestDriver@b41b] The desired capabilities include neither an app nor a bundleId. WebDriverAgent will be started without the default app [571c6a11][XCUITestDriver@b41b] Session created with session id: 571c6a11-a999-4563-919f-18818b988cba [571c6a11][XCUITest] Current user: 'weisun' [571c6a11][XCUITestDriver@b41b] Available real devices: 00008101-001318122189001E [571c6a11][XCUITestDriver@b41b] Creating iDevice object with udid '00008101-001318122189001E' [571c6a11][XCUITestDriver@b41b] Determining device to run tests on: udid: '00008101-001318122189001E', real device: true [571c6a11][XCUITestDriver@b41b] Event 'xcodeDetailsRetrieved' logged at 1723473280139 (22:34:40 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Event 'appConfigured' logged at 1723473280139 (22:34:40 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Event 'resetStarted' logged at 1723473280139 (22:34:40 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Reset: fullReset not set. Leaving as is [571c6a11][XCUITestDriver@b41b] Event 'resetComplete' logged at 1723473280140 (22:34:40 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Using WDA path: '/Users/weisun/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [571c6a11][XCUITestDriver@b41b] Using WDA agent: '/Users/weisun/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' [571c6a11][XCUITestDriver@b41b] The pyidevice tool is not present in PATH. Skipping crash logs collection for real devices. [571c6a11][XCUITestDriver@b41b] Event 'logCaptureStarted' logged at 1723473280345 (22:34:40 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Setting up real device [571c6a11][XCUITestDriver@b41b] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found [571c6a11][DevCon Factory] Requesting connection for device 00008101-001318122189001E on local port 8100, device port 8100 [571c6a11][DevCon Factory] Cached connections count: 0 [571c6a11][DevCon Factory] Successfully requested the connection for 00008101-001318122189001E:8100 [571c6a11][XCUITestDriver@b41b] Parsed BUILD_DIR configuration value: '/Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg/Build/Products' [571c6a11][XCUITestDriver@b41b] Got derived data root: '/Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg' [571c6a11][XCUITestDriver@b41b] Starting WebDriverAgent initialization with the synchronization key '/Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg' [571c6a11][XCUITestDriver@b41b] Capability 'useNewWDA' set to true, so uninstalling WDA before proceeding [571c6a11][XCUITestDriver@b41b] Shutting down sub-processes [571c6a11][XCUITestDriver@b41b] Uninstalling WDAs: 'com.yunji.deruiz.xctrunner' [571c6a11][XCUITestDriver@b41b] Event 'wdaUninstalled' logged at 1723473282700 (22:34:42 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Trying to start WebDriverAgent 1 times with 10000ms interval [571c6a11][XCUITestDriver@b41b] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities [571c6a11][XCUITestDriver@b41b] Event 'wdaStartAttempted' logged at 1723473282701 (22:34:42 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Launching WebDriverAgent on the device [571c6a11][XCUITestDriver@b41b] Skipped WDA project cleanup according to the provided capabilities [571c6a11][WebDriverAgent] Killing running processes 'xcodebuild.*00008101-001318122189001E' for the device 00008101-001318122189001E... [571c6a11][WebDriverAgent] 'pgrep -if xcodebuild.*00008101-001318122189001E' didn't detect any matching processes. Return code: 1 [571c6a11][XCUITestDriver@b41b] Beginning test with command 'xcodebuild test-without-building -project /Users/weisun/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg -destination id=00008101-001318122189001E IPHONEOS_DEPLOYMENT_TARGET=17.5 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/weisun/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [571c6a11][XCUITestDriver@b41b] Output from xcodebuild will be logged. To change this, use 'showXcodeLog' desired capability [571c6a11][Xcode] Command line invocation: [571c6a11][XCUITestDriver@b41b] Waiting up to 60000ms for WebDriverAgent to start [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][Xcode] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild test-without-building -project /Users/weisun/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg -destination id=00008101-001318122189001E IPHONEOS_DEPLOYMENT_TARGET=17.5 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO [571c6a11][Xcode] [571c6a11][Xcode] User defaults from command line: [571c6a11][Xcode] IDEDerivedDataPathOverride = /Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg [571c6a11][Xcode] IDEPackageSupportUseBuiltinSCM = YES [571c6a11][Xcode] [571c6a11][Xcode] Build settings from command line: [571c6a11][Xcode] COMPILER_INDEX_STORE_ENABLE = NO [571c6a11][Xcode] GCC_TREAT_WARNINGS_AS_ERRORS = 0 [571c6a11][Xcode] IPHONEOS_DEPLOYMENT_TARGET = 17.5 [571c6a11][Xcode] [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][Xcode] 2024-08-12 22:34:51.810613+0800 WebDriverAgentRunner-Runner[5320:336123] [Default] Running tests... [571c6a11][Xcode] Test Suite 'All tests' started at 2024-08-12 22:34:51.927. [571c6a11][Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2024-08-12 22:34:51.928. [571c6a11][Xcode] Test Suite 'UITestingUITests' started at 2024-08-12 22:34:51.928. [571c6a11][Xcode] t = nans Suite Set Up [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][iProxy@00008101:8100] Connection was refused to port 8100 [571c6a11][XCUITestDriver@b41b] socket hang up [571c6a11][Xcode] 2024-08-12 22:34:52.226119+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] KeyboardAutocorrection [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.226175+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] 2024-08-12 22:34:52.226561+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] "KeyboardAutocorrection_changedAt" [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.226597+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] 2024-08-12 22:34:52.226878+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] "KeyboardAutocorrection_buildAtChange" [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.226906+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] 2024-08-12 22:34:52.227170+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] "KeyboardAutocorrection_previousValue" [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.227197+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] 2024-08-12 22:34:52.227438+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] "KeyboardAutocorrection_analyzedAt" [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.227466+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] 2024-08-12 22:34:52.243542+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] KeyboardPrediction [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.243579+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] 2024-08-12 22:34:52.243941+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] KeyboardShowPredictionBar [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.243970+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] 2024-08-12 22:34:52.244284+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Couldn't write values for keys ( [571c6a11][Xcode] DidShowGestureKeyboardIntroduction [571c6a11][Xcode] ) in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access [571c6a11][Xcode] 2024-08-12 22:34:52.244314+0800 WebDriverAgentRunner-Runner[5320:336123] [User Defaults] Not updating lastKnownShmemState in CFPrefsPlistSource<0x30353a370> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): 64 -> 64 [571c6a11][Xcode] Test Case '-[UITestingUITests testRunner]' started. [571c6a11][Xcode] t = 0.00s Start Test at 2024-08-12 22:34:52.250 [571c6a11][Xcode] t = 0.00s Set Up [571c6a11][Xcode] 2024-08-12 22:34:52.251883+0800 WebDriverAgentRunner-Runner[5320:336123] Built at Aug 12 2024 22:32:25 [571c6a11][Xcode] 2024-08-12 22:34:52.267457+0800 WebDriverAgentRunner-Runner[5320:336123] ServerURLHere->http://192.168.1.100:8100<-ServerURLHere [571c6a11][XCUITestDriver@b41b] Matched '/status' to command name 'getStatus' [571c6a11][XCUITestDriver@b41b] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [571c6a11][Xcode] 2024-08-12 22:34:52.983952+0800 WebDriverAgentRunner-Runner[5320:336123] Using singleton test manager [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":{"build":{"upgradedAt":"1723362927091","version":"8.9.1","time":"Aug 12 2024 22:32:25","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.4","version":"17.5.1"},"device":"iphone","ios":{"ip":"192.168.1.100"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null} [571c6a11][XCUITestDriver@b41b] WebDriverAgent information: [571c6a11][XCUITestDriver@b41b] { "build": { "upgradedAt": "1723362927091", "version": "8.9.1", "time": "Aug 12 2024 22:32:25", "productBundleIdentifier": "com.facebook.WebDriverAgentRunner" }, "os": { "testmanagerdVersion": 65535, "name": "iOS", "sdkVersion": "17.4", "version": "17.5.1" }, "device": "iphone", "ios": { "ip": "192.168.1.100" }, "message": "WebDriverAgent is ready to accept commands", "state": "success", "ready": true } [571c6a11][XCUITestDriver@b41b] WebDriverAgent successfully started after 10091ms [571c6a11][XCUITestDriver@b41b] Event 'wdaSessionAttempted' logged at 1723473292826 (22:34:52 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Sending createSession command to WDA [571c6a11][XCUITestDriver@b41b] Matched '/session' to command name 'createSession' [571c6a11][XCUITestDriver@b41b] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":false,"forceAppLaunch":false,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false,"defaultAlertAction":"accept"}],"alwaysMatch":{}}} [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":{"sessionId":"B93FC40C-0F9B-49D7-865A-96D9E6467385","capabilities":{"sdkVersion":"17.5.1","device":"iphone"}},"sessionId":"B93FC40C-0F9B-49D7-865A-96D9E6467385"} [571c6a11][XCUITestDriver@b41b] Determined the downstream protocol as 'W3C' [571c6a11][XCUITestDriver@b41b] WDA session startup took 10ms [571c6a11][XCUITestDriver@b41b] Event 'wdaSessionStarted' logged at 1723473292837 (22:34:52 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Event 'wdaStarted' logged at 1723473292838 (22:34:52 GMT+0800 (中国标准时间)) [571c6a11][BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it [571c6a11][BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it [571c6a11][AppiumDriver@66f1] New XCUITestDriver session created successfully, session 571c6a11-a999-4563-919f-18818b988cba added to master session list [571c6a11][AppiumDriver@66f1] Event 'newSessionStarted' logged at 1723473292839 (22:34:52 GMT+0800 (中国标准时间)) [571c6a11][XCUITestDriver@b41b] Cached the protocol value 'W3C' for the new session 571c6a11-a999-4563-919f-18818b988cba [571c6a11][XCUITestDriver@b41b] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"17.5","deviceName":"iPhone zt","automationName":"XCUITest","udid":"00008101-001318122189001E","showXcodeLog":true,"clearSystemFiles":true,"autoAcceptAlerts":true,"noReset":true,"useNewWDA":true,"wdaLaunchTimeout":60000,"usePrebuiltWDA":true,"includeSafariInWebviews":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true}} [571c6a11][HTTP] <-- POST /session 200 12788 ms - 643 [571c6a11][Xcode] t = 0.78s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 0.83s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 0.93s Find: Descendants matching type Any [571c6a11][Xcode] t = 0.94s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/screenshot {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getScreenshot() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getScreenshot' [571c6a11][XCUITestDriver@b41b] Taking screenshot with WDA [571c6a11][XCUITestDriver@b41b] Matched '/screenshot' to command name 'getScreenshot' [571c6a11][XCUITestDriver@b41b] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/B93FC40C-0F9B-49D7-865A-96D9E6467385/screenshot] with no body [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAABQSgAwAEAAAAAQAACtoAAAAARfIQuAAAAAlwSFlzAAALEwAACxMBAJqcGAAAABxpRE9UAAAAAgAAAAAAAAVtAAAAKAAABW0AAAVtAA41IFcHYmIAAEAASURBVHgB7L35rz3Zdd3nP8qGBwR2kPgHBwjiH/yT5QxOgsCw4QQOkhhGgCAObNjiJMmWYsmSLMpy5NiSh1iWyO4m2Zy6m6RFDRw0UGTPTTbJ5iDOFElJWVXr1qfW3edU3brTG779HgqFdfZee599xqp9q+59f+Tvve2THG94+yfz+Ptv/5SLBnlOWmJMJDzIh5xMhOkWnNq0gpAAcjIRJhOc2rSCkAByMhEmE5zatIKQAHIyEb7x7c9yYIVWkrSCkAByMhEmE5zatIKQAHIyESYTnNq0gpAAcjIRJhOc2rSCkAAy/SyAMJlga9/42Kd0fP9jzxosnQ8SlgwtXzGX6k2PvdAeKyZtXQfJBwmtz5TIXEcb5IPkjvXAcx6pY4e75bNMDFhKBnkuTIqYSHKQDzmZCPGZILVplRywCVw9N4I3vK1zVcVnAoLJSBAmE5zatIKQAHIyESrOjS0yjXapCjnR8f2PPa/zuHk+/8a3X/zQ5U8+hw1ZhyvlnM1MbKYlaZUcMORkIoSWILVplRww5GQihJYgtWmVHDDkZCKEliC1aZUcMORkIoSWILVplRww5GQihJYgtWmVHGNdidoNKi9PB/GKuVTd445t7J07hBuL8A2PP+fjzY+/eNXjnBatDHHOn5xpOQPbWZfatGqZkphwcB52CJE... [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAABQSgAwAEAAAAAQAACtoAAAAARfIQuAAAAAlwSFlzAAALEwAACxMBAJqcGAAAABxpRE9UAAAAAgAAAAAAAAVtAAAAKAAABW0AAAVtAA41IFcHYmIAAEAASURBVHgB7L35rz3Zdd3nP8qGBwR2kPgHBwjiH/yT5QxOgsCw4QQOkhhGgCAObNjiJMmWYsmSLMpy5NiSh1iWyO4m2Zy6m6RFDRw0UGTPTTbJ5iDOFElJWVXr1qfW3edU3brTG779HgqFdfZee599xqp9q+59f+Tvve2THG94+yfz+Ptv/5SLBnlOWmJMJDzIh5xMhOkWnNq0gpAAcjIRJhOc2rSCkAByMhEmE5zatIKQAHIyEb7x7c9yYIVWkrSCkAByMhEmE5zatIKQAHIyESYTnNq0gpAAcjIRJhOc2rSCkAAy/SyAMJlga9/42Kd0fP9jzxosnQ8SlgwtXzGX6k2PvdAeKyZtXQfJBwmtz5TIXEcb5IPkjvXAcx6pY4e75bNMDFhKBnkuTIqYSHKQDzmZCPGZILVplRywCVw9N4I3vK1zVcVnAoLJSBAmE5zatIKQAHIyESrOjS0yjXapCjnR8f2PPa/zuHk+/8a3X/zQ5U8+hw1ZhyvlnM1MbKYlaZUcMORkIoSWILVplRww5GQihJYgtWmVHDDkZCKEliC1aZUcMORkIoSWILVplRww5GQihJYgtWmVHGNdidoNKi9PB/GKuVTd445t7J07hBuL8A2PP+fjzY+/eNXjnBatDHHOn5xpOQPbWZfatGqZkphwcB52CJEazPeu401p... [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/screenshot 200 452 ms - 2306076 [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/window/rect {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getWindowRect() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getWindowRect' [571c6a11][XCUITestDriver@b41b] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/B93FC40C-0F9B-49D7-865A-96D9E6467385/window/size] with no body [571c6a11][Xcode] 2024-08-12 22:34:54.350832+0800 WebDriverAgentRunner-Runner[5320:336123] Getting the most recent active application (out of 1 total items) [571c6a11][Xcode] t = 2.11s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":{"width":428,"height":926},"sessionId":"B93FC40C-0F9B-49D7-865A-96D9E6467385"} [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getWindowRect() result: {"width":428,"height":926,"x":0,"y":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/window/rect 200 185 ms - 48 [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/source {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getPageSource() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getPageSource' [571c6a11][XCUITestDriver@b41b] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource' [571c6a11][XCUITestDriver@b41b] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/B93FC40C-0F9B-49D7-865A-96D9E6467385/source?format=xml&scope=AppiumAUT] with no body [571c6a11][Xcode] 2024-08-12 22:34:54.496108+0800 WebDriverAgentRunner-Runner[5320:336123] Getting the most recent active application (out of 1 total items) [571c6a11][Xcode] 2024-08-12 22:34:54.498219+0800 WebDriverAgentRunner-Runner[5320:336123] The following attributes were requested to be included into the XML: {( [571c6a11][Xcode] FBIndexAttribute, [571c6a11][Xcode] FBXAttribute, [571c6a11][Xcode] FBNameAttribute, [571c6a11][Xcode] FBHeightAttribute, [571c6a11][Xcode] FBAccessibleAttribute, [571c6a11][Xcode] FBValueAttribute, [571c6a11][Xcode] FBVisibleAttribute, [571c6a11][Xcode] FBWidthAttribute, [571c6a11][Xcode] FBEnabledAttribute, [571c6a11][Xcode] FBTypeAttribute, [571c6a11][Xcode] FBYAttribute, [571c6a11][Xcode] FBLabelAttribute [571c6a11][Xcode] )} [571c6a11][Xcode] 2024-08-12 22:34:54.498436+0800 WebDriverAgentRunner-Runner[5320:336123] Waiting up to 2s until com.apple.springboard is in idle state (including animations) [571c6a11][Xcode] t = 2.25s Wait for com.apple.springboard to idle [571c6a11][Xcode] t = 2.25s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\" \" label=\" \" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"100\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementT... [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\" \" label=\" \" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"926\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"428\" height=\"100\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementTypeOther ... [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/source 200 1904 ms - 54325 [571c6a11][Xcode] t = 4.14s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 4.14s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 4.21s Find: Descendants matching type Any [571c6a11][Xcode] t = 4.21s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 6.28s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 6.28s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 6.37s Find: Descendants matching type Any [571c6a11][Xcode] t = 6.37s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 8.40s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 8.41s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 8.51s Find: Descendants matching type Any [571c6a11][Xcode] t = 8.51s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 10.53s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 10.54s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 10.64s Find: Descendants matching type Any [571c6a11][Xcode] t = 10.64s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 12.67s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 12.67s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 12.79s Find: Descendants matching type Any [571c6a11][Xcode] t = 12.79s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 14.82s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 14.82s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 14.95s Find: Descendants matching type Any [571c6a11][Xcode] t = 14.95s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 16.99s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 16.99s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 17.12s Find: Descendants matching type Any [571c6a11][Xcode] t = 17.12s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 19.23s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 19.23s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 19.37s Find: Descendants matching type Any [571c6a11][Xcode] t = 19.37s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getTimeouts() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getTimeouts' [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 200 2 ms - 42 [571c6a11][Xcode] t = 21.40s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 21.40s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 21.53s Find: Descendants matching type Any [571c6a11][Xcode] t = 21.53s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 23.61s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 23.61s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 23.73s Find: Descendants matching type Any [571c6a11][Xcode] t = 23.74s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 25.79s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 25.79s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 25.92s Find: Descendants matching type Any [571c6a11][Xcode] t = 25.92s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 28.04s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 28.05s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 28.13s Find: Descendants matching type Any [571c6a11][Xcode] t = 28.13s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 30.15s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 30.16s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 30.29s Find: Descendants matching type Any [571c6a11][Xcode] t = 30.29s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 32.32s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 32.32s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 32.45s Find: Descendants matching type Any [571c6a11][Xcode] t = 32.45s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 34.55s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 34.56s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][HTTP] --> POST /session/571c6a11-a999-4563-919f-18818b988cba/element {"using":"-ios class chain","value":"**/XCUIElementTypeWindow[3]/XCUIElementTypeOther/XCUIElementTypeOther[2]"} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeWindow[3]/XCUIElementTypeOther/XCUIElementTypeOther[2]","571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'findElement' [571c6a11][XCUITestDriver@b41b] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector [571c6a11][XCUITestDriver@b41b] Waiting up to 0 ms for condition [571c6a11][XCUITestDriver@b41b] Matched '/element' to command name 'findElement' [571c6a11][XCUITestDriver@b41b] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/B93FC40C-0F9B-49D7-865A-96D9E6467385/element] with body: {"using":"class chain","value":"**/XCUIElementTypeWindow[3]/XCUIElementTypeOther/XCUIElementTypeOther[2]"} [571c6a11][Xcode] t = 34.69s Find: Descendants matching type Any [571c6a11][Xcode] t = 34.69s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] 2024-08-12 22:35:26.964181+0800 WebDriverAgentRunner-Runner[5320:336123] Getting the most recent active application (out of 1 total items) [571c6a11][Xcode] t = 34.72s Get all elements bound by accessibility element for: Descendants matching type Window [571c6a11][Xcode] t = 34.72s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 34.85s Find: Descendants matching type Window [571c6a11][Xcode] t = 34.92s Get all elements bound by accessibility element for: Children matching type Other [571c6a11][Xcode] t = 34.92s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 35.05s Find: Descendants matching type Window [571c6a11][Xcode] t = 35.05s Find: Identity Binding [571c6a11][Xcode] t = 35.05s Find: Children matching type Other [571c6a11][Xcode] t = 35.05s Find: Children matching type Other [571c6a11][Xcode] t = 35.07s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 35.17s Find: Descendants matching type Window [571c6a11][Xcode] t = 35.17s Find: Identity Binding [571c6a11][Xcode] t = 35.17s Find: Children matching type Other [571c6a11][Xcode] t = 35.17s Find: Children matching type Other [571c6a11][Xcode] t = 35.17s Find: Identity Binding [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":{"ELEMENT":"41000000-0000-0000-2200-000000000000","element-6066-11e4-a52e-4f735466cecf":"41000000-0000-0000-2200-000000000000"},"sessionId":"B93FC40C-0F9B-49D7-865A-96D9E6467385"} [571c6a11][XCUITestDriver@b41b] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"41000000-0000-0000-2200-000000000000","ELEMENT":"41000000-0000-0000-2200-000000000000"} [571c6a11][HTTP] <-- POST /session/571c6a11-a999-4563-919f-18818b988cba/element 200 501 ms - 137 [571c6a11][Xcode] t = 36.75s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 36.75s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 36.88s Find: Descendants matching type Any [571c6a11][Xcode] t = 36.88s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 38.92s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 38.93s Requesting snapshot of accessibility hierarchy for app with pid 34 [571c6a11][Xcode] t = 39.06s Find: Descendants matching type Any [571c6a11][Xcode] t = 39.06s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getTimeouts() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getTimeouts' [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 304 2 ms - - [571c6a11][Xcode] t = 41.30s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 41.40s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][Xcode] t = 42.07s Find: Descendants matching type Any [571c6a11][Xcode] t = 42.07s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 44.13s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 44.13s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][Xcode] t = 56.28s Find: Descendants matching type Any [571c6a11][Xcode] t = 56.29s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 58.45s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 58.45s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][Xcode] t = 59.88s Find: Descendants matching type Any [571c6a11][Xcode] t = 59.88s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getTimeouts() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getTimeouts' [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 304 2 ms - - [571c6a11][Xcode] t = 62.03s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 62.03s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][Xcode] t = 63.85s Find: Descendants matching type Any [571c6a11][Xcode] t = 63.86s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 63.90s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][Xcode] t = 63.92s Find: Descendants matching type Any [571c6a11][Xcode] t = 63.92s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 63.92s Find: Element at index 0 [571c6a11][Xcode] t = 66.04s Get all elements bound by index for: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 66.05s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][Xcode] t = 77.12s Find: Descendants matching type Any [571c6a11][Xcode] t = 77.13s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] t = 77.20s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/screenshot {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getScreenshot() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getScreenshot' [571c6a11][XCUITestDriver@b41b] Taking screenshot with WDA [571c6a11][XCUITestDriver@b41b] Matched '/screenshot' to command name 'getScreenshot' [571c6a11][XCUITestDriver@b41b] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/B93FC40C-0F9B-49D7-865A-96D9E6467385/screenshot] with no body [571c6a11][Xcode] t = 78.35s Find: Descendants matching type Any [571c6a11][Xcode] t = 78.36s Find: Elements matching predicate 'elementType IN {7, 5, 46}' [571c6a11][Xcode] 2024-08-12 22:36:10.663833+0800 WebDriverAgentRunner-Runner[5320:336123] Got an unexpected exception while monitoring alerts: The previously found element "Any (Element at index 0)" is not present in the current view anymore. Make sure the application UI has the expected state. Original error: No matches found for Elements matching predicate 'elementType IN {7, 5, 46}' from input {( [571c6a11][Xcode] Window, [571c6a11][Xcode] Window, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] TabBar, [571c6a11][Xcode] Other, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, Selected, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Other, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] NavigationBar, [571c6a11][Xcode] Other, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Button, [571c6a11][Xcode] Other, [571c6a11][Xcode] Button, [571c6a11][Xcode] Other, [571c6a11][Xcode] Image, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] Table, [571c6a11][Xcode] SearchField, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Other, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Cell, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] SearchField, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Button, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] Other, [571c6a11][Xcode] StaticText, [571c6a11][Xcode] St<…> [571c6a11][Xcode] <decode: missing data> [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAABQSgAwAEAAAAAQAACtoAAAAARfIQuAAAAAlwSFlzAAALEwAACxMBAJqcGAAAABxpRE9UAAAAAgAAAAAAAAVtAAAAKAAABW0AAAVtAASxMBjIqp8AAEAASURBVHgB7J0H3FxFuf+vF/tfxat4L0WqIE1AQBGI0hGkNw1SQhdBpAgKSOgloUlLCE2KgCCIQCCFmgakdxIIIT0kIQmE3sn7/8GByWRO2Zndc86W97sfPzhnzjPP88z3bN7d3077r1eKf71a2Kv43IkAAQhAAAIQgAAEIAABCEAAAksIFCbvXl0So5TSf5UQpWVglcCKEBCAAAQgAAEIQAACEIAABBqZQMvoO8RwI7/NyA0CEIAABCAAAQhAAAIQgEBjEUAMBzyPloEV0GdMIQABCEAAAhCAAAQgAAEItCKBltF3jAy34tuTPkEAAhCAAAQgAAEIQAACECiGAGI4gGvLwAroM6YQgAAEIAABCEAAAhCAAARakUDL6DtGhlvx7UmfIAABCEAAAhCAAAQgAAEIFEMAMRzAtWVgBfQZUwhAAAIQgAAEIAABCEAAAq1IoGX0HSPDrfj2pE8QgAAEIAABCEAAAhCAAASKIYAYDuDaMrAC+owpBCAAAQhAAAIQgAAEIACBViTQMvqOkeFWfHvSJwhAAAIQgAAEIAABCEAAAsUQQAwHcG0ZWAF9xhQCEIAABCAAAQhAAAIQgEArEmgZfcfIcCu+PekTBCAAAQhAAAIQgAAEIACBYggghgO4tgysgD5jCgEIQAACEIAABCAAAQhAoBU... [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAABQSgAwAEAAAAAQAACtoAAAAARfIQuAAAAAlwSFlzAAALEwAACxMBAJqcGAAAABxpRE9UAAAAAgAAAAAAAAVtAAAAKAAABW0AAAVtAASxMBjIqp8AAEAASURBVHgB7J0H3FxFuf+vF/tfxat4L0WqIE1AQBGI0hGkNw1SQhdBpAgKSOgloUlLCE2KgCCIQCCFmgakdxIIIT0kIQmE3sn7/8GByWRO2Zndc86W97sfPzhnzjPP88z3bN7d3077r1eKf71a2Kv43IkAAQhAAAIQgAAEIAABCEAAAksIFCbvXl0So5TSf5UQpWVglcCKEBCAAAQgAAEIQAACEIAABBqZQMvoO8RwI7/NyA0CEIAABCAAAQhAAAIQgEBjEUAMBzyPloEV0GdMIQABCEAAAhCAAAQgAAEItCKBltF3jAy34tuTPkEAAhCAAAQgAAEIQAACECiGAGI4gGvLwAroM6YQgAAEIAABCEAAAhCAAARakUDL6DtGhlvx7UmfIAABCEAAAhCAAAQgAAEIFEMAMRzAtWVgBfQZUwhAAAIQgAAEIAABCEAAAq1IoGX0HSPDrfj2pE8QgAAEIAABCEAAAhCAAASKIYAYDuDaMrAC+owpBCAAAQhAAAIQgAAEIACBViTQMvqOkeFWfHvSJwhAAAIQgAAEIAABCEAAAsUQQAwHcG0ZWAF9xhQCEIAABCAAAQhAAAIQgEArEmgZfcfIcCu+PekTBCAAAQhAAAIQgAAEIACBYggghgO4tgysgD5jCgEIQAACEIAABCAAAQhAoBUJtIy+Y2S4... [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/screenshot 200 486 ms - 895680 [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/window/rect {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getWindowRect() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getWindowRect' [571c6a11][XCUITestDriver@b41b] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/B93FC40C-0F9B-49D7-865A-96D9E6467385/window/size] with no body [571c6a11][Xcode] 2024-08-12 22:36:11.097376+0800 WebDriverAgentRunner-Runner[5320:336123] Getting the most recent active application (out of 1 total items) [571c6a11][Xcode] t = 78.85s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][XCUITestDriver@b41b] Got response with status 200: {"value":{"width":428,"height":926},"sessionId":"B93FC40C-0F9B-49D7-865A-96D9E6467385"} [571c6a11][XCUITestDriver@b41b] Responding to client with driver.getWindowRect() result: {"width":428,"height":926,"x":0,"y":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/window/rect 304 1184 ms - - [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/source {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getPageSource() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getPageSource' [571c6a11][XCUITestDriver@b41b] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource' [571c6a11][XCUITestDriver@b41b] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/B93FC40C-0F9B-49D7-865A-96D9E6467385/source?format=xml&scope=AppiumAUT] with no body [571c6a11][Xcode] 2024-08-12 22:36:12.248454+0800 WebDriverAgentRunner-Runner[5320:336123] Getting the most recent active application (out of 1 total items) [571c6a11][Xcode] 2024-08-12 22:36:12.251181+0800 WebDriverAgentRunner-Runner[5320:336123] The following attributes were requested to be included into the XML: {( [571c6a11][Xcode] FBIndexAttribute, [571c6a11][Xcode] FBXAttribute, [571c6a11][Xcode] FBNameAttribute, [571c6a11][Xcode] FBHeightAttribute, [571c6a11][Xcode] FBAccessibleAttribute, [571c6a11][Xcode] FBValueAttribute, [571c6a11][Xcode] FBVisibleAttribute, [571c6a11][Xcode] FBWidthAttribute, [571c6a11][Xcode] FBEnabledAttribute, [571c6a11][Xcode] FBTypeAttribute, [571c6a11][Xcode] FBYAttribute, [571c6a11][Xcode] FBLabelAttribute [571c6a11][Xcode] )} [571c6a11][Xcode] 2024-08-12 22:36:12.251273+0800 WebDriverAgentRunner-Runner[5320:336123] Waiting up to 2s until com.tencent.xin is in idle state (including animations) [571c6a11][Xcode] t = 80.00s Wait for com.tencent.xin to idle [571c6a11][Xcode] t = 80.01s Requesting snapshot of accessibility hierarchy for app with pid 3250 [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getTimeouts() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getTimeouts' [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getTimeouts() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getTimeouts' [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getTimeouts() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getTimeouts' [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][XCUITestDriver@b41b] Calling AppiumDriver.getTimeouts() with args: ["571c6a11-a999-4563-919f-18818b988cba"] [571c6a11][XCUITestDriver@b41b] Executing command 'getTimeouts' ^C[Appium] Received SIGINT - shutting down [AppiumDriver@66f1] Cleaning up 1 active session [AppiumDriver@66f1] Ending session, cause was 'The process has received SIGINT signal' [AppiumDriver@66f1] Removing session '571c6a11-a999-4563-919f-18818b988cba' from our master session list [XCUITestDriver@b41b] Shutting down sub-processes [WebDriverAgent] Shutting down 'xcodebuild' process (pid '2994') [WebDriverAgent] Sending 'SIGTERM'... [571c6a11][AppiumDriver@66f1] Encountered internal error running command: Error: The process has received SIGINT signal at /usr/local/lib/node_modules/appium/lib/appium.js:949:49 at Array.map (<anonymous>) at AppiumDriver.deleteAllSessions (/usr/local/lib/node_modules/appium/lib/appium.js:948:33) at AppiumDriver.shutdown (/usr/local/lib/node_modules/appium/lib/appium.js:195:16) at process.onSignal (/usr/local/lib/node_modules/appium/lib/main.js:440:28) at Object.onceWrapper (node:events:634:26) at process.emit (node:events:531:35) at process.emit (/usr/local/lib/node_modules/appium/node_modules/source-map-support/source-map-support.js:516:21) at Signal.callbackTrampoline (node:internal/async_hooks:130:17) [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/source 500 99100 ms - 762 [571c6a11][Xcode] ** BUILD INTERRUPTED ** [571c6a11][Xcode] xcodebuild exited with code 'null' and signal 'SIGTERM' [571c6a11][AppiumDriver@66f1] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 304 98152 ms - - [571c6a11][AppiumDriver@66f1] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 200 57771 ms - 42 [571c6a11][AppiumDriver@66f1] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 200 37906 ms - 42 [DevCon Factory] Releasing connections for 00008101-001318122189001E device on any port number [DevCon Factory] Found cached connections to release: ["00008101-001318122189001E:8100"] [DevCon Factory] Releasing the listener for '00008101-001318122189001E:8100' [iProxy@00008101:8100] Closing the connection [DevCon Factory] Cached connections count: 0 [571c6a11][AppiumDriver@66f1] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 200 18175 ms - 42 [571c6a11][iProxy@00008101:8100] The connection has been closed [571c6a11][HTTP] --> GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts {} [571c6a11][AppiumDriver@66f1] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started at asyncHandler (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:309:15) at /usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:512:15 at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) at Route.dispatch (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) at /usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 at param (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) at param (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) at Function.process_params (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) at logger (/usr/local/lib/node_modules/appium/node_modules/morgan/index.js:144:5) at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) at /usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) at jsonParser (/usr/local/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) at /usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) at trim_prefix (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) at /usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) at methodOverride (/usr/local/lib/node_modules/appium/node_modules/method-override/index.js:65:14) at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) at /usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) at urlencodedParser (/usr/local/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) at /usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [571c6a11][HTTP] <-- GET /session/571c6a11-a999-4563-919f-18818b988cba/timeouts 404 15 ms - 4448 [571c6a11][XCUITestDriver@b41b] socket hang up [XCUITest] Did not find the temporary XCTest logs root at '/var/folders/8p/lf91m7vx18xdyjsxtnvkmffm0000gn/T/com.apple.dt.XCTest*/' [XCUITest] Cleaning test logs in '/Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg/Logs' folder [XCUITest] Clearing log files [XCUITest] Deleting '/Users/weisun/Library/Developer/Xcode/DerivedData/WebDriverAgent-cjzswfqawlndrcdbvvaqkpcctujg/Logs'. Freeing 5.4M. [XCUITest] Finished clearing log files [HTTP] Closing Appium HTTP server [HTTP] Appium HTTP server has been succesfully closed after 1ms WeideMacBook-Pro:~ weisun$ appium
标签:Appium,Xcode,IOS,StaticText,appium,Cell,Other,571c6a11,日志 From: https://www.cnblogs.com/drct/p/18355884