appium / appium

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
http://appium.io/
Apache License 2.0
18.86k stars 6.08k forks source link

appium1.7 on xcode9 simulator can't run #9506

Closed ybb8131225 closed 6 years ago

ybb8131225 commented 7 years ago

The problem

when test application at the beginning,it's stuck,no error

Environment

Details

my capabilities: capabilities.setCapability("platformName", "ios"); capabilities.setCapability("bundleId", "com.gotokeep.keep"); capabilities.setCapability("udid", "2825875A-5809-42D8-ADE2-694226C020DB"); capabilities.setCapability("deviceName", "iPhone Simulator"); capabilities.setCapability("automationName", "XCUITest"); capabilities.setCapability("app", appIOS.getAbsolutePath()); capabilities.setCapability("autoAcceptAlerts", true); capabilities.setCapability("locationServicesAuthorized", true); capabilities.setCapability("noReset", true); capabilities.setCapability("useNewWDA", true);

Link to Appium logs

[~/npm-global]$appium --session-override [Appium] Welcome to Appium v1.7.1 [Appium] Non-default server args: [Appium] sessionOverride: true [Appium] Appium REST http interface listener started on 0.0.0.0:4723 [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/sunyingying/autotest/KeepTestApp/apps/Keep.app","noReset":true,"bundleId":"com.gotokeep.keep","deviceName":"iPhone Simulator","locationServicesAuthorized":true,"automationName":"XCUITest","useNewWDA":true,"unicodeKeyboard":true,"platformName":"iOS","udid":"2825875A-5809-42D8-ADE2-694226C020DB","resetKeyboard":true,"autoAcceptAlerts":true}} [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/sunyingying/autotest/KeepTestApp/apps/Keep.app","noReset":true,"bundleId":"com.gotokeep.keep","deviceName":"iPhone Simulator","locationServicesAuthorized":true,"automationName":"XCUITest","useNewWDA":true,"unicodeKeyboard":true,"platformName":"iOS","udid":"2825875A-5809-42D8-ADE2-694226C020DB","resetKeyboard":true,"autoAcceptAlerts":true},null,null] [debug] [BaseDriver] Event 'newSessionRequested' logged at 1508744312855 (15:38:32 GMT+0800 (CST)) [Appium] Creating new XCUITestDriver (v2.51.1) session [Appium] Capabilities: [Appium] app: '/Users/sunyingying/autotest/KeepTestApp/apps/Keep.app' [Appium] noReset: true [Appium] bundleId: 'com.gotokeep.keep' [Appium] deviceName: 'iPhone Simulator' [Appium] locationServicesAuthorized: true [Appium] automationName: 'XCUITest' [Appium] useNewWDA: true [Appium] unicodeKeyboard: true [Appium] platformName: 'iOS' [Appium] udid: '2825875A-5809-42D8-ADE2-694226C020DB' [Appium] resetKeyboard: true [Appium] autoAcceptAlerts: true [BaseDriver] The following capabilities were provided, but are not recognized by appium: unicodeKeyboard, resetKeyboard. [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly. [BaseDriver] Session created with session id: 2ca4ffee-8c94-4b04-b4dd-9c8023d825bd [debug] [XCUITest] Xcode version set to '9.0.1' (tools v9.0.1.0.1.1506734476) [debug] [XCUITest] iOS SDK Version set to '11.0' [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1508744312970 (15:38:32 GMT+0800 (CST)) [debug] [XCUITest] Changing deviceName from 'iPhone Simulator' to 'iPhone 6' [iOSSim] Constructing iOS simulator for Xcode version 9.0.1 with udid '2825875A-5809-42D8-ADE2-694226C020DB' [XCUITest] Determining device to run tests on: udid: '2825875A-5809-42D8-ADE2-694226C020DB', real device: false [XCUITest] No platformVersion specified. Using device version: '11.0' [BaseDriver] Using local app '/Users/sunyingying/autotest/KeepTestApp/apps/Keep.app' [debug] [BaseDriver] Event 'appConfigured' logged at 1508744313368 (15:38:33 GMT+0800 (CST)) [debug] [XCUITest] Checking whether app '/Users/sunyingying/autotest/KeepTestApp/apps/Keep.app' is actually present on file system [debug] [XCUITest] App is present [debug] [BaseDriver] Event 'resetStarted' logged at 1508744313370 (15:38:33 GMT+0800 (CST)) [debug] [XCUITest] Reset: noReset is on. Leaving simulator as is [debug] [BaseDriver] Event 'resetComplete' logged at 1508744313371 (15:38:33 GMT+0800 (CST)) [debug] [iOSLog] Starting iOS 11.0 simulator log capture [debug] [iOSLog] System log path: /Users/sunyingying/Library/Logs/CoreSimulator/2825875A-5809-42D8-ADE2-694226C020DB/system.log [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1508744313390 (15:38:33 GMT+0800 (CST)) [XCUITest] Setting up simulator [debug] [iOS] No reason to set locale [debug] [iOS] Setting iOS and app preferences [debug] [iOSSim] Checking whether simulator has been run before [debug] [iOSSim] Simulator has been run before [debug] [iOS] Setting location services to 1 [debug] [iOS] Authorizing location services for app [debug] [iOSSim] Updating location client file: /Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/locationd/clients.plist [debug] [iOS] Updated plist files, rebooting the simulator if it's already open [debug] [iOS] Killing the simulator [debug] [iOSSim] Setting common Simulator preferences to {"ConnectHardwareKeyboard":false} [debug] [iOSSim] Updated shared Simulator preferences at '/Users/sunyingying/Library/Preferences/com.apple.iphonesimulator.plist' with {"ConnectHardwareKeyboard":false} [debug] [iOSSim] The count of running Simulator UI client instances is 0 [iOSSim] Booting Simulator with UDID 2825875A-5809-42D8-ADE2-694226C020DB... [iOSSim] Starting Simulator UI with command: open -Fn /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID 2825875A-5809-42D8-ADE2-694226C020DB -ConnectHardwareKeyboard 0 [debug] [iOSSim] The count of running Simulator UI client instances is 1 [iOSSim] Simulator with UDID 2825875A-5809-42D8-ADE2-694226C020DB booted in 11 seconds [debug] [BaseDriver] Event 'simStarted' logged at 1508744325562 (15:38:45 GMT+0800 (CST)) [debug] [XCUITest] App 'com.gotokeep.keep' is already installed. No need to reinstall. [debug] [BaseDriver] Event 'appInstalled' logged at 1508744325987 (15:38:45 GMT+0800 (CST)) [XCUITest] Using WDA path: '/Users/sunyingying/npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent' [XCUITest] Using WDA agent: '/Users/sunyingying/npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj' [debug] [XCUITest] Capability 'useNewWDA' set to true, so uninstalling WDA before proceeding [XCUITest] Shutting down sub-processes [debug] [XCUITest] Removing WDA application from device [debug] [BaseDriver] Event 'wdaUninstalled' logged at 1508744327832 (15:38:47 GMT+0800 (CST)) [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1508744327835 (15:38:47 GMT+0800 (CST)) [XCUITest] Launching WebDriverAgent on the device [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage' [debug] [XCUITest] Killing running processes 'xcodebuild.2825875A-5809-42D8-ADE2-694226C020DB, iproxy 8100, 2825875A-5809-42D8-ADE2-694226C020DB.XCTRunner' for the device 2825875A-5809-42D8-ADE2-694226C020DB... [debug] [XCUITest] 'pgrep -nif xcodebuild.2825875A-5809-42D8-ADE2-694226C020DB' didn't detect any matching processes. Return code: 1 [debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1 [debug] [XCUITest] 'pgrep -nif 2825875A-5809-42D8-ADE2-694226C020DB.XCTRunner' didn't detect any matching processes. Return code: 1 [debug] [XCUITest] Using Xcode 9.0.1, so fixing WDA codebase [debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/sunyingying/npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=2825875A-5809-42D8-ADE2-694226C020DB IPHONEOS_DEPLOYMENT_TARGET=11.0' in directory '/Users/sunyingying/npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent' [debug] [XCUITest] Output from xcodebuild will not be logged. To see xcode logging, use 'showXcodeLog' desired capability [debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [XCUITest] Log file for xcodebuild test: /var/folders/g6/ndfx02d53g9g6x3wsxwgtbgh0000gn/T/com.apple.dt.XCTest/IDETestRunSession-A4B5E695-6B7A-41AF-90F8-DE9CE789E3E3/WebDriverAgentRunner-55A027EC-A4F2-4388-95C0-2F0774C6F832/Session-WebDriverAgentRunner-2017-10-23_153852-XOmqw3.log [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"11.0.1\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"11.0.1\",\n \"ip\" : \"10.2.0.57\"\n },\n \"build\" : {\n \"time\" : \"Oct 19 2017 18:23:22\"\n }\n },\n \"sessionId\" : \"ADFBB522-47E4-4BE4-841E-6D2440E1457C\",\n \"status\" : 0\n}" [debug] [XCUITest] WebDriverAgent running on ip '10.2.0.57' [debug] [XCUITest] WebDriverAgent successfully started after 9311ms [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508744337343 (15:38:57 GMT+0800 (CST)) [debug] [XCUITest] Sending createSession command to WDA [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.gotokeep.keep","arguments":[],"environment":{},"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}

Code To Reproduce Issue [ Good To Have ]

In the simulator click on the control also did not respond But i found : if my capabilities like this:

    capabilities.setCapability("platformName", "ios");
    capabilities.setCapability("bundleId", "com.gotokeep.keep");
    //capabilities.setCapability("udid", "2825875A-5809-42D8-ADE2-694226C020DB");
    capabilities.setCapability("deviceName", "iPhone Simulator");
    capabilities.setCapability("automationName", "XCUITest");
    capabilities.setCapability("app", appIOS.getAbsolutePath());
    capabilities.setCapability("autoAcceptAlerts", true);
    capabilities.setCapability("locationServicesAuthorized", true);
    //capabilities.setCapability("noReset", true);
    capabilities.setCapability("useNewWDA", true);

not set noReset and udid, can test application success.So, it's a problem?

mykola-mokhnach commented 7 years ago

Have you tried to install and execute your app manually on the Simulator? Can you please attach the device log?

Possible duplicate of https://github.com/appium/appium/issues/9478

ybb8131225 commented 7 years ago

默认 16:44:48.559097 +0800 testmanagerd 16:44:48.559 testmanagerd[22398:320252] Attempting to perform action 2043 on <XCAccessibilityElement: 0x7f9951425400> Application with pid: 22405 默认 16:44:48.559126 +0800 testmanagerd 16:44:48.559 testmanagerd[22398:320251] Attempting to perform action 2042 on <XCAccessibilityElement: 0x7f995161bac0> Application with pid: 22405 默认 16:44:48.660300 +0800 appstored [JobPolicyManager]: Thermal state change to: 1 默认 16:44:48.660458 +0800 appstored [JobScheduler]: Processing trigger - Thermal 默认 16:44:48.662047 +0800 appstored [JobScheduler]: Looking for jobs to start. 0 active jobs(s): [] 默认 16:44:48.662473 +0800 appstored [JobScheduler]: Available job slots: 3 discretionary / 3 non-discretionary 默认 16:44:48.663474 +0800 appstored [JobScheduler]: No jobs need to be started. 默认 16:44:48.778430 +0800 testmanagerd 16:44:48.778 testmanagerd[22398:320250] Attempting to perform action 2043 on <XCAccessibilityElement: 0x7f9951425400> Application with pid: 22405 默认 16:44:48.778466 +0800 testmanagerd 16:44:48.778 testmanagerd[22398:320265] Attempting to perform action 2042 on <XCAccessibilityElement: 0x7f995161bac0> Application with pid: 22405 默认 16:44:48.928861 +0800 assertiond [Keep:22405] workspaceConnectedWithTaskPortRight: received task port 默认 16:44:48.931031 +0800 Keep Retrieving resting unlock: 0 默认 16:44:48.947466 +0800 Keep [FBDisplayManager=0x600000051670] silently connecting <FBSDisplayConfiguration: 0x60000016f480; Main; mode: "375x667@2x 60Hz sRGB"> { CADisplay.name = LCD; CADisplay.deviceName = PurpleMain; CADisplay.seed = 1; tags = 0; currentMode = <FBSDisplayMode: 0x600000268780; 375x667@2x (750x1334/2) 60Hz sRGB>; safeOverscanRatio = {0.89999997615814209, 0.89999997615814209}; nativeCenter = {375, 667}; pixelSize = {750, 1334}; bounds = {{0, 0}, {375, 667}}; CADisplay = ; } 默认 16:44:48.994744 +0800 testmanagerd 16:44:48.995 testmanagerd[22398:320251] Attempting to perform action 2042 on <XCAccessibilityElement: 0x7f995161bac0> Application with pid: 22405 默认 16:44:48.994760 +0800 testmanagerd 16:44:48.995 testmanagerd[22398:320250] Attempting to perform action 2043 on <XCAccessibilityElement: 0x7f9951425400> Application with pid: 22405 默认 16:44:49.059724 +0800 Keep Loaded MobileCoreServices.framework 默认 16:44:49.106793 +0800 SpringBoard [com.gotokeep.keep] Sending scene action [Logical Activate] through WorkspaceServer: 0x600000482cb0 默认 16:44:49.108976 +0800 assertiond [SpringBoard:22299] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> 默认 16:44:49.109453 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f40a630; id: 22299-82CC89A9-84B8-4575-842E-89B77C20F435; name: Resume; state: active; reason: activation; duration: infs> { owner = <BSProcessHandle: 0x7fc83f605730; SpringBoard:22299; valid: YES>; flags = preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; } 默认 16:44:49.109516 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> 默认 16:44:49.109804 +0800 SpringBoard [com.gotokeep.keep] Sending scene action [SceneLifecycleEventOnly] through WorkspaceServer: 0x600000482cb0 默认 16:44:49.110117 +0800 assertiond [SpringBoard:22299] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> 默认 16:44:49.109893 +0800 SpringBoard [com.gotokeep.keep] Sending scene action [SceneLifecycleEventOnly] through WorkspaceServer: 0x600000482cb0 默认 16:44:49.110504 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f415120; id: 22299-D7746FAF-254D-4D03-A8A7-41E57D4241B6; name: "Deliver Message"; state: active; reason: suspend; duration: 10.0s> { owner = <BSProcessHandle: 0x7fc83f605730; SpringBoard:22299; valid: YES>; flags = preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep; } 默认 16:44:49.110564 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> 默认 16:44:49.110619 +0800 assertiond [Keep:22405] Setting jetsam priority to 10 [0x10300] 默认 16:44:49.112580 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f415d80; "UIApplicationLaunch" (activation:inf); id:…79DC3CC6E36F> 默认 16:44:49.113149 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f415d80; "UIApplicationLaunch" (activation:inf); id:…79DC3CC6E36F> 默认 16:44:49.113601 +0800 SpringBoard Application process state changed for com.gotokeep.keep: <SBApplicationProcessState: 0x60000083ce80; pid: 22405; taskState: Running; visibility: Foreground> 默认 16:44:49.113779 +0800 assertiond [Keep:22405] dump all assertions HWM:3 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] } 默认 16:44:49.114201 +0800 assertiond [Keep:22405] Scheduling allow-idle-sleep timer with interval: 180.0 默认 16:44:49.115356 +0800 SpringBoard Application process state changed for com.gotokeep.keep: <SBApplicationProcessState: 0x60000083ba60; pid: 22405; taskState: Running; visibility: Foreground> 默认 16:44:49.119390 +0800 testmanagerd 16:44:49.119 testmanagerd[22398:320135] AX Notification 5000 默认 16:44:49.114655 +0800 assertiond [Keep:22405] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x7fc83f415d80 added: (none); removed: wantsForegroundResourcePriority) 默认 16:44:49.115117 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f415d80; "UIApplicationLaunch" (activation:inf); id:…79DC3CC6E36F> 默认 16:44:49.116005 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f415d80> 默认 16:44:49.126913 +0800 testmanagerd 16:44:49.127 testmanagerd[22398:320135] AX Notification 1021 默认 16:44:49.127023 +0800 testmanagerd 16:44:49.127 testmanagerd[22398:320135] Calling handler for AX notification 1021:{ pid = 22405; suspended = 0; } 默认 16:44:49.127655 +0800 testmanagerd 16:44:49.128 testmanagerd[22398:320135] AX Notification 1021 默认 16:44:49.127749 +0800 testmanagerd 16:44:49.128 testmanagerd[22398:320135] Calling handler for AX notification 1021:{ pid = 22405; suspended = 0; } 默认 16:44:49.443330 +0800 UserEventAgent Initiating XPC Activity: com.apple.searchd.indexmaintenance.NSFileProtectionCompleteUntilFirstUserAuthentication 默认 16:44:49.450459 +0800 searchd Performing XPC activity:com.apple.searchd.indexmaintenance.NSFileProtectionCompleteUntilFirstUserAuthentication, state:2 默认 16:44:49.451251 +0800 searchd Performing full merge, dataclass:NSFileProtectionCompleteUntilFirstUserAuthentication 默认 16:44:49.453567 +0800 testmanagerd 16:44:49.453 testmanagerd[22398:320250] Performed AXAction 2043 for pid 22405 默认 16:44:49.513647 +0800 Keep [INFO] {}[Database]: recovered 559 frames from WAL file /Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Containers/Data/Application/12083CE2-DD84-4A2F-AE0D-9634E63D5D8F/Library/Caches/com.gotokeep.keep/Cache.db-wal (Code 283) 默认 16:44:49.519763 +0800 Keep Version 3.0.0 of Realm is now available: https://github.com/realm/realm-cocoa/blob/v3.0.0/CHANGELOG.md 默认 16:44:49.538518 +0800 Keep 0x13c693000 - DocumentLoader::startLoadingMainResource: Returning empty document (frame = 0x13c6a8000, main = 1) 默认 16:44:49.538676 +0800 Keep Memory usage info dump at MainFrameLoadCompleted: 默认 16:44:49.538715 +0800 Keep phys_footprint: 96583680 默认 16:44:49.538746 +0800 Keep javascript_gc_heap_extra_memory_size: 0 默认 16:44:49.538781 +0800 Keep compressed: 0 默认 16:44:49.538808 +0800 Keep pagecache_page_count: 0 默认 16:44:49.538834 +0800 Keep internal: 96620544 默认 16:44:49.538861 +0800 Keep javascript_gc_heap_capacity: 32768 默认 16:44:49.539013 +0800 Keep resident_size: 156061696 默认 16:44:49.539188 +0800 Keep document_count: 1 默认 16:44:49.539343 +0800 Keep virtual_size: 4461965312 默认 16:44:49.609309 +0800 suggestd <APSConnection: 0x7fefd8d51990> Flushing any queuedDelegateBlocks 0 默认 16:44:49.662124 +0800 pasted BundleID com.gotokeep.keep from team C62TJ4568H is requesting pasteboard org.OpenUDID.slot.0 默认 16:44:49.663667 +0800 pasted ...requesting pasteboard org.OpenUDID.slot.0 completed. Error: (null) 默认 16:44:49.664191 +0800 Keep -[kHttpConfig fillHeader:] [Line 102] token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJfaWQiOiI1NzBiNmJiNDdhY2YxZGRmNzlhODM4ZTgiLCJ1c2VybmFtZSI6IuaykOacqFkiLCJhdmF0YXIiOiJodHRwOi8vc3RhdGljMS5rZWVwY2RuLmNvbS9hdmF0YXIvMjAxNy8wMy8wNy8xOS9mZDg3NjM4Yzc3M2U4NzdlNzQ2NWZmYWU5OTNkYzg2NTZhYmNjZTM2LmpwZyIsImdlbmRlciI6IkYiLCJkZXZpY2VJZCI6IjkwYTg0NjdmMTQ5MTRlMzBiNDY4MjYyY2ZiN2YxYjQ1NDQwZmM0ZDEiLCJpc3MiOiJodHRwOi8vd3d3LmdvdG9rZWVwLmNvbS8iLCJleHAiOjE1MTczODc3MDUsImlhdCI6MTUwODc0NzcwNX0.0O9cs-LZAqc0Ig0rEFrskojLU5a4PtduMoqvjIXPxR0 默认 16:44:49.666472 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.0 with UUID C1FE7158-309A-4218-8DC2-B18745054D47 默认 16:44:49.666848 +0800 pasted Registering for pasteboard preferences notification: com.apple.Pasteboard.PlaySoundOnPaste 默认 16:44:49.667450 +0800 pasted Loading item 0x7f86aa705010 2FA7F6F2-0ADB-40D5-8F48-93851F4D239C type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/a21810a3e355793eb01429d48eeed68fdbd012f1/9dff65c9d12269770e0febd3442820321688b2af 默认 16:44:49.671931 +0800 Keep 成功 默认 16:44:49.672230 +0800 Keep Faulting in NSHTTPCookieStorage singleton 默认 16:44:49.672273 +0800 Keep Faulting in CFHTTPCookieStorage singleton 默认 16:44:49.672328 +0800 Keep Creating default cookie storage with process/bundle identifier 默认 16:44:49.675428 +0800 Keep TIC TCP Conn Start [1:0x6000001744c0] 默认 16:44:49.676451 +0800 Keep Task <60CEA508-D7B5-4F25-A4B9-06F734E0416F>.<1> setting up Connection 1 默认 16:44:49.700820 +0800 Keep TIC TCP Conn Start [2:0x604000174400] 默认 16:44:49.701112 +0800 Keep Task <151D9C73-8C35-4882-BF90-7DA954B7EF97>.<0> setting up Connection 2 默认 16:44:49.713777 +0800 Keep CCMonitor created 默认 16:44:49.717145 +0800 Keep Could not successfully update network info during initialization. 默认 16:44:49.728561 +0800 pasted BundleID com.gotokeep.keep from team C62TJ4568H is requesting pasteboard weibosdk_registed_apps 默认 16:44:49.732613 +0800 Keep TIC TCP Conn Start [3:0x6000001750c0] 默认 16:44:49.732807 +0800 Keep Task <5DB9FE9B-5964-4E96-8ED8-227A19EACCAD>.<0> setting up Connection 3 错误 16:44:49.735408 +0800 pasted [ERROR] Could not create a bookmark: Error Domain=NSFileProviderInternalErrorDomain Code=0 "NoValidProviderFound_url" UserInfo={NSLocalizedDescription=NoValidProviderFound_url} 默认 16:44:49.736728 +0800 pasted ...requesting pasteboard weibosdk_registed_apps completed. Error: (null) 默认 16:44:49.737950 +0800 pasted ...item request completed. Error: (null) 默认 16:44:49.736520 +0800 Keep TIC TCP Conn Event [2:0x604000174400]: 3 默认 16:44:49.739478 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type 3271763624 from pasteboard named weibosdk_registed_apps with UUID 8B07A4CD-2A47-4D71-8034-DF7FD11C11B6 错误 16:44:49.736596 +0800 Keep TIC TCP Conn Failed [2:0x604000174400]: 12:8 Err(-65554) 默认 16:44:49.739960 +0800 pasted Loading item 0x7f86aa40fc90 0FCDF141-35F3-4283-BFB2-2833CCC563B8 type 3271763624 from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/b218568c54fbfe7dcbe4da061a4c12eed27d2dc7/97c36792e64c8a5fb7e4fdc7901ce1f4506df542 默认 16:44:49.736625 +0800 Keep TIC TCP Conn Cancel [2:0x604000174400] 错误 16:44:49.742419 +0800 pasted [ERROR] Could not create a bookmark: Error Domain=NSFileProviderInternalErrorDomain Code=0 "NoValidProviderFound_url" UserInfo={NSLocalizedDescription=NoValidProviderFound_url} 默认 16:44:49.742662 +0800 pasted ...item request completed. Error: (null) 默认 16:44:49.742439 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/a21810a3e355793eb01429d48eeed68fdbd012f1/9dff65c9d12269770e0febd3442820321688b2af -- purposeID: 03F1F5A2-EA82-41A5-8F8A-254D1626D824 -- claimID: EDFFF056-11D2-4392-8350-E7B73734F1E1 默认 16:44:49.738717 +0800 Keep _CFNetworkIsConnectedToInternet returning 1, flagsValid: 1, flags: 0x2 错误 16:44:49.743431 +0800 Keep Task <151D9C73-8C35-4882-BF90-7DA954B7EF97>.<0> HTTP load failed (error code: -1003 [12:8]) 错误 16:44:49.744503 +0800 Keep NSURLConnection finished with error - code -1003 默认 16:44:49.745925 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/b218568c54fbfe7dcbe4da061a4c12eed27d2dc7/97c36792e64c8a5fb7e4fdc7901ce1f4506df542 -- purposeID: 186AE995-85B8-49A7-A2FC-120F2F4AF1CC -- claimID: 1ADAD349-2248-4507-B5CF-29C5D369DF13 错误 16:44:49.746047 +0800 Keep NSURLConnection finished with error - code -1003 默认 16:44:49.746949 +0800 filecoordinationd Received claim EDFFF056-11D2-4392-8350-E7B73734F1E1 默认 16:44:49.783652 +0800 filecoordinationd Claim EDFFF056-11D2-4392-8350-E7B73734F1E1 granted in server 默认 16:44:49.785404 +0800 assertiond client <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES> HWM increased to 1 because of <BKProcessAssertion: 0x7fc83f717d10; "File Coordination Claim EDFFF056-11D2-4392-8350-E7B73734F1E1" (finishTask:180s); id:…37A02FAA8E28> 默认 16:44:49.785469 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f717d10; "File Coordination Claim EDFFF056-11D2-4392-8350-E7B73734F1E1" (finishTask:180s); id:…37A02FAA8E28> 默认 16:44:49.785674 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f717d10; id: 22378-05ADA844-C250-4453-B2A2-37A02FAA8E28; name: "File Coordination Claim EDFFF056-11D2-4392-8350-E7B73734F1E1"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:49.785730 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f717d10; "File Coordination Claim EDFFF056-11D2-4392-8350-E7B73734F1E1" (finishTask:180s); id:…37A02FAA8E28> 默认 16:44:49.785797 +0800 assertiond [Keep:22405] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep (assertion 0x7fc83f717d10 added: preventIdleSleep; removed: (none)) 默认 16:44:49.785843 +0800 assertiond [Keep:22405] Setting jetsam priority to 10 [0x10308] 默认 16:44:49.785887 +0800 assertiond Creating PowerAssertion on Keep:22405 默认 16:44:49.786158 +0800 assertiond Created PowerAssertion on Keep:22405, sleep reverted 默认 16:44:49.836012 +0800 filecoordinationd Received claim 1ADAD349-2248-4507-B5CF-29C5D369DF13 默认 16:44:49.839597 +0800 filecoordinationd Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13 granted in server 默认 16:44:49.840429 +0800 assertiond client <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES> HWM increased to 2 because of <BKProcessAssertion: 0x7fc83f5131f0; "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13" (finishTask:180s); id:…EF8952CB4714> 默认 16:44:49.840846 +0800 filecoordinationd Claim EDFFF056-11D2-4392-8350-E7B73734F1E1 invoked in server 默认 16:44:49.842076 +0800 Keep Claim EDFFF056-11D2-4392-8350-E7B73734F1E1 granted in client 默认 16:44:49.840601 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f5131f0; "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13" (finishTask:180s); id:…EF8952CB4714> 默认 16:44:49.841206 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f5131f0; id: 22378-4B78AD4E-72B7-4D3C-9245-EF8952CB4714; name: "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:49.843743 +0800 filecoordinationd Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13 invoked in server 默认 16:44:49.841271 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f5131f0; "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13" (finishTask:180s); id:…EF8952CB4714> 默认 16:44:49.841353 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.861652 +0800 Keep Claim EDFFF056-11D2-4392-8350-E7B73734F1E1 invoked in client 默认 16:44:49.862420 +0800 Keep Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13 granted in client 默认 16:44:49.866820 +0800 Keep Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13 invoked in client 默认 16:44:49.867850 +0800 filecoordinationd Claim EDFFF056-11D2-4392-8350-E7B73734F1E1 was revoked 默认 16:44:49.868507 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f717d10; "File Coordination Claim EDFFF056-11D2-4392-8350-E7B73734F1E1" (finishTask:180s); id:…37A02FAA8E28> 默认 16:44:49.868585 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f717d10; "File Coordination Claim EDFFF056-11D2-4392-8350-E7B73734F1E1" (finishTask:180s); id:…37A02FAA8E28> 默认 16:44:49.868659 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] <BKProcessAssertion: 0x7fc83f5131f0; "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13" (finishTask:180s); id:…EF8952CB4714> [active] } 默认 16:44:49.868731 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.869970 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f717d10; "File Coordination Claim EDFFF056-11D2-4392-8350-E7B73734F1E1" (finishTask:180s); id:…37A02FAA8E28> 默认 16:44:49.870069 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.870542 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f717d10> 默认 16:44:49.873848 +0800 Keep TIC TCP Conn Connected [3:0x6000001750c0]: Err(16) 默认 16:44:49.873977 +0800 Keep TIC TCP Conn Event [3:0x6000001750c0]: 1 默认 16:44:49.874691 +0800 Keep Task <5DB9FE9B-5964-4E96-8ED8-227A19EACCAD>.<0> now using Connection 3 默认 16:44:49.877093 +0800 Keep Task <5DB9FE9B-5964-4E96-8ED8-227A19EACCAD>.<0> sent request, body D 默认 16:44:49.878856 +0800 filecoordinationd Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13 was revoked 默认 16:44:49.879180 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f5131f0; "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13" (finishTask:180s); id:…EF8952CB4714> 默认 16:44:49.879269 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f5131f0; "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13" (finishTask:180s); id:…EF8952CB4714> 默认 16:44:49.879348 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] } 默认 16:44:49.879417 +0800 assertiond [Keep:22405] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x7fc83f5131f0 added: (none); removed: preventIdleSleep) 默认 16:44:49.879465 +0800 assertiond [Keep:22405] Setting jetsam priority to 10 [0x10300] 默认 16:44:49.879505 +0800 assertiond Releasing PowerAssertion on Keep:22405 from update 默认 16:44:49.880369 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f5131f0; "File Coordination Claim 1ADAD349-2248-4507-B5CF-29C5D369DF13" (finishTask:180s); id:…EF8952CB4714> 默认 16:44:49.881007 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f5131f0> 默认 16:44:49.881950 +0800 pasted BundleID com.gotokeep.keep from team C62TJ4568H is requesting pasteboard org.OpenUDID.slot.1 默认 16:44:49.883027 +0800 pasted ...requesting pasteboard org.OpenUDID.slot.1 completed. Error: (null) 默认 16:44:49.884742 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.1 with UUID C964AB9E-2DD2-437D-94E0-7BF17F082C48 默认 16:44:49.885040 +0800 pasted Loading item 0x7f86aa5085a0 3A5C57DC-6AFE-4365-94DA-78EDDE6BE27E type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/37b62341ff9a1215e8d6e5802a2fbf5ef9465bc7/a368b1310b5a16488bc3af7877cde6897ee877e7 错误 16:44:49.886615 +0800 pasted [ERROR] Could not create a bookmark: Error Domain=NSFileProviderInternalErrorDomain Code=0 "NoValidProviderFound_url" UserInfo={NSLocalizedDescription=NoValidProviderFound_url} 默认 16:44:49.887876 +0800 pasted ...item request completed. Error: (null) 默认 16:44:49.889933 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is saving pasteboard named weibosdk_registed_apps 默认 16:44:49.890407 +0800 pasted Saving pasteboard named: weibosdk_registed_apps 默认 16:44:49.891458 +0800 filecoordinationd Received claim 9B017737-CC8E-48D7-B765-0A97C6968F51 默认 16:44:49.887070 +0800 Keep TIC TCP Conn Connected [1:0x6000001744c0]: Err(16) 默认 16:44:49.894240 +0800 filecoordinationd Claim 9B017737-CC8E-48D7-B765-0A97C6968F51 granted in server 默认 16:44:49.888372 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/37b62341ff9a1215e8d6e5802a2fbf5ef9465bc7/a368b1310b5a16488bc3af7877cde6897ee877e7 -- purposeID: 3697BD92-D6D0-49DF-8EE1-2BB514F2C2E5 -- claimID: 9B017737-CC8E-48D7-B765-0A97C6968F51 默认 16:44:49.895395 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f60b220; "File Coordination Claim 9B017737-CC8E-48D7-B765-0A97C6968F51" (finishTask:180s); id:…ADA5C3154F97> 默认 16:44:49.889272 +0800 Keep TIC TCP Conn Event [1:0x6000001744c0]: 1 默认 16:44:49.895681 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f60b220; id: 22378-94FF8639-5B0F-415D-AC8D-ADA5C3154F97; name: "File Coordination Claim 9B017737-CC8E-48D7-B765-0A97C6968F51"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:49.890455 +0800 Keep Task <60CEA508-D7B5-4F25-A4B9-06F734E0416F>.<1> now using Connection 1 默认 16:44:49.895740 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f60b220; "File Coordination Claim 9B017737-CC8E-48D7-B765-0A97C6968F51" (finishTask:180s); id:…ADA5C3154F97> 默认 16:44:49.890662 +0800 Keep Task <60CEA508-D7B5-4F25-A4B9-06F734E0416F>.<1> sent request, body N 默认 16:44:49.895841 +0800 assertiond [Keep:22405] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep (assertion 0x7fc83f60b220 added: preventIdleSleep; removed: (none)) 默认 16:44:49.895891 +0800 assertiond [Keep:22405] Setting jetsam priority to 10 [0x10308] 默认 16:44:49.895937 +0800 assertiond Creating PowerAssertion on Keep:22405 默认 16:44:49.898185 +0800 filecoordinationd Claim 9B017737-CC8E-48D7-B765-0A97C6968F51 invoked in server 默认 16:44:49.897350 +0800 assertiond Created PowerAssertion on Keep:22405, sleep reverted 默认 16:44:49.899209 +0800 Keep Claim 9B017737-CC8E-48D7-B765-0A97C6968F51 granted in client 默认 16:44:49.902538 +0800 pasted Saved file for item 0x7f86aa40c410 representation type 3271763624 to file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/b218568c54fbfe7dcbe4da061a4c12eed27d2dc7/ae52e8a3d17d8fc33c51a874a7cfa0c09e107048 默认 16:44:49.905491 +0800 pasted Writing manifest for pasteboard weibosdk_registed_apps to URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/b218568c54fbfe7dcbe4da061a4c12eed27d2dc7/Manifest.plist 默认 16:44:49.906446 +0800 pasted Removing unused file file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/b218568c54fbfe7dcbe4da061a4c12eed27d2dc7/97c36792e64c8a5fb7e4fdc7901ce1f4506df542 默认 16:44:49.906923 +0800 pasted Removed 1 files. 默认 16:44:49.907515 +0800 pasted ...save pasteboard completed. Error: (null) 默认 16:44:49.908889 +0800 Keep Task <60CEA508-D7B5-4F25-A4B9-06F734E0416F>.<1> received response, status 200 content C 默认 16:44:49.910786 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.0 with UUID C1FE7158-309A-4218-8DC2-B18745054D47 默认 16:44:49.911225 +0800 pasted Loading item 0x7f86aa705010 2FA7F6F2-0ADB-40D5-8F48-93851F4D239C type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/a21810a3e355793eb01429d48eeed68fdbd012f1/9dff65c9d12269770e0febd3442820321688b2af 默认 16:44:49.911541 +0800 pasted ...item request completed. Error: (null) 默认 16:44:49.912057 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/a21810a3e355793eb01429d48eeed68fdbd012f1/9dff65c9d12269770e0febd3442820321688b2af -- purposeID: D103CD14-DA73-4126-B5DD-C8F5CFDAACDD -- claimID: 5E437E47-67ED-41A9-A692-B4B22105147F 默认 16:44:49.927832 +0800 Keep Task <60CEA508-D7B5-4F25-A4B9-06F734E0416F>.<1> response ended 默认 16:44:49.932409 +0800 Keep Claim 9B017737-CC8E-48D7-B765-0A97C6968F51 invoked in client 默认 16:44:49.932947 +0800 filecoordinationd Received claim 5E437E47-67ED-41A9-A692-B4B22105147F 默认 16:44:49.934348 +0800 Keep Task <5DB9FE9B-5964-4E96-8ED8-227A19EACCAD>.<0> received response, status 200 content K 默认 16:44:49.934526 +0800 Keep Task <5DB9FE9B-5964-4E96-8ED8-227A19EACCAD>.<0> response ended 默认 16:44:49.935852 +0800 filecoordinationd Claim 5E437E47-67ED-41A9-A692-B4B22105147F granted in server 默认 16:44:49.936081 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f611760; "File Coordination Claim 5E437E47-67ED-41A9-A692-B4B22105147F" (finishTask:180s); id:…744C2BFF6FD3> 默认 16:44:49.936316 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f611760; id: 22378-8239F924-D6FE-411D-B92A-744C2BFF6FD3; name: "File Coordination Claim 5E437E47-67ED-41A9-A692-B4B22105147F"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:49.936408 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f611760; "File Coordination Claim 5E437E47-67ED-41A9-A692-B4B22105147F" (finishTask:180s); id:…744C2BFF6FD3> 默认 16:44:49.936482 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.939246 +0800 filecoordinationd Claim 5E437E47-67ED-41A9-A692-B4B22105147F invoked in server 默认 16:44:49.939652 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f60b220; "File Coordination Claim 9B017737-CC8E-48D7-B765-0A97C6968F51" (finishTask:180s); id:…ADA5C3154F97> 默认 16:44:49.939750 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f60b220; "File Coordination Claim 9B017737-CC8E-48D7-B765-0A97C6968F51" (finishTask:180s); id:…ADA5C3154F97> 默认 16:44:49.939827 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] <BKProcessAssertion: 0x7fc83f611760; "File Coordination Claim 5E437E47-67ED-41A9-A692-B4B22105147F" (finishTask:180s); id:…744C2BFF6FD3> [active] } 默认 16:44:49.939391 +0800 filecoordinationd Claim 9B017737-CC8E-48D7-B765-0A97C6968F51 was revoked 默认 16:44:49.939901 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.940133 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f60b220; "File Coordination Claim 9B017737-CC8E-48D7-B765-0A97C6968F51" (finishTask:180s); id:…ADA5C3154F97> 默认 16:44:49.940205 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.940605 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f60b220> 默认 16:44:49.943460 +0800 Keep Claim 5E437E47-67ED-41A9-A692-B4B22105147F granted in client 默认 16:44:49.944278 +0800 pasted BundleID com.gotokeep.keep from team C62TJ4568H is requesting pasteboard org.OpenUDID.slot.2 默认 16:44:49.945195 +0800 pasted ...requesting pasteboard org.OpenUDID.slot.2 completed. Error: (null) 默认 16:44:49.946324 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.2 with UUID 4ACF460A-59AC-4C64-B84B-03C4CBC4D375 默认 16:44:49.946753 +0800 pasted Loading item 0x7f86aa511720 7E617246-9C05-4B1D-812F-E54DE6DD4CDB type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/547179a381def2e812ade928bd79cba69b5aa5b0/ae6f1cb8e7fdf0f1fee6d48a43fc9485be46ca70 错误 16:44:49.949486 +0800 pasted [ERROR] Could not create a bookmark: Error Domain=NSFileProviderInternalErrorDomain Code=0 "NoValidProviderFound_url" UserInfo={NSLocalizedDescription=NoValidProviderFound_url} 默认 16:44:49.949914 +0800 pasted ...item request completed. Error: (null) 默认 16:44:49.950396 +0800 Keep TIC Enabling TLS [4:0x600000175840] 默认 16:44:49.950806 +0800 Keep TIC TCP Conn Start [4:0x600000175840] 默认 16:44:49.950808 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/547179a381def2e812ade928bd79cba69b5aa5b0/ae6f1cb8e7fdf0f1fee6d48a43fc9485be46ca70 -- purposeID: A698E5DB-9C5E-4E6C-9D0E-239BD33FD090 -- claimID: B811D6CE-8FEC-494B-927D-159722C963EE 默认 16:44:49.951033 +0800 Keep Task <3214ED6B-0DA1-4F83-BCE9-6A237C5A1901>.<0> setting up Connection 4 默认 16:44:49.968992 +0800 Keep Claim 5E437E47-67ED-41A9-A692-B4B22105147F invoked in client 默认 16:44:49.969450 +0800 filecoordinationd Received claim B811D6CE-8FEC-494B-927D-159722C963EE 默认 16:44:49.970966 +0800 filecoordinationd Claim B811D6CE-8FEC-494B-927D-159722C963EE granted in server 默认 16:44:49.971105 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f515b80; "File Coordination Claim B811D6CE-8FEC-494B-927D-159722C963EE" (finishTask:180s); id:…32919B3F52AC> 默认 16:44:49.971332 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f515b80; id: 22378-ABFAD58F-38D7-4661-97A1-32919B3F52AC; name: "File Coordination Claim B811D6CE-8FEC-494B-927D-159722C963EE"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:49.971390 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f515b80; "File Coordination Claim B811D6CE-8FEC-494B-927D-159722C963EE" (finishTask:180s); id:…32919B3F52AC> 默认 16:44:49.972078 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.1 with UUID C964AB9E-2DD2-437D-94E0-7BF17F082C48 默认 16:44:49.971673 +0800 filecoordinationd Claim 5E437E47-67ED-41A9-A692-B4B22105147F was revoked 默认 16:44:49.971463 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.973320 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/37b62341ff9a1215e8d6e5802a2fbf5ef9465bc7/a368b1310b5a16488bc3af7877cde6897ee877e7 -- purposeID: 6252FF35-E51D-4A69-A0E8-F3AC58FC070A -- claimID: 4CED7276-792F-4301-B329-17BB17B7A2FA 默认 16:44:49.972477 +0800 pasted Loading item 0x7f86aa5085a0 3A5C57DC-6AFE-4365-94DA-78EDDE6BE27E type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/37b62341ff9a1215e8d6e5802a2fbf5ef9465bc7/a368b1310b5a16488bc3af7877cde6897ee877e7 默认 16:44:49.972817 +0800 pasted ...item request completed. Error: (null) 默认 16:44:49.974678 +0800 Keep Claim B811D6CE-8FEC-494B-927D-159722C963EE granted in client 默认 16:44:49.974247 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f611760; "File Coordination Claim 5E437E47-67ED-41A9-A692-B4B22105147F" (finishTask:180s); id:…744C2BFF6FD3> 默认 16:44:49.974323 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f611760; "File Coordination Claim 5E437E47-67ED-41A9-A692-B4B22105147F" (finishTask:180s); id:…744C2BFF6FD3> 默认 16:44:49.974387 +0800 filecoordinationd Claim B811D6CE-8FEC-494B-927D-159722C963EE invoked in server 默认 16:44:49.974397 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] <BKProcessAssertion: 0x7fc83f515b80; "File Coordination Claim B811D6CE-8FEC-494B-927D-159722C963EE" (finishTask:180s); id:…32919B3F52AC> [active] } 默认 16:44:49.974597 +0800 filecoordinationd Received claim 4CED7276-792F-4301-B329-17BB17B7A2FA 默认 16:44:49.974464 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.974655 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f611760; "File Coordination Claim 5E437E47-67ED-41A9-A692-B4B22105147F" (finishTask:180s); id:…744C2BFF6FD3> 默认 16:44:49.975829 +0800 filecoordinationd Claim 4CED7276-792F-4301-B329-17BB17B7A2FA granted in server 默认 16:44:49.974723 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.975066 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f611760> 默认 16:44:49.976062 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f412d00; "File Coordination Claim 4CED7276-792F-4301-B329-17BB17B7A2FA" (finishTask:180s); id:…3F372A3CBD2C> 默认 16:44:49.976267 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f412d00; id: 22378-57D767B2-56A8-447F-B4C3-3F372A3CBD2C; name: "File Coordination Claim 4CED7276-792F-4301-B329-17BB17B7A2FA"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:49.976396 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f412d00; "File Coordination Claim 4CED7276-792F-4301-B329-17BB17B7A2FA" (finishTask:180s); id:…3F372A3CBD2C> 默认 16:44:49.976684 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:49.977889 +0800 filecoordinationd Claim 4CED7276-792F-4301-B329-17BB17B7A2FA invoked in server 默认 16:44:49.993033 +0800 Keep Claim B811D6CE-8FEC-494B-927D-159722C963EE invoked in client 默认 16:44:49.993256 +0800 Keep Claim 4CED7276-792F-4301-B329-17BB17B7A2FA granted in client 默认 16:44:50.000817 +0800 Keep Claim 4CED7276-792F-4301-B329-17BB17B7A2FA invoked in client 默认 16:44:50.001897 +0800 filecoordinationd Claim B811D6CE-8FEC-494B-927D-159722C963EE was revoked 默认 16:44:50.002196 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f515b80; "File Coordination Claim B811D6CE-8FEC-494B-927D-159722C963EE" (finishTask:180s); id:…32919B3F52AC> 默认 16:44:50.002293 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f515b80; "File Coordination Claim B811D6CE-8FEC-494B-927D-159722C963EE" (finishTask:180s); id:…32919B3F52AC> 默认 16:44:50.002373 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] <BKProcessAssertion: 0x7fc83f412d00; "File Coordination Claim 4CED7276-792F-4301-B329-17BB17B7A2FA" (finishTask:180s); id:…3F372A3CBD2C> [active] } 默认 16:44:50.002453 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.002744 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f515b80; "File Coordination Claim B811D6CE-8FEC-494B-927D-159722C963EE" (finishTask:180s); id:…32919B3F52AC> 默认 16:44:50.002828 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.003428 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f515b80> 默认 16:44:50.008799 +0800 Keep TIC TLS Event [4:0x600000175840]: 1, Pending(0) 默认 16:44:50.010710 +0800 pasted BundleID com.gotokeep.keep from team C62TJ4568H is requesting pasteboard org.OpenUDID.slot.3 默认 16:44:50.012988 +0800 pasted ...requesting pasteboard org.OpenUDID.slot.3 completed. Error: (null) 默认 16:44:50.015339 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.3 with UUID 3CEC7182-6E99-49EC-BF82-F3B018CA58FF 默认 16:44:50.015724 +0800 pasted Loading item 0x7f86aa414ec0 C3866328-0A0D-47FD-B5DD-B84ED2279856 type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/79bb0b8da1e173326eb94ab0c7f89c1cd53eddb0/bc85434e858de5059dc6dc4ee41a1d48d430174b 错误 16:44:50.017383 +0800 pasted [ERROR] Could not create a bookmark: Error Domain=NSFileProviderInternalErrorDomain Code=0 "NoValidProviderFound_url" UserInfo={NSLocalizedDescription=NoValidProviderFound_url} 默认 16:44:50.017627 +0800 pasted ...item request completed. Error: (null) 默认 16:44:50.018153 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/79bb0b8da1e173326eb94ab0c7f89c1cd53eddb0/bc85434e858de5059dc6dc4ee41a1d48d430174b -- purposeID: 8E56D29D-E8B5-4E66-9719-7AC3B3B5A1CF -- claimID: 03C11C5E-A377-4DDA-96E7-25271AD4A99E 默认 16:44:50.019491 +0800 filecoordinationd Claim 4CED7276-792F-4301-B329-17BB17B7A2FA was revoked 默认 16:44:50.020027 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f412d00; "File Coordination Claim 4CED7276-792F-4301-B329-17BB17B7A2FA" (finishTask:180s); id:…3F372A3CBD2C> 默认 16:44:50.020107 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f412d00; "File Coordination Claim 4CED7276-792F-4301-B329-17BB17B7A2FA" (finishTask:180s); id:…3F372A3CBD2C> 默认 16:44:50.020177 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] } 默认 16:44:50.020241 +0800 assertiond [Keep:22405] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x7fc83f412d00 added: (none); removed: preventIdleSleep) 默认 16:44:50.020288 +0800 assertiond [Keep:22405] Setting jetsam priority to 10 [0x10300] 默认 16:44:50.020326 +0800 assertiond Releasing PowerAssertion on Keep:22405 from update 默认 16:44:50.020658 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f412d00; "File Coordination Claim 4CED7276-792F-4301-B329-17BB17B7A2FA" (finishTask:180s); id:…3F372A3CBD2C> 默认 16:44:50.022834 +0800 filecoordinationd Received claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E 默认 16:44:50.020914 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f412d00> 默认 16:44:50.026655 +0800 filecoordinationd Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E granted in server 默认 16:44:50.026894 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f51aa90; "File Coordination Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E" (finishTask:180s); id:…AA494AF39D3B> 默认 16:44:50.027150 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f51aa90; id: 22378-A8E275BC-3132-4AA3-AB94-AA494AF39D3B; name: "File Coordination Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:50.027209 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f51aa90; "File Coordination Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E" (finishTask:180s); id:…AA494AF39D3B> 默认 16:44:50.027299 +0800 assertiond [Keep:22405] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep (assertion 0x7fc83f51aa90 added: preventIdleSleep; removed: (none)) 默认 16:44:50.027363 +0800 assertiond [Keep:22405] Setting jetsam priority to 10 [0x10308] 默认 16:44:50.027412 +0800 assertiond Creating PowerAssertion on Keep:22405 默认 16:44:50.029277 +0800 filecoordinationd Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E invoked in server 默认 16:44:50.027808 +0800 assertiond Created PowerAssertion on Keep:22405, sleep reverted 默认 16:44:50.029978 +0800 Keep Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E granted in client 默认 16:44:50.033355 +0800 pasted BundleID com.apple.CoreSimulator.CoreSimulatorBridge from team (null) is requesting pasteboard com.apple.UIKit.pboard.general 默认 16:44:50.033783 +0800 pasted ...requesting pasteboard com.apple.UIKit.pboard.general completed. Error: (null) 默认 16:44:50.038050 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.2 with UUID 4ACF460A-59AC-4C64-B84B-03C4CBC4D375 默认 16:44:50.038451 +0800 pasted Loading item 0x7f86aa511720 7E617246-9C05-4B1D-812F-E54DE6DD4CDB type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/547179a381def2e812ade928bd79cba69b5aa5b0/ae6f1cb8e7fdf0f1fee6d48a43fc9485be46ca70 默认 16:44:50.038761 +0800 pasted ...item request completed. Error: (null) 默认 16:44:50.039301 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/547179a381def2e812ade928bd79cba69b5aa5b0/ae6f1cb8e7fdf0f1fee6d48a43fc9485be46ca70 -- purposeID: B9EE6663-4704-4677-9C6D-9CCBE9D3324E -- claimID: 835A6B6C-DC50-4620-8292-316988C70EEC 默认 16:44:50.048253 +0800 Keep Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E invoked in client 默认 16:44:50.048594 +0800 filecoordinationd Received claim 835A6B6C-DC50-4620-8292-316988C70EEC 默认 16:44:50.050586 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f60b540; "File Coordination Claim 835A6B6C-DC50-4620-8292-316988C70EEC" (finishTask:180s); id:…265D7893EB3F> 默认 16:44:50.050326 +0800 filecoordinationd Claim 835A6B6C-DC50-4620-8292-316988C70EEC granted in server 默认 16:44:50.050809 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f60b540; id: 22378-C067BA90-2814-48B3-9C21-265D7893EB3F; name: "File Coordination Claim 835A6B6C-DC50-4620-8292-316988C70EEC"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:50.050863 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f60b540; "File Coordination Claim 835A6B6C-DC50-4620-8292-316988C70EEC" (finishTask:180s); id:…265D7893EB3F> 默认 16:44:50.054288 +0800 Keep Claim 835A6B6C-DC50-4620-8292-316988C70EEC granted in client 默认 16:44:50.050933 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.050912 +0800 filecoordinationd Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E was revoked 默认 16:44:50.052541 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f51aa90; "File Coordination Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E" (finishTask:180s); id:…AA494AF39D3B> 默认 16:44:50.053699 +0800 filecoordinationd Claim 835A6B6C-DC50-4620-8292-316988C70EEC invoked in server 默认 16:44:50.052622 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f51aa90; "File Coordination Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E" (finishTask:180s); id:…AA494AF39D3B> 默认 16:44:50.052696 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] <BKProcessAssertion: 0x7fc83f60b540; "File Coordination Claim 835A6B6C-DC50-4620-8292-316988C70EEC" (finishTask:180s); id:…265D7893EB3F> [active] } 默认 16:44:50.052771 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.053048 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f51aa90; "File Coordination Claim 03C11C5E-A377-4DDA-96E7-25271AD4A99E" (finishTask:180s); id:…AA494AF39D3B> 默认 16:44:50.054631 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.056504 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f51aa90> 默认 16:44:50.064538 +0800 Keep TIC TLS Event [4:0x600000175840]: 2, Pending(0) 默认 16:44:50.066300 +0800 pasted BundleID com.gotokeep.keep from team C62TJ4568H is requesting pasteboard org.OpenUDID.slot.4 默认 16:44:50.067084 +0800 pasted ...requesting pasteboard org.OpenUDID.slot.4 completed. Error: (null) 默认 16:44:50.068336 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.4 with UUID 43482BAD-89DA-4E83-B593-0E5E71F2083D 默认 16:44:50.068707 +0800 pasted Loading item 0x7f86aa40fcc0 54A4893B-7D1E-48E0-9F6C-4FC0818F639A type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/b56730e74b7f557385bea61144ac312ac517b656/db7368d26d4b4fb6459ee6173f873c9f78b76859 默认 16:44:50.068626 +0800 Keep TIC TLS Event [4:0x600000175840]: 11, Pending(0) 默认 16:44:50.069305 +0800 Keep TIC TLS Event [4:0x600000175840]: 12, Pending(0) 默认 16:44:50.069377 +0800 Keep TIC TLS Event [4:0x600000175840]: 14, Pending(0) 错误 16:44:50.070237 +0800 pasted [ERROR] Could not create a bookmark: Error Domain=NSFileProviderInternalErrorDomain Code=0 "NoValidProviderFound_url" UserInfo={NSLocalizedDescription=NoValidProviderFound_url} 默认 16:44:50.070484 +0800 pasted ...item request completed. Error: (null) 默认 16:44:50.071021 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/b56730e74b7f557385bea61144ac312ac517b656/db7368d26d4b4fb6459ee6173f873c9f78b76859 -- purposeID: 1443E8F0-67BC-42DE-BD2C-F02D53CE3ECA -- claimID: 1DEFC208-2A1F-4EFA-B6C3-6537511B5606 默认 16:44:50.072565 +0800 Keep Claim 835A6B6C-DC50-4620-8292-316988C70EEC invoked in client 默认 16:44:50.073004 +0800 filecoordinationd Received claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606 默认 16:44:50.073181 +0800 trustd Unable to create database: Error Domain=NSPOSIXErrorDomain Code=13 "mkpath_np /Library/Keychains/crls: [13] Permission denied" UserInfo={NSDescription=mkpath_np /Library/Keychains/crls: [13] Permission denied} 默认 16:44:50.074616 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f6117c0; "File Coordination Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606" (finishTask:180s); id:…18170D122F5F> 默认 16:44:50.073459 +0800 trustd Unable to create database: Error Domain=NSPOSIXErrorDomain Code=13 "mkpath_np /Library/Keychains/crls: [13] Permission denied" UserInfo={NSDescription=mkpath_np /Library/Keychains/crls: [13] Permission denied} 默认 16:44:50.074381 +0800 filecoordinationd Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606 granted in server 默认 16:44:50.074816 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f6117c0; id: 22378-CAD47538-8528-4CBF-AB0B-18170D122F5F; name: "File Coordination Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:50.074018 +0800 Keep TIC TLS Trust Result [4:0x600000175840]: 0 默认 16:44:50.074870 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f6117c0; "File Coordination Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606" (finishTask:180s); id:…18170D122F5F> 默认 16:44:50.077785 +0800 Keep Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606 granted in client 默认 16:44:50.074938 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.075454 +0800 filecoordinationd Claim 835A6B6C-DC50-4620-8292-316988C70EEC was revoked 默认 16:44:50.076546 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f60b540; "File Coordination Claim 835A6B6C-DC50-4620-8292-316988C70EEC" (finishTask:180s); id:…265D7893EB3F> 默认 16:44:50.077512 +0800 filecoordinationd Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606 invoked in server 默认 16:44:50.076627 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f60b540; "File Coordination Claim 835A6B6C-DC50-4620-8292-316988C70EEC" (finishTask:180s); id:…265D7893EB3F> 默认 16:44:50.076701 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] <BKProcessAssertion: 0x7fc83f6117c0; "File Coordination Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606" (finishTask:180s); id:…18170D122F5F> [active] } 默认 16:44:50.076775 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.076953 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f60b540; "File Coordination Claim 835A6B6C-DC50-4620-8292-316988C70EEC" (finishTask:180s); id:…265D7893EB3F> 默认 16:44:50.079116 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.079708 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f60b540> 默认 16:44:50.095227 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.3 with UUID 3CEC7182-6E99-49EC-BF82-F3B018CA58FF 默认 16:44:50.095835 +0800 pasted Loading item 0x7f86aa414ec0 C3866328-0A0D-47FD-B5DD-B84ED2279856 type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/79bb0b8da1e173326eb94ab0c7f89c1cd53eddb0/bc85434e858de5059dc6dc4ee41a1d48d430174b 默认 16:44:50.096183 +0800 pasted ...item request completed. Error: (null) 默认 16:44:50.096713 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/79bb0b8da1e173326eb94ab0c7f89c1cd53eddb0/bc85434e858de5059dc6dc4ee41a1d48d430174b -- purposeID: E615D1D1-3641-4B3B-8AF3-54FC4E04690A -- claimID: E635879B-B58D-4D1F-8726-4DD8C4176635 默认 16:44:50.100601 +0800 Keep Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606 invoked in client 默认 16:44:50.101089 +0800 filecoordinationd Received claim E635879B-B58D-4D1F-8726-4DD8C4176635 默认 16:44:50.102562 +0800 filecoordinationd Claim E635879B-B58D-4D1F-8726-4DD8C4176635 granted in server 默认 16:44:50.102825 +0800 assertiond [Keep:22405] Attempting to acquire assertion for Keep:22405: <BKProcessAssertion: 0x7fc83f40d760; "File Coordination Claim E635879B-B58D-4D1F-8726-4DD8C4176635" (finishTask:180s); id:…B58B9CDBC3EA> 默认 16:44:50.103038 +0800 assertiond [Keep:22405] Add assertion: <BKProcessAssertion: 0x7fc83f40d760; id: 22378-BB32E971-4924-40BE-A158-B58B9CDBC3EA; name: "File Coordination Claim E635879B-B58D-4D1F-8726-4DD8C4176635"; state: active; reason: finishTask; duration: 180.0s> { owner = <BSProcessHandle: 0x7fc83f515470; filecoordinatio:22378; valid: YES>; flags = preventSuspend, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep; } 默认 16:44:50.103091 +0800 assertiond [Keep:22405] Activate assertion: <BKProcessAssertion: 0x7fc83f40d760; "File Coordination Claim E635879B-B58D-4D1F-8726-4DD8C4176635" (finishTask:180s); id:…B58B9CDBC3EA> 默认 16:44:50.103163 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.103004 +0800 filecoordinationd Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606 was revoked 默认 16:44:50.103669 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f6117c0; "File Coordination Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606" (finishTask:180s); id:…18170D122F5F> 默认 16:44:50.105600 +0800 Keep Claim E635879B-B58D-4D1F-8726-4DD8C4176635 granted in client 默认 16:44:50.105398 +0800 filecoordinationd Claim E635879B-B58D-4D1F-8726-4DD8C4176635 invoked in server 默认 16:44:50.103750 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f6117c0; "File Coordination Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606" (finishTask:180s); id:…18170D122F5F> 默认 16:44:50.103826 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] <BKProcessAssertion: 0x7fc83f40d760; "File Coordination Claim E635879B-B58D-4D1F-8726-4DD8C4176635" (finishTask:180s); id:…B58B9CDBC3EA> [active] } 默认 16:44:50.103896 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.104073 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f6117c0; "File Coordination Claim 1DEFC208-2A1F-4EFA-B6C3-6537511B5606" (finishTask:180s); id:…18170D122F5F> 默认 16:44:50.104140 +0800 assertiond Updating PowerAssertion on Keep:22405 默认 16:44:50.105487 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f6117c0> 默认 16:44:50.109168 +0800 Keep TIC TLS Event [4:0x600000175840]: 20, Pending(0) 默认 16:44:50.109257 +0800 Keep TIC TCP Conn Connected [4:0x600000175840]: Err(16) 默认 16:44:50.109483 +0800 Keep TIC TCP Conn Event [4:0x600000175840]: 1 默认 16:44:50.109606 +0800 Keep TIC TCP Conn Event [4:0x600000175840]: 8 默认 16:44:50.109812 +0800 Keep TIC TLS Handshake Complete [4:0x600000175840] 默认 16:44:50.110209 +0800 Keep Task <3214ED6B-0DA1-4F83-BCE9-6A237C5A1901>.<0> now using Connection 4 默认 16:44:50.111557 +0800 Keep Task <3214ED6B-0DA1-4F83-BCE9-6A237C5A1901>.<0> sent request, body S 默认 16:44:50.124285 +0800 Keep Claim E635879B-B58D-4D1F-8726-4DD8C4176635 invoked in client 默认 16:44:50.124562 +0800 filecoordinationd Claim E635879B-B58D-4D1F-8726-4DD8C4176635 was revoked 默认 16:44:50.124827 +0800 pasted BundleID com.gotokeep.keep from team C62TJ4568H is requesting pasteboard org.OpenUDID.slot.5 默认 16:44:50.125630 +0800 pasted ...requesting pasteboard org.OpenUDID.slot.5 completed. Error: (null) 默认 16:44:50.125859 +0800 assertiond Client relinquished <BKProcessAssertion: 0x7fc83f40d760; "File Coordination Claim E635879B-B58D-4D1F-8726-4DD8C4176635" (finishTask:180s); id:…B58B9CDBC3EA> 默认 16:44:50.125954 +0800 assertiond [Keep:22405] Deactivate assertion: <BKProcessAssertion: 0x7fc83f40d760; "File Coordination Claim E635879B-B58D-4D1F-8726-4DD8C4176635" (finishTask:180s); id:…B58B9CDBC3EA> 默认 16:44:50.126753 +0800 pasted Bundle ID com.gotokeep.keep from team C62TJ4568H is requesting item 0 of type org.OpenUDID from pasteboard named org.OpenUDID.slot.5 with UUID A73C7BD0-8B12-4458-BE1A-F77F16EA641A 默认 16:44:50.126020 +0800 assertiond [Keep:22405] dump all assertions HWM:4 (deactivateAssertion): { <BKProcessAssertion: 0x7fc83f40a630; "Resume" (activation:inf); id:…89B77C20F435> [active] <BKProcessAssertion: 0x7fc83f415120; "Deliver Message" (suspend:10s); id:…41E57D4241B6> [active] } 默认 16:44:50.127056 +0800 pasted Loading item 0x7f86aa40f100 ED73E620-E3D9-4415-A18D-17BBB1E3F26B type org.OpenUDID from URL file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/768564daef92004e4e23954660d6413f58220840/bf6c0986e58f8c81d20762ede9c182a62e3a38c9 默认 16:44:50.127123 +0800 assertiond [Keep:22405] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x7fc83f40d760 added: (none); removed: preventIdleSleep) 默认 16:44:50.127187 +0800 assertiond [Keep:22405] Setting jetsam priority to 10 [0x10300] 默认 16:44:50.127229 +0800 assertiond Releasing PowerAssertion on Keep:22405 from update 默认 16:44:50.127468 +0800 assertiond [Keep:22405] Remove assertion: <BKProcessAssertion: 0x7fc83f40d760; "File Coordination Claim E635879B-B58D-4D1F-8726-4DD8C4176635" (finishTask:180s); id:…B58B9CDBC3EA> 默认 16:44:50.127718 +0800 assertiond -[BKAssertion dealloc] - <0x7fc83f40d760> 错误 16:44:50.128613 +0800 pasted [ERROR] Could not create a bookmark: Error Domain=NSFileProviderInternalErrorDomain Code=0 "NoValidProviderFound_url" UserInfo={NSLocalizedDescription=NoValidProviderFound_url} 默认 16:44:50.129370 +0800 Keep Read options: 8 -- URL: file:///Users/sunyingying/Library/Developer/CoreSimulator/Devices/2825875A-5809-42D8-ADE2-694226C020DB/data/Library/Caches/com.apple.Pasteboard/768564daef92004e4e23954660d6413f58220840/bf6c0986e58f8c81d20762ede9c182a62e3a38c9 -- purposeID: 70B10883-CBA1-458C-BC9E-65D99F6881C6 -- claimID: 7230A300-927F-46E1-96B4-479D3E159FC2 默认 16:44:50.128874 +0800 pasted ...item request completed. Error: (null)

Manual testing is normal

mykola-mokhnach commented 7 years ago

The log above does not contain any records about WebDriverAgent are you sure the log's start and end dates are correct?

How do you install your application on Simulator? Do you use xcrun simctl install utility?

lanzelot1989 commented 7 years ago

I had to start the WebDriverAgent by clicking its symbol (by hand after my last XCode update) to get it to start the subsequent times.

Maybe you can also get the WDA to work again that way.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.