App crashes again and again

Xcode Version : 7.3
Appium Version : 1.5.3 (Ara)

i have given the path of .app zip which was created in debug and with dev certificate. Even have tried with adding the launchTimeout capability and setting it to something like 120000. App launches and crashes.

DesiredCapabilities capsabilities = new DesiredCapabilities();
	System.out.println(capsabilities);
	
	capsabilities.setCapability("platformName", "iOS");

// capsabilities.setCapability(CapabilityType.BROWSER_NAME, “iOS”);
capsabilities.setCapability(“platformVersion”, “9.3”); //Replace this with your iOS version
capsabilities.setCapability(“deviceName”, “iPhone 5s”); //Replace this with your simulator/device version
capsabilities.setCapability(“app”, “/Users/sumit.kathuria/Documents/workspace/gaanaiOS/src/main/resouces/Gaanadotapp.zip”);//Replace this with app path in your system
// capsabilities.setCapability(“app”, app.getAbsolutePath());
// capsabilities.setCapability(“app”, “https://s3.amazonaws.com/appium/TestApp8.4.app.zip”);
// iPOD - a010b5efbe949a423445ad5c4dda7065eb178539

	constant.driver = new IOSDriver(new URL("http://127.0.0.1:4723/wd/hub"), capsabilities);

47-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/66CF11FE-62AB-44EA-B87C-1FF2D282E6D7
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:27 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.VPN at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/6B16CD08-DCE2-410A-9641-E3260EABE554
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:27 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.WiFi at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/6892E905-C816-4297-8FFB-33DE6F03A8C5
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:27 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Duet.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:27 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DuetHeuristics.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:27 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DuetPLLConfigLogger.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:27 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterAuthenticateExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/9E72E681-9BDF-4F29-A1FC-814AC193CF8E

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:28 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterChallengeIssueExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/534C55BA-4D82-43E4-A9BA-B38BEFE6F643

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:28 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterDashboardExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/A52A30E2-C4D4-405B-B712-386FBACC842E
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:28 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterFriendRequestExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/6B92666F-3049-4C30-AE0A-CAEFC19EF989

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:28 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterMatchmakerExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/914EC6D8-274D-4FF3-81B1-08D3EBEAC72A
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:28 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterTurnBasedMatchmakerExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/D3D0ED47-83EE-49D5-AA42-EC028583E7C8

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:29 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NanoAudioControl.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:29 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NanoMediaRemote.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:29 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NanoMusicSync.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:29 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NCLaunchStats.framework

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:29 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.Sharing.AirDropDiagnostic at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/74E26E1C-BCF6-427B-BCA6-2B3F8FAAC8ED

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:29 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SoftwareUpdateBridge.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:30 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/TelephonyRPC.framework

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:30 nod-bf2-lo-d563 installd[49318]: 0x70000019a000 -[MILaunchServicesDatabaseGatherer performGatherWithError:]: Updated plugin containers with parent bundle IDs

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:32 nod-bf2-lo-d563 healthd[49317]: CoreLocation: Timeout (after 5 seconds) occurred during wait!

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:32 nod-bf2-lo-d563 healthd[49317]: CoreLocation: Response invalid.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:32 nod-bf2-lo-d563 healthd[49317]: CoreLocation: Error on message reply (Connection invalid)

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:34 nod-bf2-lo-d563 profiled[49353]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.ydp16d : No such file or directory

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:34 nod-bf2-lo-d563 profiled[49353]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:34 nod-bf2-lo-d563 locationd[49327]: BLP: bundle path does not exist, /System/Library/LocationBundles/MotionCalibration.bundle
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:34 nod-bf2-lo-d563 locationd[49327]: BLP: Need a bundle path or a bundle identifier.

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 profiled[49353]: (Note ) MC: Waking daemons post migration

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 SpringBoard[49324]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them

[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 webbookmarksd[49363]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 profiled[49353]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.zRSKHm : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 profiled[49353]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 locationd[49327]: Location icon should now be in state ‘Inactive’
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 routined[49313]: BTM: attaching to BTServer

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 routined[49313]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 CoreSimulatorBridge[49332]: KEYMAP: Chose mode=en_US@hw=US;sw=QWERTY from match=en_US@hw=US;sw=QWERTY from language=en
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:35 nod-bf2-lo-d563 routined[49313]: CoreLocation: Error occurred while trying to retrieve motion state update: CMErrorDomain Code:104

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:36 nod-bf2-lo-d563 pkd[49342]: assigning plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:36 nod-bf2-lo-d563 pkd[49342]: enabling pid=49312 for plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) 53CD2B76-0C19-486D-8BD3-4C66FC2D1546 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/ServerDocuments.app/PlugIns/ServerFileProvider.appex

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:37 nod-bf2-lo-d563 carkitd[49368]: BTM: attaching to BTServer

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:37 nod-bf2-lo-d563 carkitd[49368]: BTM: failed to attach with error 9

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:37 nod-bf2-lo-d563 routined[49313]: open on /var/mobile/Library/Caches/com.apple.routined/defaults.plist: No such file or directory

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:37 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:38 nod-bf2-lo-d563 routined[49313]: 491740358.140952 (8/1/16, 4:02:38 PM GMT+5:30), [ASSETS]: Could not copy asset at path, /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Assets/com_apple_MobileAsset_routined_defaults/a499000c8fa5157deac0d44f822e9d9797c5110a.asset/AssetData/defaults.plist, to path, /var/mobile/Library/Caches/com.apple.routined/defaults.plist, error, Error Domain=NSCocoaErrorDomain Code=4 “The file “defaults.plist” doesn’t exist.” UserInfo={NSSourceFilePathErrorKey=/Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Assets/com_apple_MobileAsset_routined_defaults/a499000c8fa5157deac0d44f822e9d9797c5110a.asset/AssetData/defaults.plist, NSUserStringVariant=(

[iOSLog] [IOS_SYSLOG_ROW] Copy
[iOSLog] [IOS_SYSLOG_ROW] ), NSDestinationFilePath=/var/mobile/Library/Caches/com.apple.routined/defaults.plist, NSFilePath=/Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Assets/com_apple_MobileAsset_routined_defaults/a499000c8fa5157deac0d44f822e9d9797c5110a.asset/AssetData/defaults.plist, NSUnderlyingError=0x7f90b0628080 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}.

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:40 nod-bf2-lo-d563 com.apple.datamigrator[49357]: objc[49357]: Class ETDataMigrator is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FriendKit.framework/FriendKit and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/DataClassMigrators/ETDataMigrator.migrator/ETDataMigrator. One of the two will be used. Which one is undefined.

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:41 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:41 nod-bf2-lo-d563 nsurlsessiond[49344]: Task 2 for client <CFString 0x7f8511f08b00 [0x107ae0a40]>{contents = “com.apple.itunesstored”} completed with error - code: -999

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:42 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:42 nod-bf2-lo-d563 CoreSimulatorBridge[49332]: Requesting installation of file:///var/folders/gl/7p42szm90m38gwlk0wmmhfksycyrhb/T/201671-49239-11jcijh/Gaanadotapp.app/ with options: {
[iOSLog] [IOS_SYSLOG_ROW] CFBundleIdentifier = “com.til.gaana”;
[iOSLog] [IOS_SYSLOG_ROW] PackageType = Developer;
[iOSLog] [IOS_SYSLOG_ROW] SimulatorRootPath = “/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk”;
[iOSLog] [IOS_SYSLOG_ROW] SimulatorUserPath = “/Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data”;
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:42 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of “/var/folders/gl/7p42szm90m38gwlk0wmmhfksycyrhb/T/201671-49239-11jcijh/Gaanadotapp.app” type Developer (LSInstallType = (null)) requested by CoreSimulatorBridge (pid 49332)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:42 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 -[MIInstaller _extractPackageWithError:]: Did not construct delta; doing full copy for installation.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:43 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:43 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:43 nod-bf2-lo-d563 fileproviderd[49312]: plugin com.apple.ServerDocuments.ServerFileProvider invalidated
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:43 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:43 nod-bf2-lo-d563 ServerFileProvider[49369]: host connection <NSXPCConnection: 0x7ffa0b5005f0> connection from pid 49312 invalidated
[HTTP] <-- GET /wd/hub/status - - ms - -
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator performDataMigratorMigrationWithError:]: Performing Data Migration on 13E230

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMFileManager standardizeAllSystemContainerACLsAtURL:error:]: Potential containers requiring ACL migration: (
[iOSLog] [IOS_SYSLOG_ROW] “EA1D5CF8-7CF9-4802-9BC3-4CB3B1672CDC/ – file:///Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/System/”,
[iOSLog] [IOS_SYSLOG_ROW] “F30C6265-08BA-40B8-81A3-B4E2C31D89A8/ – file:///Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/System/”

[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMFileManager standardizeAllSystemContainerACLsAtURL:error:]: Potential containers requiring ACL migration: (
[iOSLog] [IOS_SYSLOG_ROW] “systemgroup.com.apple.configurationprofiles/ – file:///Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/”,
[iOSLog] [IOS_SYSLOG_ROW] “systemgroup.com.apple.lsd.iconscache/ – file:///Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator _performInternalACLMigrationWithError:]: Successful acl migration. Writing marker file.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E230 for mcm_acl2_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator _performBundleContainerOwnershipMigrationWithError:]: Changing ownership of bundle container content.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle/Application: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle/Framework: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle/PluginKitPlugin: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle/VPNPlugin: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]: Could not chown /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle: Operation
not permitted
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator _performBundleContainerOwnershipMigrationWithError:]: Successful bundle migration. Writing marker file.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E230 for mcm_bundle_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:52 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMCodeSigningMapping _migrateAppGroupIdsFromDataContainersToFile]: Performing group ID migration
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.iCloudDriveApp at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/0EBD36B7-E143-441F-8939-3ECAE274A5C7
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.mobilesafari at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/10F8BD52-8109-4308-889E-115073CF0A33
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.webapp at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/1A5B2DB3-F173-43D4-80E1-CBBA4C6DCDE2
[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.HealthPrivacyService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/1A9BB2A6-64AA-4DA2-81A3-3863CFEFCA61
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.Maps at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/2751653A-6338-40A4-8E52-457018D2D536

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.SafariViewService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/2999CE8A-AEE3-4410-BBC5-BDF68F195CE0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.news at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/3880DAF5-D573-409D-8223-797C9640CD5F
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.AccountAuthenticationDialog at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/3BF105C2-5C89-4825-B734-4FB85604AE92
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/6083B7EE-7335-463B-9CE8-2DE03D4DF9E1

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.gamecenter.GameCenterUIService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/61EE72B1-082B-4D90-A025-DD2C8ABF6E96
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.webapp1 at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/6A7ACE5C-7FBB-49DD-96C7-F40874BA0CEE
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.gamecenter at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/87628B69-6C85-47F3-98DE-378182545E99
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.ServerDocuments at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/9022B200-78D7-4B64-840A-937A9B62A9AD

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.datadetectors.DDActionsService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/9655C864-D5F8-4638-BE65-DC30FA678E1B
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.ios.StoreKitUIService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/9AB39E9B-4A02-4BE0-B8D9-3779C9D4EEC5

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.WebViewService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/C883EC72-C1F8-4FFA-B7B3-783DA3EA1F13
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.Health at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/D2E92BC0-9DBF-404D-98DA-F36385F22314
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.share at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/FC2381B3-062C-424B-907C-47C6885EAEFD

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.CryptoTokenKit.setoken at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/002DACBA-EEF2-4100-85D9-56D491CF3EAF
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.mobilesafari.SafariDiagnosticExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/00E61F76-5DEA-4FA7-95E5-69F95DE9C04F

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Baseband at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/011D04AB-C907-4F9D-BBE5-58E1E06A3D5F
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.FaceTime at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/0226FE4D-CE06-473B-8A81-B6E001712688
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.LowMemory at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/05C7E504-8FF1-4735-8C65-85E1023A8DBF
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.share.Facebook.post at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/0A97FCF3-025C-456D-BD2F-101FDCB8CFAA
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:53 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.DataAccess at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/0C2FF3E1-82DC-484D-BB8D-5869F20087D3

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Sandbox at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/14885C6C-BC44-4545-9BFB-9CA06D432570
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.social.SLGoogleAuth.SLGoogleAuthService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/2158B52E-BE14-47F0-8BC7-52555E072473

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.CrashLogs at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/2323372B-E3F4-408F-AA85-41856C8F6EA5
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.share.Flickr.post at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/2851ABB4-06FC-4B00-A796-CAA3212CF691
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.MobileAddressBook.ContactsCoreSpotlightExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/294268ED-A67F-43FB-BE22-F8DB56B9A64F

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Keyboard at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/3012246C-4F1A-4E28-A192-874FDD01E5D3
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.share.TencentWeibo.post at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/3346B932-7B0C-4D3A-B5A5-4C50BCB8D85E
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.ReplayKit.RPVideoEditorExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/3357B732-C569-4BA2-B781-5A6788DB2C71
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.mobileslideshow.StreamShareService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/34B2A899-941F-4BBA-A2C9-B0CE4C5641BB

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.Health.DiagnosticExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/392D1420-3A7D-4FB5-BE00-1ED910B2AE88
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.CoreCDPUI.localSecretPrompt at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/45FD7B0A-AEC5-40F7-8394-731D06876809
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.AuthKitUI.AKLocationSignInAlert at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/48BEEDD6-48CC-473E-A407-4AF8F6430BB0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.MediaPlayer.DiagnosticExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/490C5530-9905-4166-A879-6405F0C1D490
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.GameCenterUI.GameCenterChallengeIssueExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/534C55BA-4D82-43E4-A9BA-B38BEFE6F643
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.ServerDocuments.ServerDocumentProvider at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/59DFAC06-4171-4DA2-9C16-B99BCF8B8544

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DataDetectorsUI.ActionsExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/5F65102C-AE6D-4D6B-8673-51E8702B2EB2
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.mobileslideshow.PhotosDiagnostics at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/604B965C-7931-4A3C-A8F6-0EA594ED9560
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.MobileAddressBook.ContactsViewService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/62BBB113-AFFA-4A7D-8381-0F687B8297B1

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.MobileAddressBook.ContactViewViewService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/658177AC-FF3A-4430-87EF-D401F70A71B9
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.VisualVoiceMail at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/66CF11FE-62AB-44EA-B87C-1FF2D282E6D7
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.WiFi at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/6892E905-C816-4297-8FFB-33DE6F03A8C5

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:54 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.VPN at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/6B16CD08-DCE2-410A-9641-E3260EABE554
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Phone at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/6B189A81-8C21-4DE2-AA83-4E23AA54C63F

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.GameCenterUI.GameCenterFriendRequestExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/6B92666F-3049-4C30-AE0A-CAEFC19EF989
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.UIKit.fileprovider.default at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/70DE686E-C8FC-45C2-BF1B-07027C8EC0F1
[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.Sharing.AirDropDiagnostic at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/74E26E1C-BCF6-427B-BCA6-2B3F8FAAC8ED

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.StackShot at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/76F05279-F616-41E0-8F9A-EDAA328F3774
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.AnnotationKit.Markup at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/785AB1F9-E610-4F90-9F11-AFF6970D475F
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Syslog at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/808105DA-9606-49E7-B9DB-7BE20CA7B5FC

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Contacts at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/811A7FE6-C1BC-45E6-92EF-A97564238274
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.UIKit.screenpicker at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/8CF10720-4225-4431-8ADD-4DC2FD7F4F48

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.BackgroundAppRefresh at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/8D502869-07D1-467C-84EE-6844DDF2D42B
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.GameCenterUI.GameCenterMatchmakerExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/914EC6D8-274D-4FF3-81B1-08D3EBEAC72A
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Messages at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/93895ED9-5469-43A6-B1D3-A52000A3FBCD
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Bluetooth at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/94015112-B0BB-40D1-A472-5A7844A94226

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.GameCenterUI.GameCenterAuthenticateExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/9E72E681-9BDF-4F29-A1FC-814AC193CF8E
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.UIKit.shareinvitation at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/A496E65A-FC51-4A35-883B-B6B1E6C6B149
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.GameCenterUI.GameCenterDashboardExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/A52A30E2-C4D4-405B-B712-386FBACC842E
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.BatteryCenter.BatteryWidget at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/A8F700F9-2E8B-48D0-9E9F-FA660900FEC6
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.AuthKitUI.AKSecondFactorAlert at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/AC6229FC-B960-4946-8AF3-657289FCE074
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.news.addrssfeed at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/AC8EED15-3263-4C3B-A019-B4A93CC52B76

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.AuthKitUI.AKSecondFactorEntryAlert at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/B9EC1C1A-7860-45DF-93A9-3C4C2BF68C5A
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.reminders.spotlight at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/BAB265CA-9CDA-40A7-9BFF-8DE0CC73B6D8

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.mobilecal.widget at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/BC01665C-7788-4B72-AFDA-B41807CED776
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:55 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.mobilecal.diagnosticextension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/BDF242D3-FC8C-45CB-BA7E-73F678E7136E
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Siri at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/BE05F8B1-C672-41AF-9C08-C65524836625
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.SpringBoard at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/C318FF57-5B9C-467C-B3CD-FF8D5E65058D
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.reminders.RemindersEditorExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/C5865B1D-9498-473D-AAA4-5A523FD6E97F

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.mobilecal.spotlight at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/C9849A52-8A3E-41AC-8F23-6EEEA4A571F6
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.HangTracer at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/D306EA8A-B5DE-430D-BFDA-A57EA33CC076
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.GameCenterUI.GameCenterTurnBasedMatchmakerExtension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/D3D0ED47-83EE-49D5-AA42-EC028583E7C8

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.social.SLYahooAuth.SLYahooAuthService at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/D8E8A01D-4AFF-454E-A70A-09DDF1115B94
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.DiagnosticExtensions.Panic at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/DC7D3ADA-8566-4B7A-93CA-87F75337EF39
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.reminders.todaywidget at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/E41A9043-5274-411D-8E0B-CC78A1F52A2F
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.ServerDocuments.ServerFileProvider at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/E5C94D07-35B6-4C14-B450-E8D22B53E342
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.gamecenter.TTRGameCenter at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/EA69B755-AA62-413F-8C0A-06F36067DB4A

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.PassKit.applepay.diagnosticextension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/EB15F1A1-195A-4697-B88D-C6C22C3B2B2D
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.news.diagnosticextension at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/EDA09B2C-0CB9-4950-B12B-13E6980BDAE0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.share.Vimeo.post at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/F5E30091-E513-4F59-A722-D4791651F4F3
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.share.SinaWeibo.post at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/F6765480-D091-4EBF-AD63-69D8DB797ECA
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.share.Twitter.post at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/PluginKitPlugin/FC99B6F9-70DA-4431-9D16-474235C4DEE8

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E230 for mcm_group_id_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:56 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMCodeSigningMapping _migrateAppGroupIdsFromDataContainersToFile]: Group ID migration completed
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMCodeSigningMapping _migrateCachedCodeSigningInfoFromBundleContainersToMapping]: Performing code signing migration

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E230 for mcm_code_signing_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 -[MCMCodeSigningMapping _migrateCachedCodeSigningInfoFromBundleContainersToMapping]: Code Signing migration completed
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for group.com.apple.ServerDocuments at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/AppGroup/4CB5E1BF-9DD7-4668-A436-743A7A3B3553
[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for com.apple.PreviewLegacySignaturesConversion at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/AppGroup/A99D2BD6-1591-45EC-A2E0-DEC029D56D50

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 +[MCMMetadata readAndValidateMetadataAtUrl:forUser:checkClassPath:error:]: 95: Incorrect UserId: 2093965835, expecting: 501 for group.com.apple.news at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/AppGroup/DE6033C9-4661-423B-94A3-A490F2E5BEEF

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:57 nod-bf2-lo-d563 com.apple.datamigrator[49357]: LaunchServices: failed trying to migrate file file:///private/var/db/lsd/com.apple.lsdidentifiers.plist to (null)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:58 nod-bf2-lo-d563 profiled[49353]: (Note ) MC: Beginning post-DataMigrator migration. Context: Device erasure, passcode was set in backup: 0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:58 nod-bf2-lo-d563 profiled[49353]: (Note ) MC: Migrating passcode…
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:58 nod-bf2-lo-d563 profiled[49353]: (Note ) MC: Completed migrating passcode.
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:58 nod-bf2-lo-d563 profiled[49353]: (Note ) MC: Post-DataMigrator migration complete.

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:02:59 nod-bf2-lo-d563 com.apple.datamigrator[49357]:

[iOSLog] [IOS_SYSLOG_ROW] AB Migration - image db migration took 1.406768s

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:00 nod-bf2-lo-d563 com.apple.datamigrator[49357]: table drop: 101

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:00 — last message repeated 1 time —

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:00 nod-bf2-lo-d563 com.apple.datamigrator[49357]:
[iOSLog] [IOS_SYSLOG_ROW] AB Migration - main db migration took 1.034991s

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:00 nod-bf2-lo-d563 com.apple.datamigrator[49357]: Error opening database: unable to open database file

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:02 nod-bf2-lo-d563 searchd[49380]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexGeneral in SICreateNewIndex:7347: Creating New Index
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c07104e0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0428030 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c06213c0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0621530 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c04299e0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7fb9c07104e0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7fb9c07104e0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 10 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 11 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 12 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 13 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 14 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 15 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 16 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 17 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 18 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 19 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 20 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 21 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 22 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 23 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 24 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexGeneral in SICreateNewIndex:7347: Creating New Index
[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0712630 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0622d70 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c04320f0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0622fe0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0623150 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7fb9c0712630

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 10 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 11 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 12 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 13 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 14 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 15 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 16 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 17 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 18 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 19 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 20 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 21 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 22 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 23 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 24 to 0x7fb9c0712630
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexGeneral in SICreateNewIndex:7347: Creating New Index

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c052cda0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0628200 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0711390 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c0434120 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:03 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7fb9c07117a0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7fb9c052cda0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 10 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 11 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 12 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 13 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 14 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 15 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 16 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 17 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 18 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 19 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 20 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 21 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 22 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 23 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 24 to 0x7fb9c052cda0

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 pkd[49342]: assigning plug-in com.apple.reminders.spotlight(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 pkd[49342]: enabling pid=49380 for plug-in com.apple.reminders.spotlight(1.0) 34261A4B-2490-474F-BC86-DCEAAD3EBD4D /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Reminders.app/PlugIns/RemindersSpotlight.appex
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 pkd[49342]: assigning plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:04 nod-bf2-lo-d563 pkd[49342]: enabling pid=49380 for plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) 8A61D7A4-D0D1-4666-9891-314B4404B826 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Contacts.app/PlugIns/ContactsCoreSpotlightExtension.appex

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:05 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 25 to 0x7fb9c07104e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:05 nod-bf2-lo-d563 RemindersSpotlight[49382]: PlugInKit subsystem NSSharingService_Subsystem not present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:05 nod-bf2-lo-d563 ContactsCoreSpotlightExtension[49381]: PlugInKit subsystem NSSharingService_Subsystem not present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:05 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 — last message repeated 5 times —

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 25 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 26 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7fb9c0628200
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 27 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7fb9c0628200
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 28 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 29 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 30 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 31 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 32 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 33 to 0x7fb9c052cda0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 34 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 pkd[49342]: assigning plug-in com.apple.mobilecal.spotlight(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 pkd[49342]: enabling pid=49380 for plug-in com.apple.mobilecal.spotlight(1.0) 918A60EC-B775-4337-BF89-EC27284213C1 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/MobileCal.app/PlugIns/MobileCalSpotlight.appex
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 profiled[49353]: (Note ) MC: Loaded MobileCoreServices.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 MobileCalSpotlight[49384]: PlugInKit subsystem NSSharingService_Subsystem not present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:06 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:08 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:08 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7fb9c0434120

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:08 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 35 to 0x7fb9c052cda0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:08 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 36 to 0x7fb9c052cda0

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:09 nod-bf2-lo-d563 tccd[49336]: Refusing client without bundle identifier (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/routined)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 37 to 0x7fb9c052cda0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 38 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7fb9c0628200
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 39 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7fb9c0628200
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 40 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 41 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 42 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 43 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:10 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7fb9c0434120

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:12 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:12 — last message repeated 3 times —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:12 nod-bf2-lo-d563 MobileCalSpotlight[49384]: host connection <NSXPCConnection: 0x7fee68f00c30> connection from pid 49380 invalidated
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:12 nod-bf2-lo-d563 searchd[49380]: plugin com.apple.reminders.spotlight invalidated
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:12 nod-bf2-lo-d563 RemindersSpotlight[49382]: host connection <NSXPCConnection: 0x7f99725066b0> connection from pid 49380 invalidated
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:12 nod-bf2-lo-d563 searchd[49380]: plugin com.apple.mobilecal.spotlight invalidated

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:14 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 25 to 0x7fb9c0712630

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:22 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 44 to 0x7fb9c052cda0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:22 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/CFNetworkAgent

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:22 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 -[MIInstaller performInstallationWithError:]: Installing

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:22 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/HealthKitUI.framework
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:23 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.til.gaana at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Data/Application/930B6F8D-C263-4398-AA0B-9B49FB720C15

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:23 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.til.gaana at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Bundle/Application/851BAA6F-A5BA-42CC-953B-8F4796315233
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:23 nod-bf2-lo-d563 com.apple.MobileInstallationHelperService[49354]: 0x70000019a000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/CFNetworkAgent
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:24 nod-bf2-lo-d563 installd[49318]: 0x7000002a0000 -[MIInstaller performInstallationWithError:]: Install Successful; Staging: 39.55s; Waiting: 0.00s; Preflight/Patch: 1.14s, Verifying: 0.04s; Overall: 41.19s

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:24 nod-bf2-lo-d563 ondemandd[49387]: ondemandd is starting up…

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:25 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:25 nod-bf2-lo-d563 ondemandd[49387]: No existing database at /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/OnDemandResources/Database/odr.sqlite, signal folks that this one might not be trustworthy IRT files on the device.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:25 nod-bf2-lo-d563 lsd[49337]: LaunchServices:(called by PID 49332) Identifiers file does not exist, creating file.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:25 nod-bf2-lo-d563 containermanagerd[49338]: 0x700000094000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:30 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:30 — last message repeated 11 times —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:30 nod-bf2-lo-d563 com.apple.datamigrator[49357]: Performing account migration. Asking dataaccessd to exit

[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:30 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 45 to 0x7fb9c052cda0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:30 nod-bf2-lo-d563 searchd[49380]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7fb9c0628200

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 nod-bf2-lo-d563 com.apple.datamigrator[49357]: dataaccessd does not seem to want to quit. Sending it a SIGKILL

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (com.apple.dataaccess.dataaccessd[49359]): Service exited due to signal: Killed: 9

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 nod-bf2-lo-d563 com.apple.datamigrator[49357]: Migrating form autofill password…
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 nod-bf2-lo-d563 com.apple.datamigrator[49357]: Migrating authentication credentials…

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 nod-bf2-lo-d563 searchd[49380]: plugin com.apple.MobileAddressBook.ContactsCoreSpotlightExtension invalidated
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:35 nod-bf2-lo-d563 ContactsCoreSpotlightExtension[49381]: host connection <NSXPCConnection: 0x7fecd94040c0> connection from pid 49380 invalidated

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:36 nod-bf2-lo-d563 com.apple.datamigrator[49357]: com.apple.datamigrator: +[ICAppUtilities applicationDocumentsURL]:67 Failed to get group container URL

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:36 nod-bf2-lo-d563 com.apple.datamigrator[49357]: com.apple.datamigrator: -[ICNoteContext createPersistentStore]:1290 Trying to create persistent store, but the URL is nil
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:36 nod-bf2-lo-d563 com.apple.datamigrator[49357]: com.apple.datamigrator: +[ICNoteContext startSharedContextWithOptions:]:157 Shared context has no valid persistent store
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 com.apple.datamigrator[49357]: com.apple.datamigrator: +[ICNoteContext sharedContext]:201 No shared context: (
[iOSLog] [IOS_SYSLOG_ROW] 0 NotesShared 0x0000000116254ee3 +[ICNoteContext sharedContext] + 61
[iOSLog] [IOS_SYSLOG_ROW] 1 MobileNotes 0x0000000115fe532d MobileNotes + 4909
[iOSLog] [IOS_SYSLOG_ROW] 2 com.apple.datamigrator 0x000000010405ab21 com.apple.datamigrator + 23329
[iOSLog] [IOS_SYSLOG_ROW] 3 com.apple.datamigrator 0x000000010405bc70 com.apple.datamigrator + 27760
[iOSLog] [IOS_SYSLOG_ROW] 4 libdispatch.dylib 0x0000000105cc3c89 _dispatch_call_block_and_release + 12
[iOSLog] [IOS_SYSLOG_ROW] 5 libdispatch.dylib 0x0000000105cdf3d7 _dispatch_client_callout + 8
[iOSLog] [IOS_SYSLOG_ROW] 6 libdispatch.dylib 0x0000000105cca42d _dispatch_root_queue_drain + 890
[iOSLog] [IOS_SYSLOG_ROW] 7 libdispatch.dylib 0x0000000105cca0ac _dispatch_worker_thread3 + 98
[iOSLog] [IOS_SYSLOG_ROW] 8 libsystem_pthread.dylib 0x000000010602e4f2 _pthread_wqthread + 1129
[iOSLog] [IOS_SYSLOG_ROW] 9 libsystem_pthread.dylib 0x000000010602c375 start_wqthread + 13
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 com.apple.datamigrator[49357]: com.apple.datamigrator: +[ICNoteContext sharedContext]:201 No shared context: (
[iOSLog] [IOS_SYSLOG_ROW] 0 NotesShared 0x0000000116254ee3 +[ICNoteContext sharedContext] + 61
[iOSLog] [IOS_SYSLOG_ROW] 1 MobileNotes 0x0000000115fe5439 MobileNotes + 5177
[iOSLog] [IOS_SYSLOG_ROW] 2 com.apple.datamigrator 0x000000010405ab21 com.apple.datamigrator + 23329
[iOSLog] [IOS_SYSLOG_ROW] 3 com.apple.datamigrator 0x000000010405bc70 com.apple.datamigrator + 27760
[iOSLog] [IOS_SYSLOG_ROW] 4 libdispatch.dylib 0x0000000105cc3c89 _dispatch_call_block_and_release + 12
[iOSLog] [IOS_SYSLOG_ROW] 5 libdispatch.dylib 0x0000000105cdf3d7 _dispatch_client_callout + 8
[iOSLog] [IOS_SYSLOG_ROW] 6 libdispatch.dylib 0x0000000105cca42d _dispatch_root_queue_drain + 890
[iOSLog] [IOS_SYSLOG_ROW] 7 libdispatch.dylib 0x0000000105cca0ac _dispatch_worker_thread3 + 98
[iOSLog] [IOS_SYSLOG_ROW] 8 libsystem_pthread.dylib 0x000000010602e4f2 _pthread_wqthread + 1129
[iOSLog] [IOS_SYSLOG_ROW] 9 libsystem_pthread.dylib 0x000000010602c375 start_wqthread + 13
[iOSLog] [IOS_SYSLOG_ROW] )

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 com.apple.datamigrator[49357]: No Message.framework accounts to migrate.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 0x7fd790f900b0|Accounts|Note |Done importing accounts.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 accountsd[49343]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 accountsd[49343]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 accountsd[49343]: SecTaskCopyDebugDescription: No such process[49359]
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 accountsd[49343]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.private.accounts.allaccounts’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDAccount: no account
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDBootAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDPIMAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDAlwaysOnAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 bird[49389]: Unable to bootstrap_check_in() to namedDelegatePort ‘com.apple.bird.push’. APS connections will not persist past process lifetime.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/cells.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/cells-local.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-cells.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-wifis.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/clients-b.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/c-trained.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/cells.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/cells.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/wifis.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/wifis.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathu
ria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/cells-local.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/cells-local.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-locations.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-locations.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-cells.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-cells.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-wifis.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/h-wifis.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/compass.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/compass.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/history.db if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/history.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 locationd[49327]: Deleting /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Caches/locationd/glgps_nvs.bin if present
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 bird[49389]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 tccd[49336]: Refusing client without bundle identifier (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/backboardd)
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:37 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 0x7fd790f900b0|DA|Note |DAD: DataAccess Migrator Request For Pefor
ming Asynchrnous Data Migration

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:38 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.security.cloudkeychainproxy3/0x7f96a8c570d0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.cmfsyncagent/0x7f96a8c58970
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.reminders/0x7f96a8c592c0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.sbd/0x7f96a8c59ef0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.VoiceOverTouch/0x7f96a8e0fd30
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.springboard/0x7f96a8e22410
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.Maps/0x7f96a8f1b420
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.wifid/0x7f96a8c5a9c0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.iCloudDriveApp/0x7f96a8e22d90
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.nanoweatherprefsd/0x7f96a8d15470
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.UIKit.fileprovider.default/0x7f96a8c5b200
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.CoreSuggestions/0x7f96a8c5b810
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.accessibility.heard/0x7f96a8c5c1d0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.TextInput.kbd/0x7f96a8c5cb40
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.coretelephony/0x7f96a8f1bf70
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.datamigrator/0x7f96a8c5d360
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.backboardd/0x7f96a8c5dc50
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.mobilesafari/0x7f96a8c5e680
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.mail.recents)/0x7f96a8c5f000
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.messages.recents)/0x7f96a8c5fc70
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.corerecents.map-locations)/0x7f96a8c0ee40
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.eventkit.locations)/0x7f96a8c5c9c0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.passbook.locations)/0x7f96a8f1c940
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.Maps(com.apple.Maps.recents)/0x7f96a8c5ca80
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.Maps(com.apple.MapsSupport.history)/0x7f96a8f1d0e0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.Maps(com.apple.MapsSupport.bookmarks)/0x7f96a8c60be0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.mobilesafari(com.apple.Safari.WebFeedSubscriptions)/0x7f96a8c61f30
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.mobilesafari(com.apple.S
afari.UserRequests)/0x7f96a8c60620
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:com.apple.mobilesafari(com.apple.mobilesafari)/0x7f96a8c62f30
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) Found new store for app:NSUserDefaults(com.apple.*)/0x7f96a8c5e5b0
[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDAccount: no account
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDPIMAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDAlwaysOnAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDBootAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDAccount: no account
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDBootAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDPIMAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 syncdefaultsd[49388]: (Note ) SYDAlwaysOnAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (com.apple.icloud.fmfd[49393]): Could not find and/or execute program specified by service: 2: No such file or directory: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/fmfd
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:40 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (com.apple.icloud.fmfd[49393]): Service setup event to handle failure and will not launch until it fires.

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 accountsd[49343]: AIDA Notification plugin running
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 0x7fd790f900b0|DA|Note |DAUpdateMigrationVersion : DataAccess Migrator Current Version 13E230

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 com.apple.datamigrator[49357]: (Error) NPSLogging: <NPSDomainAccessor.m +[NPSDomainAccessor resolveActivePairedDevicePairingID:pairingDataStore:]:40> Failed to resolve pairing ID ((null)) or data store ((null)) for active device
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 dataaccessd[49390]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 assetsd[49322]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 DTServiceHub[49333]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 SpringBoard[49324]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 backboardd[49325]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 locationd[49327]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 pkd[49342]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 itunesstored[49365]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 fileproviderd[49312]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 routined[49313]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 CoreSimulatorBridge[49332]: LaunchServices: disconnect event received for service com.apple.lsd.modifydb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 calaccessd[49383]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 searchd[49380]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 com.apple.datamigrator[49357]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 syncdefaultsd[49388]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 profiled[49353]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 ContactsCoreSpotlightExtension[49381]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 tccd[49336]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 nsurlsessiond[49344]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 ondemandd[49387]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 CoreSimulatorBridge[49332]: LaunchServices: disconnect event received for service com.apple.lsd.advertisingidentifiers
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 CoreSimulatorBridge[49332]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 assertiond[49328]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 sharingd[49326]: 16:03:41.985 : Current language changed
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:41 nod-bf2-lo-d563 sharingd[49326]: 16:03:41.991 : Exiting…
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 useractivityd[49362]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 ServerFileProvider[49369]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 useractivityd[49362]: [SFActivityAdvertiser] ERROR: lost XPC connection
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-b
f2-lo-d563 useractivityd[49362]: [SFContinuityScanManager] ERROR: lost XPC connection
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 com.apple.datamigrator[49357]: ISMMigrator: Migrating from system version: 13E230
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 com.apple.datamigrator[49357]: performing migration with updateType: 1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 itunesstored[49365]: [UpdateMigrator]: Migrating iTunes data.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 com.apple.datamigrator[49357]: we are back wit ha reply of <OS_xpc_dictionary: <dictionary: 0x7fd790ca0860> { count = 2, contents =
[iOSLog] [IOS_SYSLOG_ROW] “0” => <int64: 0x7fd790ca00e0>: 1011
[iOSLog] [IOS_SYSLOG_ROW] “1” => <bool: 0x106010a08>: true
[iOSLog] [IOS_SYSLOG_ROW] }>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 com.apple.datamigrator[49357]: Failed removing legacy ubiquitous files from container, error: {
[iOSLog] [IOS_SYSLOG_ROW] NSFilePath = “/Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Mobile Documents/com~apple~TextInput”;
[iOSLog] [IOS_SYSLOG_ROW] NSURL = “file:///Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Mobile%20Documents/com~apple~TextInput”;
[iOSLog] [IOS_SYSLOG_ROW] NSUnderlyingError = “Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory””;
[iOSLog] [IOS_SYSLOG_ROW] }

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:42 nod-bf2-lo-d563 dataaccessd[49390]: 0x7f99cad129b0|DA|Error|spinnerIdentifiers to be implemented by subclass
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 dataaccessd[49390]: 0x7f99cad129b0|SubCal|Error|Error fetching subscribed holiday calendars. Giving up for now. Error Domain=CoreDAVErrorDomain Code=1 “(null)”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 dataaccessd[49390]: 0x7f99cad129b0|DA|Error|spinnerIdentifiers to be implemented by subclass
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 dataaccessd[49390]: 0x7f99cad129b0|SubCal|Error|Error fetching subscribed holiday calendars. Giving up for now. Error Domain=CoreDAVErrorDomain Code=1 “(null)”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 dataaccessd[49390]: 0x7f99cad129b0|DA|Error|spinnerIdentifiers to be implemented by subclass

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 sharingd[49394]: 16:03:43.449 : Starting Up…
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 sharingd[49394]: 16:03:43.459 : Device Capabilities (Handoff:YES, Instant Hotspot:YES, AirDrop:YES, Legacy AirDrop:NO, Remote Disc:NO)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 dataaccessd[49390]: table drop: 101
[Instruments] Instruments socket client never checked in; timing out (global)
[debug] [Instruments] Killing all instruments
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 sharingd[49394]: table drop: 101

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:43 nod-bf2-lo-d563 dataaccessd[49390]: warning: Could not compile statement UPDATE ABPersonFullTextSearch SET First = ? , Last = ? , Middle = ? , FirstPhonetic = ? , MiddlePhonetic = ? , LastPhonetic = ? , Organization = ? , Department = ? , Note = ? , Birthday = ? , JobTitle = ? , Nickname = ? , Prefix = ? , Suffix = ? , DisplayName = ? , Phone = ? , Email = ? , Address = ? , SocialProfile = ? , URL = ? , RelatedNames = ? , IM = ? , Date = ? , SupplementalCompositeNameTerms = ? WHERE rowid = ?: no such table: ABPersonFullTextSearch

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 — last message repeated 5 times —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 itunesstored[49365]: iTunes Store environment is: ST11
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 dataaccessd[49390]: Received notificaion “kCFLocaleCurrentLocaleDidChangeNotification” indicating a language change. Going to exit to pick up new locale support

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 sharingd[49394]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIClientConnection fetchInstalledAppsWithOptions:completion:]: Fetch installed apps requested by lsd (pid 49395) with options (null)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 dataaccessd[49390]: Bogus event on event stream listener.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 sharingd[49394]: 16:03:44.721 : Failed to send SDURLSessionProxy startup message, error Error Domain=com.apple.identityservices.error Code=200 “(null)” UserInfo={NSUnderlyingError=0x7fc4faf3fd10 {Error Domain=com.apple.idssimualtorsupport.errors Code=3 “No pair is active.” UserInfo={NSLocalizedDescription=No pair is active.}}}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (com.apple.iad.limitadtrackingd[49397]): Could not find and/or execute program specified by service: 2: No such file or directory: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/limitadtrackingd
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (com.apple.iad.limitadtrackingd[49397]): Service setup event to handle failure and will not launch until it fires.

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:44 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 itunesstored[49365]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 profiled[49353]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.OoTAvv : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 profiled[49353]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 installd[49318]: 0x700000117000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/CFNetworkAgent

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 profiled[49353]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.YnC4Uw : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 profiled[49353]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Fitness.app
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 accountsd[49343]: 0x7faca3e2f740|DA|Error|Daemon died, cleaning up.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Maps.app/PlugIns/MapsDiagnostic.appex
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 installd[49318]: 0x700000117000 +[MILaunchServicesDatabaseGatherer dictOfPluginKitPluginsInBundle:updatingPluginParentID:withError:]: Failed to get plugin bundles for bundle com.apple.Maps : Error Domain=MIInstallerErrorDomain Code=35 “Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Maps.app/PlugIns/MapsDiagnostic.appex” UserInfo={LegacyErrorString=PackageInspectionFailed, FunctionName=-[MIBundle _validateWithError:], SourceFileLine=30, NSLocalizedDescription=Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Maps.app/PlugIns/MapsDiagnostic.appex}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:45 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Photo Booth.app

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:46 nod-bf2-lo-d563 installd[49318]: 0x700000117000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/CFNetworkAgent

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:46 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/IOKit.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:46 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIFileManager realPathForURL:ifChildOfURL:]: Rejecting /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/System.framework/System -> /…/…/…/…/usr/lib/libSystem.dylib, as it is points outside or to the base /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/System.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:46 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIExecutableBundle _validateWithError:]: 70: Bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/System.framework has missing or invalid CFBundleExecutable in its Info.plist

[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 installd[49318]: 0x700000117000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/HealthKitUI.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ABLE.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/ABLEModel.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppLaunchStats.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppleSauce.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/BiometricKitUI.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 itunesstored[49365]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 itunesstored[49365]: libMobileGestalt MGIOKitSupport.c:387: value for udid-version property of IODeviceTree:/product is invalid ((null))
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 itunesstored[49365]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 itunesstored[49365]: libMobileGestalt MGBasebandSupport.c:60: _CTServerConnectionCopyMobileEquipmentInfo: CommCenter error: 1:45 (Operation not supported)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 itunesstored[49365]: libMobileGestalt MGBasebandSupport.c:189: No CT mobile equipment info dictionary while fetching kCTMobileEquipmentInfoIMEI

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:47 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/CoreFollowUp.framework

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:48 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DeviceToDeviceManager.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:48 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Duet.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:48 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DuetHeuristics.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:48 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/DuetPLLConfigLogger.framework

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:49 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NanoAudioControl.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:49 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NanoMediaRemote.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:49 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NanoMusicSync.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:49 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/NCLaunchStats.framework
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:49 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/SoftwareUpdateBridge.framework

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:49 nod-bf2-lo-d563 installd[49318]: 0x700000117000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/TelephonyRPC.framework
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:52 nod-bf2-lo-d563 profiled[49353]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.8tt4tG : No such file or directory

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:52 nod-bf2-lo-d563 profiled[49353]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:52 nod-bf2-lo-d563 com.apple.datamigrator[49357]: table drop: 101

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 IMDPersistenceAgent[49401]: [Warning] Setting up a new database at path /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/SMS/sms.db.
[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 geod[49399]: 2016-08-01 16:03:53.384, 49399, 13409070, [GEOPersistenceManager]: Mapping directory does not exist. Will create it at path: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/GeoServices/PhoneNumberMapping.plist
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 geod[49399]: 2016-08-01 16:03:53.390, 49399, 13409070, [LogMessageLogging]: adaptorOptionsArray is nil or empty, there no adaptors available to create
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: Beginning MobileTimer migration.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: PassbookDataMigrator: Beginning performMigration… (didUpgrade=NO; didRestoreFromBackup=NO; didMigrateBackupFromDifferentDevice=NO; didRestoreFromCloudBackup=NO;)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 passd[49400]: Migrating data…
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: PassbookDataMigrator: Ending performMigration.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 2016-08-01 16:03:53.753|49357|0x7fd790f900b0: Failed to get contents of Twitter profile image directory with errror Error Domain=NSCocoaErrorDomain Code=260 “The folder “TwitterProfileImages” doesn’t exist.” UserInfo={NSFilePath=/Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Social/TwitterProfileImages, NSUserStringVariant=(
[iOSLog] [IOS_SYSLOG_ROW] Folder
[iOSLog] [IOS_SYSLOG_ROW] ), NSUnderlyingError=0x7fd790fa7370 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 2016-08-01 16:03:53.755|49357|0x7fd790f900b0: Twitter needs profile image file protection upgrade? 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 2016-08-01 16:03:53.756|49357|0x7fd790f900b0: Failed to get contents of Sina Weibo profile image directory with errror Error Domain=NSCocoaErrorDomain Code=260 “The folder “SinaWeiboProfileImages” doesn’t exist.” UserInfo={NSFilePath=/Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Social/SinaWeiboProfileImages, NSUserStringVariant=(
[iOSLog] [IOS_SYSLOG_ROW] Folder
[iOSLog] [IOS_SYSLOG_ROW] ), NSUnderlyingError=0x7fd790f97aa0 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 2016-08-01 16:03:53.756|49357|0x7fd790f900b0: Sina Weibo needs profile image file protection upgrade? 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 2016-08-01 16:03:53.757|49357|0x7fd790f900b0: Failed to get contents of Tencent Weibo profile image directory with errror Error Domain=NSCocoaErrorDomain Code=260 “The folder “TencentWeiboProfileImages” doesn’t exist.” UserInfo={NSFilePath=/Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/Social/TencentWeiboProfileImages, NSUserStringVariant=(
[iOSLog] [IOS_SYSLOG_ROW] Folder
[iOSLog] [IOS_SYSLOG_ROW] ), NSUnderlyingError=0x7fd790d8f300 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: 2016-08-01 16:03:53.757|49357|0x7fd790f900b0: Tencent Weibo needs profile image file protection upgrade? 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: StocksMigrator - Performing Stocks migration…
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: StocksMigrator - failed to get bundleProxyForIdentifier
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: StocksMigrator - Done with Stocks migration…

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:53 nod-bf2-lo-d563 com.apple.datamigrator[49357]: (Error) NPSLogging: <NPSDomainAccessor.m +[NPSDomainAccessor resolveActivePairedDevicePairingID:pairingDataStore:]:40> Failed to resolve pairing ID ((null)) or data store ((null)) for active device

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:54 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:54 nod-bf2-lo-d563 backboardd[49325]: Migration complete (if performed). (Elapsed time: 116.60 seconds)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:54 nod-bf2-lo-d563 itunesstored[49365]: UpdateAssetsOperation: Error retriving asset index.js. manifest URL https://apps.itunes.com/files/ios-music-app/ manifest version 1622.4.0 asset URL https://apps.itunes.com/files/js/4f8e1a42270a0b85c211faeb3fb17ae1/index.js asset version 4f8e1a42270a0b85c211faeb3fb17ae1 asset file URL file:///Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/com.apple.Music/Updatable%20Assets/Assets/index.js.4f8e1a42270a0b85c211faeb3fb17ae1: Error Domain=SSErrorDomain Code=109 “Cannot connect to iTunes Store” UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store, SSErrorHTTPStatusCodeKey=400}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 searchd[49402]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 searchd[49402]: (Error) IndexGeneral in si_playBackMobileRecords:2343: played back 0 records

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 backboardd[49325]: CoreLocation: Device orientation blocking: timeout exceeded!
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: assertion failed: 15A284 13E230: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: FBDefaultLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: FBAppLibraryLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: FBWorkspaceLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: FBSystemGestureLog; isEnabled: 0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: FBAppDataStoreLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBIconLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBStatusBarishLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBAlarmLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBBannerLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBSoundLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBSystemGestureLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBSoftwareUpdateLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:55 nod-bf2-lo-d563 SpringBoard[49324]: Loaded logger: SBUserSessionLog; isEnabled: 0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:56 nod-bf2-lo-d563 searchd[49402]: (Error) IndexGeneral in si_playBackMobileRecords:2343: played back 0 records

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:57 nod-bf2-lo-d563 searchd[49402]: (Error) IndexGeneral in si_playBackMobileRecords:2343: played back 5 records

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:57 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:57 nod-bf2-lo-d563 SpringBoard[49324]: |GAXGeneral|info| whitelistedApps and appSelfLockIDs both nil. No need to enable GAX (Single App Mode)

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:58 nod-bf2-lo-d563 com.apple.accessibility.AccessibilityUIServer[49404]: |AXIPC|warning| Could not find server for service: com.apple.accessibility.AXSpringBoardServer

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:58 nod-bf2-lo-d563 com.apple.accessibility.AccessibilityUIServer[49404]: |AXSBServer|error| AX SpringBoardServer: Error: Domain:AXIPC Code:0 Reason:The operation couldn’t be completed. Could not find server for service: com.apple.accessibility.AXSpringBoardServer
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:58 nod-bf2-lo-d563 com.apple.accessibility.AccessibilityUIServer[49404]: |AXIPC|warning| Could not verify connection. server port was nil
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:03:58 nod-bf2-lo-d563 com.apple.accessibility.AccessibilityUIServer[49404]: assertion failed: 15A284 13E230: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: libMobileGestalt MobileGestalt.c:849: watch-companion is static and will never generate a notification

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: libMobileGestalt MobileGestalt.c:849: stand-alone-contacts is static and will never generate a notification
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: libMobileGestalt MobileGestalt.c:849: still-camera is static and will never generate a notification
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: Installed apps did change.
[iOSLog] [IOS_SYSLOG_ROW] Added: {(
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.gamecenter”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.SharedWebCredentialViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.webapp1”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.FacebookAccountMigrationDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobilesafari”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.AdSheetPhone”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.share”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.SafariViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.appleaccount.AACredentialRecoveryDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Preferences”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.CloudKit.ShareBear”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Passbook”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.iCloudDriveApp”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobilesms.compose”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.TrustMe”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobileslideshow”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.CoreAuthUI”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.MailCompositionService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.iad.iAdOptOut”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.MusicUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WebViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WatchKitSettings”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Maps”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.AccountAuthenticationDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.social.SLYahooAuth”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.TencentWeiboAccountMigrationDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.PhotosViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.quicklook.quicklookd”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.managedconfiguration.MDMRemoteAlertService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.LoginUI”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Health”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.MobileAddressBook”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.datadetectors.DDActionsService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.social.SLGoogleAuth”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.DataActivation”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Home.HomeUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.ServerDocuments”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.HealthPrivacyService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WebSheet”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.camera”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobilecal”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.news”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.ios.StoreKitUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.gamecenter.GameCenterUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.reminders”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.PassbookUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.webapp”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.PrintKit.Print-Center”,
[iOSLog] [IOS_SYSLOG_ROW] “com.til.gaana”
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Removed: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Modified: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 containermanagerd[49338]: 0x7000002a0000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.sharedpclogging

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: adding observer to <NSUserDefaults: 0x7ff43ae0c2e0> for key: SBMedusaEnabled
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: adding observer to <NSUserDefaults: 0x7ff43ae0c2e0> for key: SBShowBatteryPercentage
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: adding observer to <NSUserDefaults: 0x7ff43ae0c2e0> for key: SBShowBatteryLevel
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: *** error reading settings archive file: <SBRootSettings: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Documents/com.apple.springboard.settings/RootSettings.plist>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:00 nod-bf2-lo-d563 SpringBoard[49324]: *** error reading settings archive file: <SBRootSettings: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist>

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: Cannot get managed lost mode file on watch or simulator: -[FMDFMIPManager(Private) getManagedLostModeFileURL]

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.MobileSMS
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: throwing out icon because it isn’t visible in the model : node=<SBApplicationIcon: 0x7ff43ac51b30; nodeID: “com.apple.camera”> com.apple.camera
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.weather
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.mobiletimer
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.videos
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.mobilenotes
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.stocks
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.MobileStore
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.AppStore
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.iBooks
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.facetime
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.calculator
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.podcasts
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.Bridge
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.compass
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.tips
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.VoiceMemos
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.mobileme.fmf1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.mobileme.fmip1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.nike
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.mobilephone
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.mobilemail
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: could not find icon for representation -> com.apple.Music
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:01 nod-bf2-lo-d563 SpringBoard[49324]: [SBFImageColorSpaceUtilities] failed to create copy with colorSpace=<CGColorSpace 0x7ff43ac2d850> (kCGColorSpaceICCBased; kCGColorSpaceModelMonochrome; Generic Gray Gamma 2.2 Profile) of original CGImage=<CGImage 0x7ff43d0623c0> with colorSpace=<CGColorSpace 0x7ff43af240a0> (kCGColorSpaceICCBased; kCGColorSpaceModelRGB; sRGB IEC61966-2.1)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:02 nod-bf2-lo-d563 medialibraryd[49405]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:03 nod-bf2-lo-d563 SpringBoard[49324]: Unable to simultaneously satisfy constraints.

[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b3180 UILabel:0x7ff43d1ab360’ '.leading == SPUISearchTableHeaderView:0x7ff43d1a87c0.leadingMargin>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b3e30 H:[UILabel:0x7ff43d1ab360’ ‘]-(NSSpace(8))-[UIButton:0x7ff43d1ae550’Show More’]>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b3e80 SPUISearchTableHeaderView:0x7ff43d1a87c0.trailingMargin == UIButton:0x7ff43d1ae550’Show More’.trailing>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b33e0 ‘UIView-Encapsulated-Layout-Width’ H:[SPUISearchTableHeaderView:0x7ff43d1a87c0(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7ff43d1b3e30 H:[UILabel:0x7ff43d1ab360’ ‘]-(NSSpace(8))-[UIButton:0x7ff43d1ae550’Show More’]>
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:03 nod-bf2-lo-d563 SpringBoard[49324]: Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1afa40 SPUISearchTableHeaderView:0x7ff43d1a87c0.bottom == UILabel:0x7ff43d1ab360’ '.lastBaseline + 8>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1aff00 UILabel:0x7ff43d1ab360’ '.firstBaseline == SPUISearchTableHeaderView:0x7ff43d1a87c0.top + 36>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b3540 ‘UIView-Encapsulated-Layout-Height’ V:[SPUISearchTableHeaderView:0x7ff43d1a87c0(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7ff43d1aff00 UILabel:0x7ff43d1ab360’ ‘.firstBaseline == SPUISearchTableHeaderView:0x7ff43d1a87c0.top + 36>
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:03 nod-bf2-lo-d563 SpringBoard[49324]: Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] "<NSLayoutConstraint:0x7ff43d1afa40 SPUISearchTableHeaderView:0x7ff43d1a87c0.bottom == UILabel:0x7ff43d1ab360’ ‘.lastBaseline + 8>",
[iOSLog] [IOS_SYSLOG_ROW] "<NSLayoutConstraint:0x7ff43d1b25f0 V:|-(0)-[UIButton:0x7ff43d1ae550’Show More’] (Names: ‘|’:SPUISearchTableHeaderView:0x7ff43d1a87c0 )>",
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b2a70 UIButton:0x7ff43d1ae550’Show More’.firstBaseline == UILabel:0x7ff43d1ab360’ '.firstBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b29c0 UIButton:0x7ff43d1ae550’Show More’
.lastBaseline == UILabel:0x7ff43d1ab360’ '.lastBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b0040 UIButtonLabel:0x7ff43d1aea60.centerY == UIButton:0x7ff43d1ae550’Show More’.centerY>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b3540 ‘UIView-Encapsulated-Layout-Height’ V:[SPUISearchTableHeaderView:0x7ff43d1a87c0(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7ff43d1b0040 UIButtonLabel:0x7ff43d1aea60.centerY == UIButton:0x7ff43d1ae550’Show More’.centerY>
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:03 nod-bf2-lo-d563 SpringBoard[49324]: Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1afa40 SPUISearchTableHeaderView:0x7ff43d1a87c0.bottom == UILabel:0x7ff43d1ab360’ '.lastBaseline + 8>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b25f0 V:|-(0)-[UIButton:0x7ff43d1ae550’Show More’] (Names: ‘|’:SPUISearchTableHeaderView:0x7ff43d1a87c0 )>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b2a70 UIButton:0x7ff43d1ae550’Show More’.firstBaseline == UILabel:0x7ff43d1ab360’ '.firstBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b29c0 UIButton:0x7ff43d1ae550’Show More’.lastBaseline == UILabel:0x7ff43d1ab360’ '.lastBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43ac847c0 UIButtonLabel:0x7ff43d1aea60’Show More’.centerY == UIButton:0x7ff43d1ae550’Show More’.centerY>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7ff43d1b3540 ‘UIView-Encapsulated-Layout-Height’ V:[SPUISearchTableHeaderView:0x7ff43d1a87c0(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7ff43ac847c0 UIButtonLabel:0x7ff43d1aea60’Show More’.centerY == UIButton:0x7ff43d1ae550’Show More’.centerY>
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:03 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 tccd[49336]: Refusing client without bundle identifier (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MusicLibrary.framework/Support/medialibraryd)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: Cannot get managed lost mode file on watch or simulator: -[FMDFMIPManager(Private) getManagedLostModeFileURL]
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: SecTaskCopyDebugDescription: No such process[49326]
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.bulletinboard.settings’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: SecTaskCopyDebugDescription: No such process[49326]
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.bulletinboard.dataprovider’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: SecTaskCopyDebugDescription: No such process[49392]
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.bulletinboard.dataprovider’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: +[UNNotificationStore migratePushStore] Migrating push store: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Library/SpringBoard/PushStore
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: +[UNNotificationStore migratePushStore] Push store does not exist; no migration needed.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: -[BBObserver setDelegate:] Delegate implements addBulletin but does not implement noteInvalidatedBulletinIDs: <SBBulletinLocalObserverGateway: 0x7ff43d18b6a0>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: -[SBAssistantController _loadPlugin] Assistant failed to load!
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 backboardd[49325]: Couldn’t find the digitizer HID service, this is probably bad

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: BTM: failed to attach with error 9

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: ADDING LOCAL com.apple.mobilecal, <BBLocalDataProvider 0x7ff43d408700; com.apple.mobilecal>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:04 nod-bf2-lo-d563 SpringBoard[49324]: ADDING LOCAL com.apple.reminders, <BBLocalDataProvider 0x7ff43acc77e0; com.apple.reminders>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING LOCAL com.apple.mobilecal.today, <BBLocalDataProvider 0x7ff43acc7a80; com.apple.mobilecal.today>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING LOCAL com.apple.cmas, <BBLocalDataProvider 0x7ff43acc7b10; com.apple.cmas>

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING LOCAL com.apple.mobileslideshow, <BBLocalDataProvider 0x7ff43acca4d0; com.apple.mobileslideshow>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: table drop: 101

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: adding observer to <NSUserDefaults: 0x7ff43ae0c2e0> for key: SBUseSystemGestures
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: adding observer to <NSUserDefaults: 0x7ff43ae0c2e0> for key: SBUseHardwareSwitchAsOrientationLock
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING REMOTE com.apple.CoreRoutine, <BBRemoteDataProvider 0x7ff43acecd80; com.apple.CoreRoutine>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING REMOTE com.apple.AirDrop, <BBRemoteDataProvider 0x7ff43d38d4d0; com.apple.AirDrop>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING REMOTE com.apple.AppStore, <BBRemoteDataProvider 0x7ff43d479480; com.apple.AppStore>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING REMOTE com.apple.Preferences, <BBRemoteDataProvider 0x7ff43aceedf0; com.apple.Preferences>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING REMOTE com.apple.passbook.general, <BBRemoteDataProvider 0x7ff43d38b300; com.apple.passbook.general>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING REMOTE com.apple.CarPlay, <BBRemoteDataProvider 0x7ff43d390890; com.apple.CarPlay>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING LOCAL com.apple.MobileSMS, <BBLocalDataProvider 0x7ff43d317330; com.apple.MobileSMS>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: ADDING LOCAL com.apple.SocialBulletinBoardProvider, <BBLocalDataProvider 0x7ff43d358560; com.apple.SocialBulletinBoardProvider>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 sharingd[49394]: 16:04:05.581 : SDAirDropAlertBBManager dataProviderDidLoad
[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: Application windows are expected to have a root view controller at the end of application launch
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 calaccessd[49383]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:05 nod-bf2-lo-d563 SpringBoard[49324]: Cannot get managed lost mode file on watch or simulator: -[FMDFMIPManager(Private) getManagedLostModeFileURL]
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 SpringBoard[49324]: SMS Plugin initialized.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 SpringBoard[49324]: Sharing Plugin initialized.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 SpringBoard[49324]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 SpringBoard[49324]: [MPUSystemMediaControls] Updating supported commands for now playing application.

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 SpringBoard[49324]: BBObserver: Unable to retrieve section parameters for <com.apple.Passbook>. Using default parameters.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 pkd[49342]: client 49324 plug-in com.apple.reminders.todaywidget election := 1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 backboardd[49325]: System app “com.apple.springboard” finished startup after 10.65s.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 pkd[49342]: client 49324 plug-in com.apple.mobilecal.widget election := 1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 pkd[49342]: client 49324 plug-in com.apple.BatteryCenter.BatteryWidget election := 1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 SpringBoard[49324]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 pkd[49342]: assigning plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 pkd[49342]: enabling pid=49312 for plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) 0D951663-7047-447A-9641-B7367B0FD408 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/ServerDocuments.app/PlugIns/ServerFileProvider.appex
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 fileproviderd[49312]: plugin com.apple.ServerDocuments.ServerFileProvider invalidated
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 ServerFileProvider[49369]: host connection <NSXPCConnection: 0x7ffa0b500fe0> connection from pid 49312 invalidated

[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 SpringBoard[49324]: BUG in libdispatch: 15A284 - 3192 - 0xae47
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 backboardd[49325]: CoreAnimation: updates deferred for too long
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:06 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: ===^^^ WE WILL UPDATE ZKW!

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xa99][49408]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xa99]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43d1233b0; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xa99]’ exited voluntarily.

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: Weekly asset update check did fire (force=NO)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: Beginning check for asset updates (force: 0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:07 nod-bf2-lo-d563 SpringBoard[49324]: Did not complete check for asset updates (force: 0, isVoiceOverRunning: 0

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xa082][49409]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xa082]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43d52b8e0; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xa082]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xdaa8][49410]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xdaa8]’: No such process (err 3)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43aecc900; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xdaa8]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:08 nod-bf2-lo-d563 MobileCal[49407]: assertion failed: 15A284 13E230: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0x3eb7][49411]): Program specified by service does not contain one of the requested architectures: �

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0x3eb7]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43aea9f60; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0x3eb7]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xad56][49412]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xad56]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43aea9f60; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:09 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xad56]’ exited for an unknown reason.

[HTTP] <-- GET /wd/hub/status - - ms - -

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0x4e7][49413]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0x4e7]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43aea9f60; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: Unable to delete job with label UIKitApplication:com.til.gaana[0x4e7]. Error: Operation now in progress
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0x4e7]’ exited for an unknown reason.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 — last message repeated 6 times —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0x9857][49415]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0x9857]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43d0459d0; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0x9857]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 tccd[49336]: Refusing client without bundle identifier (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MusicLibrary.framework/Support/medialibraryd)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 searchd[49402]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7fe918639e40
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:10 nod-bf2-lo-d563 assertiond[49328]: assertion failed: 15A284 13E230: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 — last message repeated 2 times —

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0x3e60][49416]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0x3e60]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43d392590; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0x3e60]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xffc6][49417]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xffc6]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43af0c2e0; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xffc6]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 searchd[49402]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7fe918639e40

[HTTP] <-- GET /wd/hub/status - - ms - -
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:11 nod-bf2-lo-d563 searchd[49402]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7fe918518240

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xfbf7][49418]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xfbf7]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43afa17c0; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xfbf7]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 searchd[49402]: (Normal) IndexCI in _data_map_get_data_id:1213: added 46 to 0x7fe918639cb0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 searchd[49402]: (Normal) IndexCI in _data_map_get_data_id:1213: added 47 to 0x7fe918639cb0
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0x1771][49419]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0x1771]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43d03ff70; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0x1771]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 dataaccessd[49414]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users/sumit.kathuria/Library/Developer/CoreSimulator/Devices/C5177747-25F4-4C3D-B48E-5436269E64D3/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 dataaccessd[49414]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xf4c][49420]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xf4c]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43ac205d0; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xf4c]’ exited voluntarily.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xfac0][49421]): Program specified by service does not contain one of the requested architectures: �
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Unable to get pid for ‘UIKitApplication:com.til.gaana[0xfac0]’: No such process (err 3)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Bootstrapping failed for <FBApplicationProcess: 0x7ff43d21a8c0; com.til.gaana; pid: -1>
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: [FBSystemService] Error launching com.til.gaana: Unspecified (1)
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Unable to delete job with label UIKitApplication:com.til.gaana[0xfac0]. Error: Operation now in progress
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 SpringBoard[49324]: Application ‘UIKitApplication:com.til.gaana[0xfac0]’ exited for an unknown reason.
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:12 nod-bf2-lo-d563 com.apple.CoreSimulator.SimDevice.C5177747-25F4-4C3D-B48E-5436269E64D3.launchd_sim[49308] (UIKitApplication:com.til.gaana[0xfac0][49421]): Trampoline was terminated before jumping to service: Killed: 9
[HTTP] --> GET /wd/hub/status {}
[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:13 nod-bf2-lo-d563 dataaccessd[49414]: 0x7fe208f033a0|DA|Error|spinnerIdentifiers to be implemented by subclass

[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:13 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:13 nod-bf2-lo-d563 networkd[49350]: -[NETProxyLookup pacLookupComplete:proxies:error:] PAC evaluation error: Error Domain=kCFErrorDomainCFNetwork Code=2 “(null)” UserInfo={kCFGetAddrInfoFailureKey=8}

[HTTP] <-- GET /wd/hub/status - - ms - -

[Instruments] Error launching instruments: Instruments never checked in

[debug] [Instruments] [INST STDERR] Instruments Trace Error : Target failed to run: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.) : Failed to launch process with bundle identifier ‘com.til.gaana’
[debug] [Instruments] Instruments exited with code 253
[debug] [iOSSim] Killing all iOS Simulators
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:14 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Aug 1 16:04:14 nod-bf2-lo-d563 DTServiceHub[49333]: Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

[HTTP] <-- GET /wd/hub/status - - ms - -

[HTTP] --> GET /wd/hub/status {}

[MJSONWP] Calling AppiumDriver.getStatus() with args: []

/bin/bash: shell_session_update: command not found

@Sumit_Kathuria

Can you just check that you have debug build of the application and also in developer options of your mobile devices you have ui automation enabled.

Regards,
Salmankhan chauhan

Can you check if the application launches properly with instruments command, if it crashes then it’s some problem with code update…use the iOS sim update command and then try again

Thanks Everyone :slight_smile: Its working fine now.

These tips are designed to be useful for everyone – no matter how digitally savvy you are.

Kill The App Manually
Restart the Phone
Update App To The Last Version, The App Crash Fixer
Consult the Official App Support

Regards,
Rachel Gomez