appium / appium

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

Debug permission to com.apple.mobilesafari denied, identity must be signed with developers identity #3947

Closed rOKi125 closed 9 years ago

rOKi125 commented 9 years ago

Hello team,

I am automating mobile web app. I could build and install 'Safarilauncher' on my real iPad deviceusing XCode. I used bundle identifier as 'bytearc.safarilauncher' to install safarilauncher on device which was successfull.

But when I launch my scripts ( Passing capability "browserName":"Safari"), I can see see safari laucher tries to launch the safari in real device but shuts down stating error in console as " Target: Permission to debug com.apple.mobilesafariwas denied, app has to be signed with developers identity" need help!!

jlipps commented 9 years ago

can you please copy and paste the appium logs?

rOKi125 commented 9 years ago

@jlipps Here is the log I get in appium..

'info: Client User-Agent string: undefined

info: [debug] Configuring Safari session info: [debug] Using local .zip from command line: /Applications/Appium.app/Contents/Resources/node_modules/appium/build/SafariLauncher/SafariLauncher.zip info: [debug] Copying local zip to tmp dir

info: [debug] /Applications/Appium.app/Contents/Resources/node_modules/appium/build/SafariLauncher/SafariLauncher.zip copied to /var/folders/yv/khkstt_x3y1_j56f5g_qv22m0000gn/T/114104-32897-f4p51c/appium-app.zip

info: [debug] Unzipping /var/folders/yv/khkstt_x3y1_j56f5g_qv22m0000gn/T/114104-32897-f4p51c/appium-app.zip

info: [debug] Testing zip archive: /var/folders/yv/khkstt_x3y1_j56f5g_qv22m0000gn/T/114104-32897-f4p51c/appium-app.zip

info: [debug] Zip archive tested clean

info: [debug] Unzip successful

info: [debug] Using locally extracted app: /var/folders/yv/khkstt_x3y1_j56f5g_qv22m0000gn/T/114104-32897-f4p51c/submodules/SafariLauncher/build/Release-iphoneos/SafariLauncher.app

info: [debug] Creating new appium session d40ce6e5-b462-424c-9d21-796de86c6c27 info: [debug] Removing any remaining instruments sockets info: [debug] Cleaned up instruments socket /tmp/instruments_sock info: [debug] Setting Xcode folder

info: [debug] Setting Xcode version

info: [debug] Setting iOS SDK Version

info: [debug] Getting sdk version from xcrun with a timeout

info: [debug] iOS SDK Version set to 8.1

info: [debug] Not checking whether simulator is available since we're on a real device info: [debug] Trying to use mobile safari, version 7.1 info: [debug] Looking for built in app MobileSafari

info: [debug] Couldn't find original app, but found the temp Appium one so using that

info: [debug] Using mobile safari app at /tmp/Appium-MobileSafari-7.1.app info: [debug] Detecting automation tracetemplate

parseFileSync() is deprecated. Use parseStringSync() instead.

info: [debug] Not auto-detecting udid, running on sim info: [debug] Could not parse plist file (as binary) at /tmp/Appium-MobileSafari-7.1.app/en.lproj/Localizable.strings info: Will try to parse the plist file as XML info: [debug] Could not parse plist file (as XML) at /tmp/Appium-MobileSafari-7.1.app/en.lproj/Localizable.strings warn: Could not parse app Localizable.strings; assuming it doesn't exist info: [debug] Getting bundle ID from app

info: [debug] Parsed app Info.plist (as binary) info: [debug] Creating instruments info: On some xcode 6 platforms, instruments-without-delay does not work. If you experience this, you will need to re-run appium with the --native-instruments-lib flag info: [debug] Preparing uiauto bootstrap info: [debug] Dynamic bootstrap dir: /Users/###/Library/Application Support/appium/bootstrap info: [debug] Dynamic env: {"nodePath":"/Applications/Appium.app/Contents/Resources/node/bin/node","commandProxyClientPath":"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js","instrumentsSock":"/tmp/instruments_sock","interKeyDelay":null,"justLoopInfinitely":false,"autoAcceptAlerts":false}

info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify! ...

info: [debug] Dynamic bootstrap path: /Users/####/Library/Application Support/appium/bootstrap/bootstrap-60f23230385b0cfa.js

info: [debug] Reusing dynamic bootstrap: /Users/###/Library/Application Support/appium/bootstrap/bootstrap-60f23230385b0cfa.js

info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1","iOSSDKVersion":"8.1","deviceName":"iPad Simulator","platformVersion":"7.1"} info: [debug] fixDevice is on info: [debug] Fixing device. Changed from: "iPad Simulator (7.1 Simulator)" to: "iPad 2 (7.1 Simulator)" info: [debug] Final device string is: 'iPad 2 (7.1 Simulator)' info: [debug] Not setting device type since we're on a real device info: [debug] Checking whether we need to set app preferences info: [debug] Not setting iOS and app preferences since we're on a real device info: [debug] Running ios sim reset flow info: [debug] Killing the simulator process info: [debug] Killall iOS Simulator info: [debug] Killing any other simulator daemons

info: [debug] On a real device; cannot clean device state

info: [debug] Not setting locale because we're using a real device info: [debug] No iOS / app preferences to set info: [debug] Starting iOS device log capture via deviceconsole

info: [debug] Not pre-launching simulator

info: [debug] Checking app install status using: /Applications/Appium.app/Contents/Resources/node_modules/appium/build/fruitstrap/fruitstrap isInstalled --id 1a557f90dcedacc68a018a51fb5903a4ac42c108 --bundle com.bytearc.SafariLauncher

info: [debug] Starting command proxy.

info: [debug] Instruments socket server started at /tmp/instruments_sock info: [debug] Starting instruments

info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments info: Launching instruments info: [debug] Attempting to run app on real device with UDID 1a557f90dcedacc68a018a51fb5903a4ac42c108 info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w 1a557f90dcedacc68a018a51fb5903a4ac42c108 com.apple.mobilesafari -e UIASCRIPT "/Users/###/Library/Application Support/appium/bootstrap/bootstrap-60f23230385b0cfa.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":90000}

info: [debug] [INST STDERR] instruments[33046:1187777] WebKit Threading Violation - initial use of WebKit from a secondary thread.

info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. The app must be signed with a development identity (e.g. iOS Developer).

info: [debug] [INSTSERVER] Instruments exited with code 253

info: [debug] Killall instruments info: [debug] Instruments crashed on startup info: [debug] Attempting to retry launching instruments, this is retry #1 info: [debug] Killall iOS Simulator

info: Launching instruments

info: [debug] Attempting to run app on real device with UDID 1a557f90dcedacc68a018a51fb5903a4ac42c108 info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w 1a557f90dcedacc68a018a51fb5903a4ac42c108 com.apple.mobilesafari -e UIASCRIPT "/Users/####/Library/Application Support/appium/bootstrap/bootstrap-60f23230385b0cfa.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":90000}

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.1","revision":"1160ce02bb89c354cb99317985123acf39f0e7d3"},"isShuttingDown":false},"sessionId":"d40ce6e5-b462-424c-9d21-796de86c6c27"} info: <-- GET /wd/hub/status 200 0.968 ms - 178 {"status":0,"value":{"build":{"version":"1.3.1","revision":"1160ce02bb89c354cb99317985123acf39f0e7d3"},"isShuttingDown":false},"sessionId":"d40ce6e5-b462-424c-9d21-796de86c6c27"}

info: [debug] [INST STDERR] instruments[33052:1187935] WebKit Threading Violation - initial use of WebKit from a secondary thread.

info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. The app must be signed with a development identity (e.g. iOS Developer).

info: [debug] [INSTSERVER] Instruments exited with code 253

info: [debug] Killall instruments info: [debug] Instruments crashed on startup info: [debug] Attempting to retry launching instruments, this is retry #2 info: [debug] Killall iOS Simulator

info: Launching instruments

info: [debug] Attempting to run app on real device with UDID 1a557f90dcedacc68a018a51fb5903a4ac42c108 info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w 1a557f90dcedacc68a018a51fb5903a4ac42c108 com.apple.mobilesafari -e UIASCRIPT "/Users/Library/Application Support/appium/bootstrap/bootstrap-60f23230385b0cfa.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":90000}

info: [debug] [INST STDERR] instruments[33056:1188006] WebKit Threading Violation - initial use of WebKit from a secondary thread.

info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. The app must be signed with a development identity (e.g. iOS Developer).

info: [debug] [INSTSERVER] Instruments exited with code 253

info: [debug] Killall instruments info: [debug] Instruments crashed on startup info: [debug] Attempting to retry launching instruments, this is retry #3 info: [debug] Killall iOS Simulator

info: Launching instruments '

rOKi125 commented 9 years ago

@jlipps Any update on this??

kmamaev commented 9 years ago

I faced the same issue. Any ideas for workaround?

sebv commented 9 years ago

If you install safari launcher manually, you should be able to pass --app bytearc.safarilauncher, but you should not need to.

Best would be you remove all safari launchers from your device and let Appium install it.

In all case please post the full log as a gist, we need to see how Appium starts.

rOKi125 commented 9 years ago

I noticed that I am getting this log on ios_debug_webkit_proxy

https://gist.github.com/rk1980/54f90f8beb576a0f2776#file-gistfile1-txt

rOKi125 commented 9 years ago

@sebv I tried passing 'com.bytearc.safarilauncher' in desired caps as 'app'

But the I am not able to launch a URL or do any stuff with safari. Script just launches the safari browser using safari launcher.

I am using Xcode 6.1 and device with iOS8.1

sebv commented 9 years ago

use this: https://github.com/appium/appium/blob/master/bin/ios-webkit-debug-proxy-launcher.js.

rOKi125 commented 9 years ago

@sebv thanks. ios-webkit-debug-proxy-launcher.js worked. :)

lakshmi2 commented 9 years ago

Hi All, I am also facing the same issue as below, please someone share the solution.

"The app must be signed with a development identity "

developer as shared me development certified ipa but still facing this problem.

Thank in advance

rakesh0404 commented 8 years ago

HI,

Our .ipa is signed with developer identity with debug mode but still receiving below error

All it does it open our app 3 times and instruments gets crashed

info: [debug] [INST STDERR] 2015-11-26 15:16:27.254 instruments[26212:879059] WebKit Threading Violation - initial use of WebKit from a secondary thread.

info: [debug] [INST STDERR] 2015-11-26 15:16:27.856 instruments[26212:879064] Attempting to change event horizon while disengage

info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.xxxxxxx.app was denied. The app must be signed with a development identity (e.g. iOS Developer). info: [debug] [INST STDERR] 2015-11-26 15:16:27.856 instruments[26212:878991] Attempting to change event horizon while disengage

Any help would be appreciated

sasankasomasila commented 8 years ago

I have got the same issue with Xcode 7.2/Appium1.4.13, I am able to launch simulator (iPad Air) but it tried to launch Safari and is crashing.

As i see majorly below three messages in the appium log

info: [debug] [INST STDERR] 2016-01-07 12:43:34.776 instruments[41625:1631388] Attempting to change event horizon while disengage info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. 2016-01-07 12:43:34.777 instruments[41625:1631403] Attempting to change event horizon while disengage

I have tried using https://github.com/appium/appium/blob/master/bin/ios-webkit-debug-proxy-launcher.js

but when i run it it is missing the child_process module which is used in line 21. please help me if is the issue with Proxy and how i can over come this issue.

below is the appium log

ginKitPlugin/BFB8F1EB-E515-435A-96FE-C718ADCD4407"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.mobilecal.spotlight"; info: [IOS_SYSLOG_ROW ] "com.apple.private.accounts.allaccounts" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.calaccessd.spotlight" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.corespotlight.internal" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceCalendar info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.manager" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/BFB8F1EB-E515-435A-96FE-C718ADCD4407"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/BFB8F1EB-E515-435A-96FE-C718ADCD4407"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/BFB8F1EB-E515-435A-96FE-C718ADCD4407/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/MobileCal.app/PlugIns/MobileCalSpotlight.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.mobilecal"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] "com.apple.mobilecal.widget" = { info: [IOS_SYSLOG_ROW ] ApplicationType = PluginKitPlugin; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.mobilecal.widget"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.mobilecal.widget"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/58B7785E-BAC8-4DFB-BCAC-1E57A8737288"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.mobilecal.widget"; info: [IOS_SYSLOG_ROW ] "com.apple.private.accounts.allaccounts" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.calendar.allow-suggestions" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.coreservices.cangetcurrentactivityinfo" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.librarian.container-proxy" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceCalendar, info: [IOS_SYSLOG_ROW ] kTCCServiceReminders, info: [IOS_SYSLOG_ROW ] kTCCServiceAddressBook info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.manager" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_S YSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/58B7785E-BAC8-4DFB-BCAC-1E57A8737288"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/58B7785E-BAC8-4DFB-BCAC-1E57A8737288"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/58B7785E-BAC8-4DFB-BCAC-1E57A8737288/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/MobileCal.app/PlugIns/CalendarWidget.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.mobilecal"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:22 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.news"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.news"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/40B251B0-C5A5-4F94-A144-3433CF0B8131"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "ZL6BUSYGB3.com.apple.news"; info: [IOS_SYSLOG_ROW ] "aps-environment" = production; info: [IOS_SYSLOG_ROW ] "com.apple.accounts.appleaccount.fullaccess" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.backboardd.launchapplications" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.coreduetd.allow" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.developer.associated-domains" = ( info: [IOS_SYSLOG_ROW ] "applinks:news.apple.com", info: [IOS_SYSLOG_ROW ] "applinks:apple.news" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.developer.icloud-container-identifiers" = ( info: [IOS_SYSLOG_ROW ] "com.apple.news.public", info: [IOS_SYSLOG_ROW ] "com.apple.news.private", info: [IOS_SYSLOG_ROW ] "com.apple.news.public.staging", info: [IOS_SYSLOG_ROW ] "com.apple.news.private.staging" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.developer.icloud-services" = ( info: [IOS_SYSLOG_ROW ] CloudKit info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.excludes-extensions" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.itunesstored.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.appleaccount.app-hidden-from-icloud-settings" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.canGetAppLinkInfo" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.canModifyAppLinkPermissions" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.cloudkit.setEnvironment" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.cloudkit.systemService" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.iad.unlimited-controllers-allowed" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.security.container-required" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.security.application-groups" = ( info: [IOS_SYSLOG_ROW ] "group.com.apple.news" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.files.home-relative-path.read-write" = ( info: [IOS_SYSLOG_ROW ] "/Library/Logs/Cras hReporter/", info: [IOS_SYSLOG_ROW ] "/Library/News/" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.mach-lookup.global-name" = "com.apple.coreduetd"; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.xzfwk.customimage" = 1; info: [IOS_SYSLOG_ROW ] "fairplay-client" = 1397409257; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/40B251B0-C5A5-4F94-A144-3433CF0B8131"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/40B251B0-C5A5-4F94-A144-3433CF0B8131"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/40B251B0-C5A5-4F94-A144-3433CF0B8131/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] GroupContainers = { info: [IOS_SYSLOG_ROW ] "group.com.apple.news" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Shared/AppGroup/CBB4D12F-A5D8-41F1-AE2A-13705ACEF2A4"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] HasSettingsBundle = 1; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/News.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] "_LSBundlePlugins" = { info: [IOS_SYSLOG_ROW ] "com.apple.news.addrssfeed" = { info: [IOS_SYSLOG_ROW ] ApplicationType = PluginKitPlugin; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.news.addrssfeed"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.news.addrssfeed"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/524047C3-5521-487F-83F9-F6BA3CB6284A"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "ZL6BUSYGB3.com.apple.news.addrssfeed"; info: [IOS_SYSLOG_ROW ] "com.apple.developer.icloud-container-identifiers" = ( info: [IOS_SYSLOG_ROW ] "com.apple.news.private", info: [IOS_SYSLOG_ROW ] "com.apple.news.private.staging" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.developer.icloud-services" = ( info: [IOS_SYSLOG_ROW ] CloudKit info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.itunesstored.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.cloudkit.setEnvironment" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.security.application-groups" = ( info: [IOS_SYSLOG_ROW ] "group.com.apple.news" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "fairplay-client" = 1397409257; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/524047C3-5521-487F-83F9-F6BA3CB6284A"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/524047C3-5521-487F-83F9-F6BA3CB6284A"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/524047C3-5521-487F-83F9-F6BA3CB62 84A/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] GroupContainers = { info: [IOS_SYSLOG_ROW ] "group.com.apple.news" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Shared/AppGroup/CBB4D12F-A5D8-41F1-AE2A-13705ACEF2A4"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/News.app/PlugIns/Add to News.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.news"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] "com.apple.news.diagnosticextension" = { info: [IOS_SYSLOG_ROW ] ApplicationType = PluginKitPlugin; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.news.diagnosticextension"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.news.diagnosticextension"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/1C72350C-A550-4672-B639-C891355BA436"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.news.diagnosticextension"; info: [IOS_SYSLOG_ROW ] "com.apple.DiagnosticExtensions.extension" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.files.home-relative-path.read-write" = ( info: [IOS_SYSLOG_ROW ] "/Library/Logs/CrashReporter/" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/1C72350C-A550-4672-B639-C891355BA436"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/1C72350C-A550-4672-B639-C891355BA436"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/1C72350C-A550-4672-B639-C891355BA436/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/News.app/PlugIns/News Diagnostic Extension.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.news"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:22 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.ios.StoreKitUIService"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.ios.StoreKitUIService"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/241F9D93-1EE9-486E-8A28-B0F59C456C1F"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.ios.StoreKitUIService"; info: [IOS_SYSLOG_ROW ] "com.apple.QuartzCore.secure-mode" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.UIKit.vends-view-services" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.accounts.facebook.defaultaccess" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.backboardd.launchapplications" = 1; inf o: [IOS_SYSLOG_ROW ] "com.apple.coremedia.allow-mpeg4streaming" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.coremedia.allow-preview-encrypted-tone-playback" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.coremedia.allow-protected-content-playback" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.developer.pass-type-identifiers" = ( info: [IOS_SYSLOG_ROW ] "*.pass.com.apple.itunes.storecredit" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.itunesstored.download-monitor" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.itunesstored.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.mobile.deleted.AllowFreeSpace" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.MobileGestalt.AllowedProtectedKeys" = ( info: [IOS_SYSLOG_ROW ] UniqueDeviceID info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.accounts.customaccesssinfo" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.mobileinstall.allowedSPI" = ( info: [IOS_SYSLOG_ROW ] CheckCapabilitiesMatch info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.network.socket-delegate" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.security.container-required" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.social.facebook.like" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.files.absolute-path.read-write" = ( info: [IOS_SYSLOG_ROW ] "/private/var/mobile/Library/Caches/com.apple.storeservices/" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.mach-lookup.global-name" = ( info: [IOS_SYSLOG_ROW ] "com.apple.askpermissiond", info: [IOS_SYSLOG_ROW ] "com.apple.lsd.xpc", info: [IOS_SYSLOG_ROW ] "com.apple.private.familycircle" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.springboard.launchapplications" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.opensensitiveurl" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.openurlinbackground" = 1; info: [IOS_SYSLOG_ROW ] "dynamic-codesigning" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/241F9D93-1EE9-486E-8A28-B0F59C456C1F"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/241F9D93-1EE9-486E-8A28-B0F59C456C1F"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/241F9D93-1EE9-486E-8A28-B0F59C456C1F/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/StoreKitUIService.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:22 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.PrintKit.Print-Center"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.PrintKit.Print-Center"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] CanInheritApplicationStateFromOtherProcesses = 1; info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.PrintKit.Print-Center"; info: [IOS_SYSLOG_ROW ] "com.apple.UIKit.vends-view-services" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_S YSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Print Center.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:22 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.gamecenter.GameCenterUIService"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.gamecenter.GameCenterUIService"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/5E69B852-5324-4EE6-B9D9-936705B2BADC"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] DataProtectionClass = NSFileProtectionComplete; info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.gamecenter.GameCenterUIService"; info: [IOS_SYSLOG_ROW ] "com.apple.UIKit.vends-view-services" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.accounts.facebook.defaultaccess" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.authkit.client.internal" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.authkit.client.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.developer.game-center" = ( info: [IOS_SYSLOG_ROW ] Account, info: [IOS_SYSLOG_ROW ] Scores, info: [IOS_SYSLOG_ROW ] Achievements, info: [IOS_SYSLOG_ROW ] Challenges, info: [IOS_SYSLOG_ROW ] Multiplayer, info: [IOS_SYSLOG_ROW ] TurnBasedMultiplayer info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.itunesstored.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.mobile.deleted.AllowFreeSpace" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.game-center" = ( info: [IOS_SYSLOG_ROW ] Account, info: [IOS_SYSLOG_ROW ] Authenticate, info: [IOS_SYSLOG_ROW ] Profile, info: [IOS_SYSLOG_ROW ] Friends, info: [IOS_SYSLOG_ROW ] Games, info: [IOS_SYSLOG_ROW ] Scores, info: [IOS_SYSLOG_ROW ] Achievements, info: [IOS_SYSLOG_ROW ] Challenges, info: [IOS_SYSLOG_ROW ] Multiplayer, info: [IOS_SYSLOG_ROW ] TurnBasedMultiplayer, info: [IOS_SYSLOG_ROW ] GameStats info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.security.container-required" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.social.facebook.like" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceAddressBook info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceAddressBook info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.mach-lookup.global-name" = ( info: [IOS_SYSLOG_ROW ] "com.apple.ak.auth.xpc" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.springboard.launchapplications" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.opensensitiveurl" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.openurlinbackground" = 1; info: [IOS_SYSLOG_ROW ] "keychain-access-groups" = ( info: [IOS_SYSLOG_ROW ] apple info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/5E69B852-5324-4EE6-B9D9-936705B2BADC"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/ CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/5E69B852-5324-4EE6-B9D9-936705B2BADC"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/5E69B852-5324-4EE6-B9D9-936705B2BADC/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/GameCenterUIService.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:22 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.reminders"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.reminders"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] DataProtectionClass = NSFileProtectionComplete; info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.reminders"; info: [IOS_SYSLOG_ROW ] "com.apple.coreduetd.allow" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.coreduetd.people" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.developer.ubiquity-kvstore-identifier" = "com.apple.reminders"; info: [IOS_SYSLOG_ROW ] "com.apple.locationd.effective_bundle" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.locationd.prompt_behavior" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.canGetAppLinkInfo" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.canModifyAppLinkPermissions" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.corerecents" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.coreservices.canopenactivity" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.librarian.container-proxy" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceReminders, info: [IOS_SYSLOG_ROW ] kTCCServiceAddressBook info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.springboard.opensensitiveurl" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Reminders.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] "_LSBundlePlugins" = { info: [IOS_SYSLOG_ROW ] "com.apple.reminders.RemindersEditorExtension" = { info: [IOS_SYSLOG_ROW ] ApplicationType = PluginKitPlugin; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.reminders.RemindersEditorExtension"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.reminders.RemindersEditorExtension"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/EE9E87BF-873A-4715-8FB7-B1148A00CA08"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.reminders.RemindersEditorExtension"; info: [IOS_SYSLOG_ROW ] "com.apple.UIKit.vends-view-services" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.developer.auto-elect-plugin" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.locationd.prompt_behavior" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.accounts.allaccounts" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceReminders, info: [IOS_SYSLOG_ROW ] kTCCServiceAddressBook info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.mana ger" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/EE9E87BF-873A-4715-8FB7-B1148A00CA08"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/EE9E87BF-873A-4715-8FB7-B1148A00CA08"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/EE9E87BF-873A-4715-8FB7-B1148A00CA08/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Reminders.app/PlugIns/RemindersEditorExtension.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.reminders"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] "com.apple.reminders.spotlight" = { info: [IOS_SYSLOG_ROW ] ApplicationType = PluginKitPlugin; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.reminders.spotlight"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.reminders.spotlight"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/F6004B06-C448-40BB-81AB-3DD7FCD8D592"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.reminders.spotlight"; info: [IOS_SYSLOG_ROW ] "com.apple.private.accounts.allaccounts" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.calaccessd.spotlight" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.corespotlight.internal" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceReminders info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.manager" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/F6004B06-C448-40BB-81AB-3DD7FCD8D592"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/F6004B06-C448-40BB-81AB-3DD7FCD8D592"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/F6004B06-C448-40BB-81AB-3DD7FCD8D592/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Reminders.app/PlugIns/RemindersSpotlight.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.reminders"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] "com.apple.reminders.todaywidget" = { info: [IOS_SYSLOG_ROW ] ApplicationType = PluginKitPlugin; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.reminders.todaywidget"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.reminders.todaywidget"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/BD5E1 0A1-BF86-4E1E-B9A2-1B3025E2E3CD"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.reminders.todaywidget"; info: [IOS_SYSLOG_ROW ] "com.apple.private.accounts.allaccounts" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.coreservices.canopenactivity" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceReminders, info: [IOS_SYSLOG_ROW ] kTCCServiceAddressBook info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.manager" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.opensensitiveurl" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/BD5E10A1-BF86-4E1E-B9A2-1B3025E2E3CD"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/BD5E10A1-BF86-4E1E-B9A2-1B3025E2E3CD"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/BD5E10A1-BF86-4E1E-B9A2-1B3025E2E3CD/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Reminders.app/PlugIns/RemindersWidget.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.reminders"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.PassbookUIService"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.PassbookUIService"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.PassbookUIService"; info: [IOS_SYSLOG_ROW ] "com.apple.CommCenter.fine-grained" = ( info: [IOS_SYSLOG_ROW ] spi info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.NPKCompanionAgent.client" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.QuartzCore.secure-mode" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.SystemConfiguration.SCPreferences-write-access" = ( info: [IOS_SYSLOG_ROW ] "com.apple.radios.plist" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.UIKit.vends-view-services" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.accounts.appleaccount.fullaccess" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.accounts.appleidauthentication.defaultaccess" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.authkit.client.internal" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.cards.all-access" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.developer.ubiquity-container-identifiers" = ( info: [IOS_SYSLOG_ROW ] "com.apple.shoebox" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.icloud.findmydeviced.access" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.itunesstored.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.locationd.effective_bundle" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.locationd.usage_oracle" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.nanosystemsettings" = ( info: [IOS_SYSLOG_ROW ] icloud info: [IOS_SYSLOG_ROW ] );

info: [IOS_SYSLOG_ROW ] "com.apple.nfcd.hwmanager" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.passes.add-silently" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.payment.all-access" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.CoreAuthentication.CallerPID" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.CoreAuthentication.SPI" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.appleaccount.app-hidden-from-icloud-settings" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.corerecents" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.ids.messaging" = ( info: [IOS_SYSLOG_ROW ] "com.apple.private.alloy.passbook.provisioning" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.ids.messaging.urgent-priority" = ( info: [IOS_SYSLOG_ROW ] "com.apple.private.alloy.passbook.provisioning" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.ids.nearby" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow" = ( info: [IOS_SYSLOG_ROW ] kTCCServiceAddressBook info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.mach-lookup.global-name" = ( info: [IOS_SYSLOG_ROW ] "com.apple.nfcd.hwmanager", info: [IOS_SYSLOG_ROW ] "com.apple.seld.tsmmanager" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.seld.tsmmanager" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.activateRemoteAlert" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.appbackgroundstyle" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.launchapplications" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.opensensitiveurl" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.openurlinbackground" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.springboard.openurlswhenlocked" = 1; info: [IOS_SYSLOG_ROW ] "fairplay-client" = 87750944; info: [IOS_SYSLOG_ROW ] "keychain-access-groups" = ( info: [IOS_SYSLOG_ROW ] "com.apple.PassbookUIService" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/PassbookUIService.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.webapp1"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.webapp1"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BB6A1DBF-E709-441F-BDE9-EFE856BE758D"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.webapp1"; info: [IOS_SYSLOG_ROW ] "com.apple.TextInput.rdt.me" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.locationd.effective_bundle" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.managedconfiguration.profiled-access" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.network.socket-delegate" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.security.container-required" = "com.apple.webapp"; info: [IOS_SYSLOG_ROW ] "com.apple.private.webinspector.allow-remote-inspection" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.files.absolute-path.read-write" = ( info: [IOS_SYSLOG_ROW ] "/private/var/mobile/Library/WebClips/", info: [IOS_SYSLOGROW ] "/private/var/mobile/Library/Caches/WebClips/" info: [IOS SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.springboard.opensensitiveurl" = 1; info: [IOS_SYSLOG_ROW ] "dynamic-codesigning" = 1; info: [IOS_SYSLOG_ROW ] "keychain-access-groups" = ( info: [IOS_SYSLOG_ROW ] "com.apple.cfnetwork", info: [IOS_SYSLOG_ROW ] "com.apple.identities", info: [IOS_SYSLOG_ROW ] "com.apple.mobilesafari", info: [IOS_SYSLOG_ROW ] "com.apple.certificates", info: [IOS_SYSLOG_ROW ] "com.apple.safari.credit-cards" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BB6A1DBF-E709-441F-BDE9-EFE856BE758D"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BB6A1DBF-E709-441F-BDE9-EFE856BE758D"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BB6A1DBF-E709-441F-BDE9-EFE856BE758D/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/WebApp1.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 lsd[41435]: LaunchServices: registering application succeeded for dictionary { info: [IOS_SYSLOG_ROW ] ApplicationType = System; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.gamecenter"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.gamecenter"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/97A58615-A5F9-4DF7-81E9-B5962B8928C8"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] DataProtectionClass = NSFileProtectionComplete; info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.gamecenter"; info: [IOS_SYSLOG_ROW ] "com.apple.accounts.facebook.defaultaccess" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.authkit.client.internal" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.authkit.client.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.backboardd.launchapplications" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.itunesstored.private" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.mobile.deleted.AllowFreeSpace" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.canGetAppLinkInfo" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.canModifyAppLinkPermissions" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.game-center" = ( info: [IOS_SYSLOG_ROW ] Account, info: [IOS_SYSLOG_ROW ] Profile, info: [IOS_SYSLOG_ROW ] Friends, info: [IOS_SYSLOG_ROW ] Games, info: [IOS_SYSLOG_ROW ] GameStats, info: [IOS_SYSLOG_ROW ] Challenges, info: [IOS_SYSLOG_ROW ] Multiplayer, info: [IOS_SYSLOG_ROW ] TurnBasedMultiplayer info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.hsa-authentication-processing" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.mobileinstall.allowedSPI" = ( info: [IOS_SYSLOG_ROW ] Lookup, info: [IOS_SYSLOG_ROW ] Uninstall, info: [IOS_SYSLOG_ROW ] UninstallForLaunchServices info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.security.container-required" = 1; info: [IOS_SYSLOG_ROW ] "com.apple.private.social.facebook.like" = 1; info: [IOS_SYSLOG_ROW ] "com.app le.private.tcc.allow" = ( info: [IOS_SYSLOG_ROW ] kTCCServicePhotos info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.private.tcc.allow.overridable" = ( info: [IOS_SYSLOG_ROW ] kTCCServicePhotos info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.mach-lookup.global-name" = ( info: [IOS_SYSLOG_ROW ] "com.apple.ak.auth.xpc", info: [IOS_SYSLOG_ROW ] "com.apple.hsa-authentication-server" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] "com.apple.springboard.opensensitiveurl" = 1; info: [IOS_SYSLOG_ROW ] "keychain-access-groups" = ( info: [IOS_SYSLOG_ROW ] apple info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/97A58615-A5F9-4DF7-81E9-B5962B8928C8"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/97A58615-A5F9-4DF7-81E9-B5962B8928C8"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/97A58615-A5F9-4DF7-81E9-B5962B8928C8/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Game Center.app"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] "_LSBundlePlugins" = { info: [IOS_SYSLOG_ROW ] "com.apple.gamecenter.TTRGameCenter" = { info: [IOS_SYSLOG_ROW ] ApplicationType = PluginKitPlugin; info: [IOS_SYSLOG_ROW ] CFBundleIdentifier = "com.apple.gamecenter.TTRGameCenter"; info: [IOS_SYSLOG_ROW ] CodeInfoIdentifier = "com.apple.gamecenter.TTRGameCenter"; info: [IOS_SYSLOG_ROW ] Container = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/D7395B60-590C-44C0-A377-F580EF3C18E0"; info: [IOS_SYSLOG_ROW ] Entitlements = { info: [IOS_SYSLOG_ROW ] "application-identifier" = "com.apple.gamecenter.TTRGameCenter"; info: [IOS_SYSLOG_ROW ] "com.apple.security.exception.files.absolute-path.read-write" = "/private/var/mobile/Library/Logs/CrashReporter/"; info: [IOS_SYSLOG_ROW ] "com.apple.taptoradar.extension" = 1; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] EnvironmentVariables = { info: [IOS_SYSLOG_ROW ] "CFFIXED_USER_HOME" = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/D7395B60-590C-44C0-A377-F580EF3C18E0"; info: [IOS_SYSLOG_ROW ] HOME = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/D7395B60-590C-44C0-A377-F580EF3C18E0"; info: [IOS_SYSLOG_ROW ] TMPDIR = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/PluginKitPlugin/D7395B60-590C-44C0-A377-F580EF3C18E0/tmp"; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] Path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Game Center.app/PlugIns/TTRGameCenter.appex"; info: [IOS_SYSLOG_ROW ] PluginOwnerBundleID = "com.apple.gamecenter"; info: [IOS_SYSLOG_ROW ] SignerIdentity = Simulator; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] } info: [IOS_SY SLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 locationd[41403]: BLP: bundle path does not exist, /System/Library/LocationBundles/MotionCalibration.bundle info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 locationd[41403]: BLP: Need a bundle path or a bundle identifier. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 CoreSimulatorBridge[41408]: KEYMAP: Chose mode=en_US@hw=US;sw=QWERTY from match=en_US@hw=US;sw=QWERTY from language=en info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 locationd[41403]: Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 locationd[41403]: Location icon should now be in state 'Inactive' info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 routined[41388]: BTM: attaching to BTServer info: [IOS_SYSLOG_ROW ] Jan 7 12:42:23 SFO1XXHDXLABXX0 routined[41388]: BTM: failed to attach with error 9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 pkd[41438]: assigning plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) to plugin sandbox info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 pkd[41438]: enabling pid=41387 for plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) 475CB3EE-50AA-433E-B944-3D5B870C5570 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/ServerDocuments.app/PlugIns/ServerFileProvider.appex info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 routined[41388]: CoreLocation: Error occurred while trying to retrieve motion state update: CMErrorDomain Code:104 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 callservicesd[41432]: Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 sharingd[41402]: 12:42:24.458 : Device Capabilities (Handoff:YES, Instant Hotspot:YES, AirDrop:YES, Legacy AirDrop:NO, Remote Disc:NO) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 callservicesd[41432]: Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 carkitd[41468]: BTM: attaching to BTServer info: [IOS_SYSLOG_ROW ] Jan 7 12:42:24 SFO1XXHDXLABXX0 carkitd[41468]: BTM: failed to attach with error 9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 callservicesd[41432]: CallHistory: Directory creation failed at location file:///var/mobile///Library/Logs/CallHistory error: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “CallHistory” in the folder “Logs”." UserInfo={NSFilePath=/var/mobile///Library/Logs/CallHistory, NSUnderlyingError=0x7fa6f0416800 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) profiled: Service starting... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 mediaremoted[41390]: Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Managed Configuration migrating... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Beginning manifest migration... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Removing duplicated hidden profile identifiers... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed removing duplicated hidden profile identifiers. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Creating stubs... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Removing orphaned profiles... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Transferring profile signer certificates... inf o: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Migrating removal passwords... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed migrating removal passwords. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Migrating defaults to managed preferences area... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed migrating defaults. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Migrating OTA profiles... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed migrating OTA profiles. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Transferring installation dates... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed transferring installation dates. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Transferring tags to profiles... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed transferring tags. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Removing old profile copies... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed removing old profile copies. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Applying default user settings... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Applying iPad defaults info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 itunesstored[41465]: Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed applying default user settings. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Migrating settings... info: [debug] [INST STDERR] 2016-01-07 12:42:25.807 instruments[41376:1628956] Failed to connect to local pid watcher service: (os/kern) failure info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed migrating settings. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Updating client restrictions... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Done updating. 0 client restrictions processed. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Updating profile restrictions... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:25 SFO1XXHDXLABXX0 callservicesd[41432]: --- Received com.apple.coreservices.useractivity.reconnection notification, and we had an active user activity, so reconnecting to server. (UAUserActivityManager.m #149) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 sharingd[41402]: warning: Could not compile statement INSERT OR IGNORE INTO ABAccount (AccountIdentifier) SELECT DISTINCT AccountIdentifier FROM ABStore_old WHERE AccountIdentifier IS NOT NULL;: no such column: AccountIdentifier info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Done updating. 0 profile restrictions processed. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Updating implied settings... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Done updating. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Cleaning up app configuration. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Finished cleaning up app configuration. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Correcting stubs with incorrect install options... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed install options corrections. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Tagging managed accounts... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed tagging 0 accounts as managed. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Adding missing tags to IMAP accounts... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: Could not set protection class on /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Mail info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 sharingd[41402]: table drop: 101 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Done adding missing tags to 0 IMAP accounts. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Managed Configuration completed migration. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Battery Saver Mode is currently disabled info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Removing battery saver mode restrictions info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 networkd[41436]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Waking daemons post migration info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 sharingd[41402]: 12:42:26.503 : SDActivityPayloadManager::loadPersistedKeyRequests Clearing store as format is invalid (null) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 networkd[41436]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: info: [IOS_SYSLOG_ROW ] AB Migration - image db migration took 0.018316s info: [IOS_SYSLOG_ROW ] Jan 7 12:42:26 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: table drop: 101

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) URL:file:///Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Media/PhotoData/Photos.sqlite options:{ info: [IOS_SYSLOG_ROW ] NSPersistentStoreFileProtectionKey = NSFileProtectionCompleteUntilFirstUserAuthentication; info: [IOS_SYSLOG_ROW ] NSPersistentStoreOrderKeyUpdateNotification = 1; info: [IOS_SYSLOG_ROW ] NSSQLitePersistWALOption = 1; info: [IOS_SYSLOG_ROW ] NSSQLitePragmasOption = { info: [IOS_SYSLOG_ROW ] "journal_mode" = WAL; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] } ... returned error Error Domain=NSCocoaErrorDomain Code=134100 "(null)" UserInfo={metadata={ info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1; info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2015-09-02 20:02:20 +0000"; info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 637; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes = { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <80539942 7002b8c5 dd17a301 39af51a1 c42b3f3c fb967122 a4c3a7a4 e94ec728>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <f552e8d1 6ca712aa cbc20d47 0cb3e408 b74188de 4b0f6a43 0642370b 49cd8868>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 532 8bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <c8e3132f cac95637 5e973ef0 21e68227 a17d026d f4cd13c4 fefbe794 d2030506>; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers = ( info: [IOS_SYSLOG_ROW ] "" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite; info: [IOS_SYSLOG_ROW ] NSStoreUUID = "3F642A05-50EB-4DB3-8C26-3554B5F25849"; info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild; info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2015-09-02 20:02:04 +0000"; info: [IOS_SYSLOG_ROW ] PLModelVersion = 9047; info: [IOS_SYSLOG_ROW ] PLOSVersion = "15A281"; info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2; info: [IOS_SYSLOG_ROW ] }, reason=The model used to open the store is incompatible with the one used to create the store} with userInfo dictionary { info: [IOS_SYSLOG_ROW ] metadata = { info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1; info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2015-09-02 20:02:20 +0000"; info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 637; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes = { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <80539942 7002b8c5 dd17a301 39af51a1 c42b3f3c fb967122 a4c3a7a4 e94ec728>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <f552e8d1 6ca712aa cbc20d47 0cb3e408 b74188de 4b0f6a43 0642370b 49cd8868>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <c8e3132f cac95637 5e973ef0 21e68227 a17d026d f4cd13c4 fefbe794 d2030506>; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers = ( info: [IOS_SYSLOG_ROW ] "" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite; info: [IOS_SYSLOG_ROW ] NSStoreUUID = "3F642A05-50EB-4DB3-8C26-3554B5F25849"; info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild; info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2015-09-02 20:02:04 +0000"; info: [IOS_SYSLOG_ROW ] PLModelVersion = 9047; info: [IOS_SYSLOG_ROW ] PLOSVersion = "15A281"; info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] reason = "The model used to open the store is incompatible with the one used to create the store"; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 AssetCacheLocatorService[41476]: #393ef172 [I:AssetCacheLocatorService.queue] found no caching servers info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: info: [IOS_SYSLOG_ROW ] AB Migration - main db migration took 0.234984s in fo: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: Error opening database: unable to open database file info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 searchd[41477]: (Normal) IndexGeneral in SICreateNewIndex:7350: Creating New Index info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 networkd[41436]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: Incompatible version schema for persistent store 'file:///Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Media/PhotoData/Photos.sqlite'. store metadata = { info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1; info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2015-09-02 20:02:20 +0000"; info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 637; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes = { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <80539942 7002b8c5 dd17a301 39af51a1 c42b3f3c fb967122 a4c3a7a4 e94ec728>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <f552e8d1 6ca712aa cbc20d47 0cb3e408 b74188de 4b0f6a43 0642370b 49cd8868>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; in fo: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <c8e3132f cac95637 5e973ef0 21e68227 a17d026d f4cd13c4 fefbe794 d2030506>; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers = ( info: [IOS_SYSLOG_ROW ] "" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite; info: [IOS_SYSLOG_ROW ] NSStoreUUID = "3F642A05-50EB-4DB3-8C26-3554B5F25849"; info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild; info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2015-09-02 20:02:04 +0000"; info: [IOS_SYSLOG_ROW ] PLModelVersion = 9047; info: [IOS_SYSLOG_ROW ] PLOSVersion = "15A281"; info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2; info: [IOS_SYSLOG_ROW ] } and current model versions = { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <297a28a8 3b4d96c4 c685444b 4ac8a3a4 f068afce 62e48ea8 c44e1c2a 6f503d85>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [ IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <0247236c 4c180e0a c49f3aa2 24e4d5f5 78992334 101f5ab3 32a61824 8dd16a1a>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <e439c91e fb97dd0f 3c0c1e36 a8efed89 2d95db6c 9a335fac 8d014473 d836d661>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) will attempt automatic schema migration info: [IOS_SYSLOG_ROW ] Jan 7 12:42:27 SFO1XXHDXLABXX0 networkd[41436]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 SFO1XXHDXLABXX0 searchd[41477]: (Normal) IndexGeneral in SICreateNewIndex:7350: Creating New Index

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 --- last message repeated 1 time ---

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 SFO1XXHDXLABXX0 routined[41388]: open on /var/mobile/Library/Caches/com.apple.routined/defaults.plist: No such file or directory

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 SFO1XXHDXLABXX0 routined[41388]: 473892148.774171 (1/7/16, 12:42:28 PM PST), [ASSETS]: Could not copy asset at path, /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Assets/com_apple_MobileAsset_routined_defaults/43d955e99a552612f51d9a980fcdf1c0fabc39cd.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/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Assets/com_apple_MobileAsset_routined_defaults/43d955e99a552612f51d9a980fcdf1c0fabc39cd.asset/AssetData/defaults.plist, NSUserStringVariant=( info: [IOS_SYSLOG_ROW ] Copy info: [IOS_SYSLOG_ROW ] ), NSDestinationFilePath=/var/mobile/Library/Caches/com.apple.routined/defaults.plist, NSFilePath=/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Assets/com_apple_MobileAsset_routined_defaults/43d955e99a552612f51d9a980fcdf1c0fabc39cd.asset/AssetData/defaults.plist, NSUnderlyingError=0x7fc65a615660 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}.

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 SFO1XXHDXLABXX0 pkd[41438]: assigning plug-in com.apple.reminders.spotlight(1.0) to plugin sandbox info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 SFO1XXHDXLABXX0 pkd[41438]: enabling pid=41477 for plug-in com.apple.reminders.spotlight(1.0) 20DDE623-7D19-4706-B692-CB01881ED44D /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Reminders.app/PlugIns/RemindersSpotlight.appex

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 SFO1XXHDXLABXX0 pkd[41438]: assigning plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) to plugin sandbox info: [IOS_SYSLOG_ROW ] Jan 7 12:42:28 SFO1XXHDXLABXX0 pkd[41438]: enabling pid=41477 for plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) 77BF22FF-B05D-400C-B3E8-9EA67764CC62 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Contacts.app/PlugIns/ContactsCoreSpotlightExtension.appex

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 RemindersSpotlight[41494]: PlugInKit subsystem NSSharingService_Subsystem not present info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 ContactsCoreSpotlightExtension[41495]: PlugInKit subsystem NSSharingService_Subsystem not present

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 --- last message repeated 4 times --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706520; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 41495; hostpid: 41477>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 pkd[41438]: assigning plug-in com.apple.mobilecal.spotlight(1.0) to plugin sandbox info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 pkd[41438]: enabling pid=41477 for plug-in com.apple.mobilecal.spotlight(1.0) 5461B8CF-7C75-4B66-B361-52004B928B01 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/MobileCal.app/PlugIns/MobileCalSpotlight.appex info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Loaded MobileCoreServices.framework

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 MobileCalSpotlight[41497]: PlugInKit subsystem NSSharingService_Subsystem not present info: [IOS_SYSLOG_ROW ] Jan 7 12:42:29 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:30 --- last message repeated 3 times --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:30 SFO1XXHDXLABXX0 fileproviderd[41387]: plugin com.apple.ServerDocuments.ServerFileProvider invalidated info: [IOS_SYSLOG_ROW ] Jan 7 12:42:30 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:30 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:30 SFO1XXHDXLABXX0 ServerFileProvider[41471]: host connection <NSXPCConnection: 0x7f8d2262b7b0> connection from pid 41387 invalidated

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:32 SFO1XXHDXLABXX0 tccd[41445]: Refusing client without bundle identifier (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/routined)

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:34 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:34 --- last message repeated 3 times --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:34 SFO1XXHDXLABXX0 searchd[41477]: plugin com.apple.reminders.spotlight invalidated info: [IOS_SYSLOG_ROW ] Jan 7 12:42:34 SFO1XXHDXLABXX0 MobileCalSpotlight[41497]: host connection <NSXPCConnection: 0x7fdf32d01b60> connection from pid 41477 invalidated info: [IOS_SYSLOG_ROW ] Jan 7 12:42:34 SFO1XXHDXLABXX0 RemindersSpotlight[41494]: host connection <NSXPCConnection: 0x7fbf1b701d20> connection from pid 41477 invalidated info: [IOS_SYSLOG_ROW ] Jan 7 12:42:34 SFO1XXHDXLABXX0 searchd[41477]: plugin com.apple.mobilecal.spotlight invalidated

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:36 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) looking for mapping model with

info: [IOS_SYSLOG_ROW ] source hashes: info: [IOS_SYSLOG_ROW ] { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <80539942 7002b8c5 dd17a301 39af51a1 c42b3f3c fb967122 a4c3a7a4 e94ec728>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <f552e8d1 6ca712aa cbc20d47 0cb3e408 b74188de 4b0f6a43 0642370b 49cd8868>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>;  [36minfo: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <c8e3132f cac95637 5e973ef0 21e68227 a17d026d f4cd13c4 fefbe794 d2030506>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] destination hashes: { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <297a28a8 3b4d96c4 c685444b 4ac8a3a4 f068afce 62e48ea8 c44e1c2a 6f503d85>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <0247236c 4c180e0a c49f3aa2 24e4d5f5 78992334 101f5ab3 32a61824 8dd16a1a>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053

; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <e439c91e fb97dd0f 3c0c1e36 a8efed89 2d95db6c 9a335fac 8d014473 d836d661>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:36 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) no suitable mapping model found info: [IOS_SYSLOG_ROW ] Jan 7 12:42:36 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) inferring a mapping model between data models with info: [IOS_SYSLOG_ROW ] source hashes: info: [IOS_SYSLOG_ROW ] { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <80539942 7002b8c5 dd17a301 39af51a1 c42b3f3c fb967122 a4c3a7a4 e94ec728>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <f552e8d1 6ca712aa cbc20d47 0cb3e408 b74188de 4b0f6a43 0642370b 49cd8868>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info[3 9m: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <c8e3132f cac95637 5e973ef0 21e68227 a17d026d f4cd13c4 fefbe794 d2030506>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] destination hashes: { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <297a28a8 3b4d96c4 c685444b 4ac8a3a4 f068afce 62e48ea8 c44e1c2a 6f503d85>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <0247236c 4c180e0a c49f3aa2 24e4d5f5 78992334 101f5ab3 32a61824 8dd16a1a>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d ; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <e439c91e fb97dd0f 3c0c1e36 a8efed89 2d95db6c 9a335fac 8d014473 d836d661>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.20 seconds info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706520; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 41495; hostpid: 41477>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706520; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 41495; hostpid: 41477>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706520; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 41495; hostpid: 41477>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706520; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 41495; hostpid: 41477>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706520; com.apple.MobileAddressBook.ContactsCoreSpotlightExte nsion; pid: 41495; hostpid: 41477>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 --- last message repeated 2 times --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706520; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 41495; hostpid: 41477>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) Automatic schema migration succeeded for store at 'file:///Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Media/PhotoData/Photos.sqlite'

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: Incompatible version schema for persistent store 'file:///Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Media/PhotoData/Photos.sqlite'. store metadata = { info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1; info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2015-09-02 20:02:20 +0000"; info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 640; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes = { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <297a28a8 3b4d96c4 c685444b 4ac8a3a4 f068afce 62e48ea8 c44e1c2a 6f503d85>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <0247236c 4c180e0a c49f3aa2 24e4d5f5 78992334 101f5ab3 32a61824 8dd16a1a>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f061 1a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <e439c91e fb97dd0f 3c0c1e36 a8efed89 2d95db6c 9a335fac 8d014473 d836d661>; info: [IOS_SYSLOG_ROW ] }; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3; info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers = ( info: [IOS_SYSLOG_ROW ] "" info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite; info: [IOS_SYSLOG_ROW ] NSStoreUUID = "3F642A05-50EB-4DB3-8C26-3554B5F25849"; info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild; info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2015-09-02 20:02:04 +0000"; info: [IOS_SYSLOG_ROW ] PLModelVersion = 9047; info: [IOS_SYSLOG_ROW ] PLOSVersion = "15A281"; info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2; info: [IOS_SYSLOG_ROW ] migrationManagerClass = NSSQLiteInPlaceMigrationManager; info: [IOS_SYSLOG_ROW ] } and current model versions = { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <58757331 80b75cc5 a704dde9 4532970a 805cc2c8 ffa6e34d de6c25b0 752681f6>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <c6417573 5887fb09 f500d7a4 af7c6279 e80207fb 35eac95e 51d21039 8d5c9c4d>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <36a5c7de dc489a78 995b125f 40a03501 913491f0 a7679e00 ba329801 097c0485>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <380cc0ee c25c56fc ad7c891f 10e8d60a 22dac17e e1d47566 17739d30 05f0c0c7>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) will attempt automatic schema migration info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: Migrating form autofill password... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: Migrating authentication credentials... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) looking for mapping model with info: [IOS_SYSLOG_ROW ] source hashes: info: [IOS_SYSLOG_ROW ] { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <297a28a8 3b4d96c4 c685444b 4ac8a3a4 f068afce 62e48ea8 c44e1c2a 6f503d85>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 7 03f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <0247236c 4c180e0a c49f3aa2 24e4d5f5 78992334 101f5ab3 32a61824 8dd16a1a>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <e439c91e fb97dd0f 3c0c1e36 a8efed89 2d95db6c 9a335fac 8d014473 d836d661>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] destination hashes: { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <58757331 80b75cc5 a704dde9 4532970a 805cc2c8 ffa6e34d de6c25b0 752681f6>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <c6417573 5887fb09 f500d7a4 af7c6279 e80207fb 35eac95e 51d21039 8d5c9c4d>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a 91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <36a5c7de dc489a78 995b125f 40a03501 913491f0 a7679e00 ba329801 097c0485>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <380cc0ee c25c56fc ad7c891f 10e8d60a 22dac17e e1d47566 17739d30 05f0c0c7>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) no suitable mapping model found info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) inferring a mapping model between data models with info: [IOS_SYSLOG_ROW ] source hashes: info: [IOS_SYSLOG_ROW ] { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <297a28a8 3b4d96c4 c685444b 4ac8a3a4 f068afce 62e48ea8 c44e1c2a 6f503d85>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8 e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <0247236c 4c180e0a c49f3aa2 24e4d5f5 78992334 101f5ab3 32a61824 8dd16a1a>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <e439c91e fb97dd0f 3c0c1e36 a8efed89 2d95db6c 9a335fac 8d014473 d836d661>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] destination hashes: { info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <58757331 80b75cc5 a704dde9 4532970a 805cc2c8 ffa6e34d de6c25b0 752681f6>; info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>; info: [IOS_SYSLOG_ROW ] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>; info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d 0a d7cc865f c0fdf949 3c8876ff>; info: [IOS_SYSLOG_ROW ] Asset = <c6417573 5887fb09 f500d7a4 af7c6279 e80207fb 35eac95e 51d21039 8d5c9c4d>; info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>; info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>; info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>; info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>; info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>; info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>; info: [IOS_SYSLOG_ROW ] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>; info: [IOS_SYSLOG_ROW ] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>; info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>; info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>; info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>; info: [IOS_SYSLOG_ROW ] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>; info: [IOS_SYSLOG_ROW ] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>; info: [IOS_SYSLOG_ROW ] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>; info: [IOS_SYSLOG_ROW ] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>; info: [IOS_SYSLOG_ROW ] GenericAsset = <36a5c7de dc489a78 995b125f 40a03501 913491f0 a7679e00 ba329801 097c0485>; info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>; info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>; info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>; info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>; info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>; info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>; info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>; info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>; info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>; info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>; info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>; info: [IOS_SYSLOG_ROW ] WallpaperAsset = <380cc0ee c25c56fc ad7c891f 10e8d60a 22dac17e e1d47566 17739d30 05f0c0c7>; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: ISMMigrator: Migrating from system version: 13B137 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: Normal message rec eived by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 pkd[41438]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 fileproviderd[41387]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 useractivityd[41473]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 ContactsCoreSpotlightExtension[41495]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 locationd[41403]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 itunesstored[41465]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: performing migration with updateType: 1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 nsurlsessiond[41415]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 calaccessd[41496]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 tccd[41445]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assertiond[41404]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 companionappd[41397]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 searchd[41477]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 nsurlsessiond[41415]: LaunchServices: interruptionHandler called, re-establishing connection to lsd info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 DTServiceHub[41409]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 DTServiceHub[41409]: LaunchServices: interruptionHandler called, re-establishing connection to lsd info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 profiled[41469]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 routined[41388]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 SpringBoard[41400]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 itunesstored[41465]: LaunchServices: interruptionHandler called, re-establishing connection to lsd info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 itunesstored[41465]: [UpdateMigrator]: Migrating iTunes data. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 profiled[41469]: LaunchServices: interruptionHandler called, re-establishing connection to lsd info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 SpringBoard[41400]: LaunchServices: interruptionHandler called, re-establishing connection to lsd info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: we are back wit ha reply of <OS_xpc_dictionary: <dictionary: 0x7fa618fb94d0> { count = 2, contents = info: [IOS_SYSLOG_ROW ] "0" => <int64: 0x7fa618f45150>: 1011 info: [IOS_SYSLOG_ROW ] "1" => <bool: 0x10e048a08>: true info: [IOS_SYSLOG_ROW ] }> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 sharingd[41402]: 12:42:37.846 : Current language changed info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 sharingd[41402]: 12:42:37.848 : Exiting... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: Failed removing legacy ubiquitous files from container, error: { info: [IOS_SYSLOG_ROW ] NSFilePath = "/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Mobile Documents/com~apple~TextInput"; info: [IOS_SYSLOG_ROW ] NSURL = "file:///Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Mobile%20Documents/com~apple~TextInput"; info: [IOS_SYSLOG_ROW ] NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"No such file or directory\""; info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 ServerFileProvider[41471]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 lsd[41503]: LaunchServices: Scheme mapping file does not exist, creating file. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 assetsd[41398]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 useractivityd[41473]: [SFActivityAdvertiser] ERROR: lost XPC connection info: [IOS_SYSLOG_ROW ] Jan 7 12:42:37 SFO1XXHDXLABXX0 useractivityd[41473]: [SFContinuityScanManager] ERROR: lost XPC connection info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: table drop: 101 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 sharingd[41504]: 12:42:38.097 : Starting Up... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 sharingd[41504]: 12:42:38.102 : Device Capabilities (Handoff:YES, Instant Hotspot:YES, AirDrop:YES, Legacy AirDrop:NO, Remote Disc:NO) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 sharingd[41504]: table drop: 101 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Beginning post-DataMigrator migration. Context: Device erasure, passcode was set in backup: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Migrating passcode... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Completed migrating passcode. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 geod[41505]: 2016-01-07 12:42:38.386, 41505, 29c0ac20, [GEOPersistenceManager]: Mapping directory does not exist. Will create it at path: /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/GeoServices/PhoneNumberMapping.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 geod[41505]: 2016-01-07 12:42:38.391, 41505, 29c0ac20, [GEOPhoneNumberMUIDMapper]: Unable to create directory at path: /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/GeoServices/PhoneNumberMapping.plist with error: (null) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 geod[41505]: 2016-01-07 12:42:38.392, 41505, 29c0ac20, [LogMessageLogging]: adaptorOptionsArray is nil or empty, there no adaptors available to create info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 profiled[41469]: (Note ) MC: Post-DataMigrator migration complete. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:38 SFO1XXHDXLABXX0 geod[41505]: /BuildRoot/Library/Caches/com.apple.xbs/Sources/GeoServices_Sim/GeoServices-1151.2.12.5/GEODBWriter.mm:448 Recreating tile database

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 IMDPersistenceAgent[41506]: [Warning] Setting up a new database at path /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/SMS/sms.db. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 ContactsCoreSpotlightExtension[41495]: host connection <NSXPCConnection: 0x7fef62601c90> connection from pid 41477 invalidated

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: Failed to enumerate old iTunes videos paths at /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Media/Photos/Videos [Migration will continue.] Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “Videos” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Media/Photos/Videos, NSUnderlyingError=0x7fa618d93950 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.24 seconds info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: CoreData: annotation: (migration) Automatic schema migration succeeded for store at 'file:///Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Media/PhotoData/Photos.sqlite' info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 nanoregistryd[41502]: 01-07-2016 12:42:39.389: nanoregistryd restarted. "NanoRegistry_Sim-175.3.1" "8" internalInstall=NO

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a scenario producer: PLCloudLegacyPruneAgent info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a scenario producer: PLCloudLegacyDownloadAgent info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a trigger: PLCloudSystemStartedTrigger info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a trigger: PLCloudCacheDeleteTrigger info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a trigger: PLCLoudSettingsChangedTrigger info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a trigger: PLCloudAppInForegroundTrigger info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a trigger: PLCloudMetadataChangedTrigger info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a trigger: PLCloudMaintenanceTrigger info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 assetsd[41398]: Cloud Resources scheduler activated a trigger: PLCloudMetadataStableTrigger info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: Beginning MobileTimer migration. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: PassbookDataMigrator: Beginning performMigration... (didUpgrade=NO; didRestoreFromBackup=NO; didMigrateBackupFromDifferentDevice=NO; didRestoreFromCloudBackup=NO;) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: PassbookDataMigrator: Ending performMigration. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: 2016-01-07 12:42:39.747|41444|0x7fa618d8af70: 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/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Social/TwitterProfileImages, NSUserStringVariant=( info: [IOS_SYSLOG_ROW ] Folder info: [IOS_SYSLOG_ROW ] ), NSUnderlyingError=0x7fa618fc9120 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: 2016-01-07 12:42:39.748|41444|0x7fa618d8af70: Twitter needs profile image file protection upgrade? 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: 2016-01-07 12:42:39.748|41444|0x7fa618d8af70: 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/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Social/SinaWeiboProfileImages, NSUserStringVariant=( info: [IOS_SYSLOG_ROW ] Folder info: [IOS_SYSLOG_ROW ] ), NSUnderlyingError=0x7fa618d9cbd0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: 2016-01-07 12:42:39.748|41444|0x7fa618d8af70: Sina Weibo needs profile image file protection upgrade? 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: 2016-01-07 12:42:39.749|41444|0x7fa618d8af70: Failed to get contents of Tencent Weibo profile image directory with er rror Error Domain=NSCocoaErrorDomain Code=260 "The folder “TencentWeiboProfileImages” doesn’t exist." UserInfo={NSFilePath=/Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Social/TencentWeiboProfileImages, NSUserStringVariant=( info: [IOS_SYSLOG_ROW ] Folder info: [IOS_SYSLOG_ROW ] ), NSUnderlyingError=0x7fa618d9ce30 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: 2016-01-07 12:42:39.749|41444|0x7fa618d8af70: Tencent Weibo needs profile image file protection upgrade? 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: StocksMigrator - Performing Stocks migration... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: StocksMigrator - failed to get bundleProxyForIdentifier info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: StocksMigrator - Done with Stocks migration... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 com.apple.datamigrator[41444]: (Error) NPSLogging: <NPSDomainAccessor.m +[NPSDomainAccessor resolveActivePairedDevicePairingID:pairingDataStore:]:40> Failed to resolve pairing ID ((null)) or data store ((null)) for active device info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:39 SFO1XXHDXLABXX0 searchd[41522]: (Error) IndexGeneral in si_playBackMobileRecords:2313: played back 0 records

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 searchd[41522]: (Error) IndexGeneral in si_playBackMobileRecords:2313: played back 6 records info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 pkd[41438]: assigning plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) to plugin sandbox info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 pkd[41438]: enabling pid=41522 for plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) 77BF22FF-B05D-400C-B3E8-9EA67764CC62 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Contacts.app/PlugIns/ContactsCoreSpotlightExtension.appex info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 ContactsCoreSpotlightExtension[41523]: PlugInKit subsystem NSSharingService_Subsystem not present info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 --- last message repeated 2 times --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff878706980; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 41523; hostpid: 41522>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:40 SFO1XXHDXLABXX0 ContactsCoreSpotlightExtension[41523]: table drop: 101

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 backboardd[41401]: Migration complete (if performed). (Elapsed time: 30.53 seconds)

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: FBDefaultLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: FBAppLibraryLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: FBWorkspaceLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: FBSystemGestureLog; isEnabled: 0

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: FBAppDataStoreLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: SBIconLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: SBStatusBarishLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: SBAlarmLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: SBBannerLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: SBSoundLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: SBSystemGestureLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: Loaded logger: SBSoftwareUpdateLog; isEnabled: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:43 SFO1XXHDXLABXX0 SpringBoard[41400]: assertion failed: 14F27 13B137: libxpc.dylib + 58126 [0F47719F-3076-3664-A64B-CEB6901B254D]: 0x7d

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 --- last message repeated 2 times --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 com.apple.accessibility.AccessibilityUIServer[41528]: |AXIPC|warning| Could not find server for service: com.apple.accessibility.AXSpringBoardServer info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 com.apple.accessibility.AccessibilityUIServer[41528]: |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 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 com.apple.accessibility.AccessibilityUIServer[41528]: |AXIPC|warning| Could not verify connection. server port was nil

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 com.apple.accessibility.AccessibilityUIServer[41528]: assertion failed: 14F27 13B137: libxpc.dylib + 58126 [0F47719F-3076-3664-A64B-CEB6901B254D]: 0x7d info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: libMobileGestalt MobileGestalt.c:844: watch-companion is static and will never generate a notification info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: libMobileGestalt MobileGestalt.c:844: stand-alone-contacts is static and will never generate a notification info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: libMobileGestalt MobileGestalt.c:844: still-camera is static and will never generate a notification info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: Installed apps did change. info: [IOS_SYSLOG_ROW ] Added: {( info: [IOS_SYSLOG_ROW ] "com.apple.webapp1", info: [IOS_SYSLOG_ROW ] "com.apple.SharedWebCredentialViewService", info: [IOS_SYSLOG_ROW ] "com.apple.FacebookAccountMigrationDialog", info: [IOS_SYSLOG_ROW ] "com.apple.AdSheetPhone", info: [IOS_SYSLOG_ROW ] "com.apple.mobilesafari", info: [IOS_SYSLOG_ROW ] "com.apple.share", info: [IOS_SYSLOG_ROW ] "com.apple.SafariViewService", info: [IOS_SYSLOG_ROW ] "com.apple.appleaccount.AACredentialRecoveryDialog", info: [IOS_SYSLOG_ROW ] "com.apple.CloudKit.ShareBear", info: [IOS_SYSLOG_ROW ] "com.apple.Preferences", info: [IOS_SYSLOG_ROW ] "com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI", info: [IOS_SYSLOG_ROW ] "com.apple.Passbook", info: [IOS_SYSLOG_ROW ] "com.apple.mobilesms.compose", info: [IOS_SYSLOG_ROW ] "com.apple.iCloudDriveApp", info: [IOS_SYSLOG_ROW ] "com.apple.WatchKitSettings", info: [IOS_SYSLOG_ROW ] "com.apple.mobileslideshow", info: [IOS_SYSLOG_ROW ] "com.apple.CoreAuthUI", info: [IOS_SYSLOG_ROW ] "com.apple.MailCompositionService", info: [IOS_SYSLOG_ROW ] "com.apple.iad.iAdOptOut", info: [IOS_SYSLOG_ROW ] "com.apple.MusicUIService", info: [IOS_SYSLOG_ROW ] "com.apple.TencentWeiboAccountMigrationDialog", info: [IOS_SYSLOG_ROW ] "com.apple.WebViewService", info: [IOS_SYSLOG_ROW ] "com.apple.Maps", info: [IOS_SYSLOG_ROW ] "com.apple.AccountAuthenticationDialog", info: [IOS_SYSLOG_ROW ] "com.apple.social.SLYahooAuth", info: [IOS_SYSLOG_ROW ] "com.apple.TrustMe", info: [IOS_SYSLOG_ROW ] "com.apple.PhotosViewService", info: [IOS_SYSLOG_ROW ] "com.apple.quicklook.quicklookd", info: [IOS_SYSLOG_ROW ] "com.apple.datadetectors.DDActionsService", info: [IOS_SYSLOG_ROW ] "com.apple.MobileAddressBook", info: [IOS_SYSLOG_ROW ] "com.apple.Health", info: [IOS_SYSLOG_ROW ] "com.apple.social.SLGoogleAuth", info: [IOS_SYSLOG_ROW ] "com.apple.DataActivation", info: [IOS_SYSLOG_ROW ] "com.apple.Home.HomeUIService", info: [IOS_SYSLOG_ROW ] "com.apple.ServerDocuments", info: [IOS_SYSLOG_ROW ] "com.apple.HealthPrivacyService", info: [IOS_SYSLOG_ROW ] "com.apple.WebSheet", info: [IOS_SYSLOG_ROW ] "com.apple.camera", info: [IOS_SYSLOG_ROW ] "com.apple.mobilecal", info: [IOS_SYSLOG_ROW ] "com.apple.news", info: [IOS_SYSLOG_ROW ] "com.apple.ios.StoreKitUIService", info: [IOS_SYSLOG_ROW ] "com.apple.gamecenter.GameCenterUIService", info: [IOS_SYSLOG_ROW ] "com.apple.PrintKit.Print-Center", info: [IOS_SYSLOG_ROW ] "com.apple.reminders", info: [IOS_SYSLOG_ROW ] "com.apple.PassbookUIService", info: [IOS_SYSLOG_ROW ] "com.apple.webapp", info: [IOS_SYSLOG_ROW ] "com.apple.gamecenter" info: [IOS_SYSLOG_ROW ] )} info: [IOS_SYSLOG_ROW ] Removed: {( info: [IOS_SYSLOG_ROW ] )}

info: [IOS_SYSLOG_ROW ] Modified: {( info: [IOS_SYSLOG_ROW ] )} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 ondemandd[41526]: ondemandd is starting up... info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: * error reading settings archive file: <SBRootSettings: /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Documents/com.apple.springboard.settings/RootSettings.plist> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 ondemandd[41526]: ODR Log file is at /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Logs/CrashReporter/DiagnosticLogs/ondemandd/ondemandd_2016-01-07-124244.log info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: * error reading settings archive file: <SBRootSettings: /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist>

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 itunesstored[41465]: iTunes Store environment is: ST11 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 com.apple.CoreSimulator.SimDevice.235D68D0-5406-41CD-99AC-B70D2DF921FB.launchd_sim41382: 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 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 com.apple.CoreSimulator.SimDevice.235D68D0-5406-41CD-99AC-B70D2DF921FB.launchd_sim41382: Service setup event to handle failure and will not launch until it fires. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 ondemandd[41526]: No existing database at /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/OnDemandResources/Database/odr.sqlite, signal folks that this one might not be trustworthy IRT files on the device.

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: Failed to get cs_flags, error=3 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskCopyDebugDescription: No such process[41402] info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: * -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement 'com.apple.bulletinboard.dataprovider': Error Domain=NSPOSIXErrorDomain Code=3 "No such process" info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: Failed to get cs_flags, error=3 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskCopyDebugDescription: No such process[41402] info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: * -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement 'com.apple.bulletinboard.settings': Error Domain=NSPOSIXErrorDomain Code=3 "No such process" info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: +[UNNotificationStore migratePushStore] Migrating push store: /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/SpringBoard/PushStore info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: +[UNNotificationStore migratePushStore] Push store does not exist; no migration needed. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: -[BBObserver setDelegate:] Delegate implements addBulletin but does not implement noteInvalidatedBulletinIDs: <SBBulletinLocalObserverGateway: 0x7ffa794c39b0> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.facetime info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: throwing out icon because its isn't visible in the model : node=<SBApplicationIcon: 0x7ffa79456f80; nodeID: "com.apple.camera"> com.apple.camera info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.mobiletimer info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.videos info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.Photo-Booth info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.mobilenotes info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.MobileStore info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.AppStore info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.iBooks info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.tips info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.podcasts info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.mobileme.fmf1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.mobileme.fmip1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.MobileSMS info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.mobilemail info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: could not find icon for representation -> com.apple.Music info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 itunesstored[41465]: SecTrustEvaluate [root AnchorTrusted] info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 itunesstored[41465]: UpdateAssetsOperation: Error downloading manifest from URL https://apps.itunes.com/files/ios-music-app/manifest.json: Error Domain=NSURLErrorDomain Code=-1012 "Cannot connect to iTunes Store" UserInfo={NSErrorFailingURLKey=https://apps.itunes.com/files/ios-music-app/manifest.json, NSLocalizedDescription=Cannot connect to iTunes Store, NSErrorFailingURLStringKey=https://apps.itunes.com/files/ios-music-app/manifest.json} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:44 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING LOCAL com.apple.mobilecal, <BBLocalDataProvider 0x7ffa7ba11d80; com.apple.mobilecal> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING LOCAL com.apple.reminders, <BBLocalDataProvider 0x7ffa794da250; com.apple.reminders> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850c480; com.apple.springboard; pid: 41400; hostpid: -1>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.eventkitsyncd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.nanomapscd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.nanoappregistryd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.companionproximityd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.nanoweatherprefsd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.nanoprefsyncd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.pairedsyncd.plist [36 minfo: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.companionfindlocallyd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.nanomailbootstrapd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.nanosystemsettingsd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.bulletindistributord.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.resourcegrabberd.companion.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.addressbooksyncd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.companionmessagesd.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.NPKCompanionAgent.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 nanoregistrylaunchd[41530]: Failed to enable path: code = 113: Could not find specified service, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/NanoLaunchDaemons/com.apple.pairedunlockd-phone.plist info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: table drop: 101 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING LOCAL com.apple.mobilecal.today, <BBLocalDataProvider 0x7ffa7b82ac20; com.apple.mobilecal.today> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING LOCAL com.apple.cmas, <BBLocalDataProvider 0x7ffa7b921630; com.apple.cmas> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING REMOTE com.apple.Preferences, <BBRemoteDataProvider 0x7ffa7ba51e90; com.apple.Preferences> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING REMOTE com.apple.AirDrop, <BBRemoteDataProvider 0x7ffa7ba53c00; com.apple.AirDrop> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING REMOTE com.apple.AppStore, <BBRemoteDataProvider 0x7ffa794a8460; com.apple.AppS tore> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING REMOTE com.apple.CoreRoutine, <BBRemoteDataProvider 0x7ffa794a7940; com.apple.CoreRoutine> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING REMOTE com.apple.CarPlay, <BBRemoteDataProvider 0x7ffa7ba557b0; com.apple.CarPlay> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 sharingd[41504]: 12:42:45.202 : SDAirDropAlertBBManager dataProviderDidLoad info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 itunesstored[41465]: libMobileGestalt MGIOKitSupport.c:387: value for udid-version property of IODeviceTree:/product is invalid ((null)) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 itunesstored[41465]: Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 itunesstored[41465]: libMobileGestalt MGBasebandSupport.c:60: _CTServerConnectionCopyMobileEquipmentInfo: CommCenter error: 1:45 (Operation not supported) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 itunesstored[41465]: libMobileGestalt MGBasebandSupport.c:189: No CT mobile equipment info dictionary while fetching kCTMobileEquipmentInfoIMEI info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING LOCAL com.apple.mobileslideshow, <BBLocalDataProvider 0x7ffa7ba187f0; com.apple.mobileslideshow> info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850c480; com.apple.springboard; pid: 41400; hostpid: -1>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: table drop: 101 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING LOCAL com.apple.MobileSMS, <BBLocalDataProvider 0x7ffa7ba15c70; com.apple.MobileSMS>

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:45 SFO1XXHDXLABXX0 SpringBoard[41400]: ADDING REMOTE com.apple.passbook.general, <BBRemoteDataProvider 0x7ffa7ba5ac30; com.apple.passbook.general>

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 backboardd[41401]: Couldn't find the digitizer HID service, this is probably bad

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: BTM: attaching to BTServer info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: BTM: failed to attach with error 9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: BTM: attaching to BTServer info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: BTM: failed to attach with error 9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: BTM: attaching to BTServer info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: BTM: failed to attach with error 9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: [MPUSystemMediaControls] Updating supported commands for now playing application.

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Application windows are expected to have a root view controller at the end of application launch info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: |GAXGeneral|info| whitelistedApps and appSelfLockIDs both nil. No need to enable GAX (Single App Mode)

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: ===^^^ Obtained FTE string info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: [Warning] Cannot listen to battery level change notification. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: (Warn ) log.facility.assistant: Offline language fetch failed: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.assistant.dictation was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.assistant.dictation was invalidated.} info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: [MPUSystemMediaControls] Updating supported commands for now playing application. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: BBObserver: Unable to retrieve section parameters for . Using default parameters.

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: SMS Plugin initialized. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Sharing Plugin initialized. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Failed to get cs_flags, error=3 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskCopyDebugDescription: No such process[41444] info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Unable to get entitlements for client task. Error: Error Domain=NSPOSIXErrorDomain Code=3 "No such process" info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Failed to get cs_flags, error=3 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskCopyDebugDescription: No such process[41444] info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Unable to get entitlements for client task. Error: Error Domain=NSPOSIXErrorDomain Code=3 "No such process" info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Failed to get cs_flags, error=3 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: SecTaskCopyDebugDescription: No such process[41444] info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Unable to get entitlements for client task. Error: Error Domain=NSPOSIXErrorDomain Code=3 "No such process" info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Entitlement com.apple.frontboard.launchapplications required to open application in this manner. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: [FBSystemService] Error launching com.apple.mobilemail: Security (3) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 backboardd[41401]: System app "com.apple.springboard" finished startup after 2.96s. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 DTServiceHub[41409]: BUG in libdispatch: 14F27 - 3189 - 0x4 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 DTServiceHub[41409]: DTServiceHub(41409) [error]: 'mach_msg_send' failed: (ipc/send) invalid destination port (268435459) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 DTServiceHub[41409]: Unable to acquire task port after launch of pid 41535 (com.apple.mobilesafari) info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 com.apple.CoreSimulator.SimDevice.235D68D0-5406-41CD-99AC-B70D2DF921FB.launchd_sim41382: Service exited due to signal: Killed: 9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 ContactsCoreSpotlightExtension[41523]: host connection <NSXPCConnection: 0x7fa2bad00f70> connection from pid 41522 invalidated info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 searchd[41522]: plugin com.apple.MobileAddressBook.ContactsCoreSpotlightExtension invalidated info: [debug] [INST STDERR] 2016-01-07 12:42:46.860 instruments[41376:1629254] Attempting to change event horizon while disengage info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. 2016-01-07 12:42:46.861 instruments[41376:1629389] Attempting to change event horizon while disengage

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 SpringBoard[41400]: Application 'UIKitApplication:com.apple.mobilesafari[0x37fc]' exited abnormally via signal. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:46 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [debug] [INSTSERVER] Instruments exited with code 253 info: [debug] Killall instruments info: [debug] Instruments crashed on startup info: [debug] Attempting to retry launching instruments, this is retry #1 info: [debug] Killall iOS Simulator info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 DTServiceHub[41409]: Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 tccd[41445]: Refusing client without bundle identifier (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/MusicLibrary.framework/Support/medialibraryd)

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:42:47 SFO1XXHDXLABXX0 SpringBoard[41400]: BUG in libdispatch: 14F27 - 3192 - 0x1961f

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 assetsd[41398]: table drop: 101

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 MobileCal[41540]: assertion failed: 14F27 13B137: libxpc.dylib + 58126 [0F47719F-3076-3664-A64B-CEB6901B254D]: 0x7d info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 MobileCal[41540]: rdar14852620 set model date for launch info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 MobileCal[41540]: rdar14852620 last suspend date: Sunday, December 31, 2000 at 4:00:00 PM Pacific Standard Time info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 MobileCal[41540]: rdar14852620 now: Thursday, January 7, 2016 at 12:42:48 PM Pacific Standard Time info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 MobileCal[41540]: rdar14852620 inactive time: 7898202.800000 minutes info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 MobileCal[41540]: rdar14852620 resume to today timeout: 8.000000 minutes info: [IOS_SYSLOG_ROW ] Jan 7 12:42:48 SFO1XXHDXLABXX0 MobileCal[41540]: rdar14852620 inactive time > resume timeout, so going to today

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:49 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:50 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Jan 7 12:42:50 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:50 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:50 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:50 SFO1XXHDXLABXX0 assertiond[41404]: Could not create or rename power assertion for <BKNewProcess: 0x7ff87850ee00; com.apple.mobilecal; pid: 41540; hostpid: -1>: 0xe00002c9

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:51 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1

info: Launching instruments

info: [debug] Attempting to run app on iPad Air (9.1)

info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w "iPad Air (9.1)" com.apple.mobilesafari -e UIASCRIPT "/Users/HDXLAB/Library/Application Support/appium/bootstrap/bootstrap-f062718992d59810.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":900000}

info: [debug] [INST STDERR] 2016-01-07 12:42:52.744 instruments[41557:1630540] -[XRSimulatorDevice prepareConnection:]: Unable to authorize simulated daemon (41409): 5

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:54 SFO1XXHDXLABXX0 SpringBoard[41400]: Weekly asset update check did fire (force=NO)

info: [IOS_SYSLOG_ROW ] Jan 7 12:42:54 SFO1XXHDXLABXX0 SpringBoard[41400]: Beginning check for asset updates (force: 0 info: [IOS_SYSLOG_ROW ] Jan 7 12:42:54 SFO1XXHDXLABXX0 SpringBoard[41400]: Did not complete check for asset updates (force: 0, isVoiceOverRunning: 0

info: [debug] [INST STDERR] 2016-01-07 12:43:02.879 instruments[41557:1630470] Failed to connect to local pid watcher service: (os/kern) failure

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 DTServiceHub[41409]: DTServiceHub(41409) [error]: 'mach_msg_send' failed: (ipc/send) invalid destination port (268435459)

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 com.apple.CoreSimulator.SimDevice.235D68D0-5406-41CD-99AC-B70D2DF921FB.launchd_sim41382: Service exited due to signal: Killed: 9 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 DTServiceHub[41409]: Unable to acquire task port after launch of pid 41579 (com.apple.mobilesafari) info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 SpringBoard[41400]: [com.apple.mobilesafari (41579)] Kill failed. Error: No such process (3) info: [debug] [INST STDERR] 2016-01-07 12:43:02.972 instruments[41557:1630546] Attempting to change event horizon while disengage 2016-01-07 12:43:02.974 instruments[41557:1630687] Attempting to change event horizon while disengage info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. info: [debug] [INSTSERVER] Instruments exited with code 253 info: [debug] Killall instruments info: [debug] Instruments crashed on startup info: [debug] Attempting to retry launching instruments, this is retry #2 info: [debug] Killall iOS Simulator info: [IOS_SYSLOG_ROW ] Jan 7 12:43:02 SFO1XXHDXLABXX0 DTServiceHub[41409]: Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn info: [IOS_SYSLOG_ROW ] Jan 7 12:43:03 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:03 SFO1XXHDXLABXX0 SpringBoard[41400]: Application 'UIKitApplication:com.apple.mobilesafari[0xaa00]' exited abnormally via signal.

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:07 SFO1XXHDXLABXX0 lsd[41503]: LaunchServices: Currently 0 installed placeholders: (

info: [IOS_SYSLOG_ROW ] )

info: Launching instruments info: [debug] Attempting to run app on iPad Air (9.1) info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w "iPad Air (9.1)" com.apple.mobilesafari -e UIASCRIPT "/Users/HDXLAB/Library/Application Support/appium/bootstrap/bootstrap-f062718992d59810.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":900000}

info: [debug] [INST STDERR] 2016-01-07 12:43:08.653 instruments[41583:1630757] -[XRSimulatorDevice prepareConnection:]: Unable to authorize simulated daemon (41409): 5

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:11 SFO1XXHDXLABXX0 ids_simd[41391]: (Error) IDSSimulatorSupport: <IDSSimSupportLocalServer.m __68-[IDSSimSupportLocalServer setNetworkSimulation:enabled:completion:]_block_invoke:544> message send of data { info: [IOS_SYSLOG_ROW ] ControlCmd = SetNetSimulationEnabledCmd;

info: [IOS_SYSLOG_ROW ] Enabled = 0; info: [IOS_SYSLOG_ROW ] ServiceName = "com.apple.private.alloy.sockpuppet.classd"; info: [IOS_SYSLOG_ROW ] } failed with error Error Domain=com.apple.idssimualtorsupport.errors Code=2 "(null)" UserInfo={NSUnderlyingError=0x7fcc3050a170 {Error Domain=NSMachErrorDomain Code=268435459 "(ipc/send) invalid destination port"}} info: [IOS_SYSLOG_ROW ] Jan 7 12:43:11 SFO1XXHDXLABXX0 companionappd[41397]: (Error) WatchKit: <SPTransport.m 67-[SPTransport service:account:identifier:didSendWithSuccess:error:]_block_invoke:415> 67-[SPTransport service:account:identifier:didSendWithSuccess:error:]_block_invoke identifier (14516600-A049-4F03-B8F9-FA92F272C700), serviceName ((null)), success: 0 error, domain: com.apple.identityservices.error, code: 23 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:11 SFO1XXHDXLABXX0 companionappd[41397]: (Error) WatchKit: <SPCompanionAppServer.m 75-[SPCompanionAppServer sendProtobuf:sender:timeOut:allowInsecureTransport:]_block_invoke:894> sendProtobuf failed, error : Error Domain=com.apple.identityservices.error Code=23 "Timed out" UserInfo={NSLocalizedDescription=Timed out, NSUnderlyingError=0x7fdff8601880 {Error Domain=com.apple.ids.idssenderrordomain Code=12 "(null)"}} info: [IOS_SYSLOG_ROW ] Jan 7 12:43:11 SFO1XXHDXLABXX0 companionappd[41397]: (Error) WatchKit: <SPTransport.m 67-[SPTransport service:account:identifier:didSendWithSuccess:error:]_block_invoke:415> 67-[SPTransport service:account:identifier:didSendWithSuccess:error:]_block_invoke identifier (F50035BA-0EA2-449E-A2AC-D9127A5A3B28), serviceName ((null)), success: 0 error, domain: com.apple.identityservices.error, code: 23 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:11 SFO1XXHDXLABXX0 companionappd[41397]: (Error) WatchKit: <SPCompanionAppServer.m 75-[SPCompanionAppServer sendProtobuf:sender:timeOut:allowInsecureTransport:]_block_invoke:894> sendProtobuf failed, error : Error Domain=com.apple.identityservices.error Code=23 "Timed out" UserInfo={NSLocalizedDescription=Timed out, NSUnderlyingError=0x7fdff860e330 {Error Domain=com.apple.ids.idssenderrordomain Code=12 "(null)"}}

info: [debug] [INST STDERR] 2016-01-07 12:43:18.814 instruments[41583:1630754] Failed to connect to local pid watcher service: (os/kern) failure

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 DTServiceHub[41409]: DTServiceHub(41409) [error]: 'mach_msg_send' failed: (ipc/send) invalid destination port (268435459) info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 DTServiceHub[41409]: Unable to acquire task port after launch of pid 41606 (com.apple.mobilesafari) info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: [com.apple.mobilesafari (41606)] Kill failed. Error: No such process (3) info: [debug] [INST STDERR] 2016-01-07 12:43:18.887 instruments[41583:1630823] Attempting to change event horizon while disengage info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. info: [debug] [INSTSERVER] Instruments exited with code 253 info: [debug] Killall instruments info: [debug] Instruments crashed on startup info: [debug] Attempting to retry launching instruments, this is retry #3 info: [debug] Killall iOS Simulator info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 DTServiceHub[41409]: Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 com.apple.CoreSimulator.SimDevice.235D68D0-5406-41CD-99AC-B70D2DF921FB.launchd_sim41382: Service exited due to signal: Killed: 9 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:18 SFO1XXHDXLABXX0 SpringBoard[41400]: Application 'UIKitApplication:com.apple.mobilesafari[0xef06]' exited abnormally via signal.

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:23 SFO1XXHDXLABXX0 mstreamd[41389]: (Note ) PS: Media stream daemon stopping.

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:23 SFO1XXHDXLABXX0 mstreamd[41389]: (Note ) AS: <MSIOSAlbumSharingDaemon: 0x7fa6f1f02f60>: Shared Streams daemon has shut down. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:23 SFO1XXHDXLABXX0 mstreamd[41389]: (Warn ) mstreamd: mstreamd shutting down.

info: Launching instruments

info: [debug] Attempting to run app on iPad Air (9.1) info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w "iPad Air (9.1)" com.apple.mobilesafari -e UIASCRIPT "/Users/HDXLAB/Library/Application Support/appium/bootstrap/bootstrap-f062718992d59810.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":900000}

info: [debug] [INST STDERR] 2016-01-07 12:43:24.566 instruments[41625:1631175] -[XRSimulatorDevice prepareConnection:]: Unable to authorize simulated daemon (41409): 5

info: [debug] [INST STDERR] 2016-01-07 12:43:34.720 instruments[41625:1631165] Failed to connect to local pid watcher service: (os/kern) failure

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 assertiond[41404]: assertion failed: 14F27 13B137: assertiond + 12188 [93FFE0B6-5C27-387F-B32A-6EE378BBB22A]: 0x1 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 DTServiceHub[41409]: DTServiceHub(41409) [error]: 'mach_msg_send' failed: (ipc/send) invalid destination port (268435459) info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 DTServiceHub[41409]: Unable to acquire task port after launch of pid 41648 (com.apple.mobilesafari)

info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 SpringBoard[41400]: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. info: [debug] [INST STDERR] 2016-01-07 12:43:34.776 instruments[41625:1631388] Attempting to change event horizon while disengage info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Permission to debug com.apple.mobilesafari was denied. 2016-01-07 12:43:34.777 instruments[41625:1631403] Attempting to change event horizon while disengage info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 com.apple.CoreSimulator.SimDevice.235D68D0-5406-41CD-99AC-B70D2DF921FB.launchd_sim41382: Service exited due to signal: Killed: 9 info: [IOS_SYSLOG_ROW ] Jan 7 12:43:34 SFO1XXHDXLABXX0 DTServiceHub[41409]: Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn info: [debug] [INSTSERVER] Instruments exited with code 253 info: [debug] Killall instruments info: [debug] Instruments crashed on startup info: [debug] We exceeded the number of retries allowed for instruments to successfully start; failing launch info: [debug] Stopping iOS log capture info: [debug] Running ios sim reset flow info: [debug] Killing the simulator process info: [debug] Killing any other simulator daemons info: [debug] Killall iOS Simulator info: [debug] Cleaning sim data files info: node-simctl: Executing: xcrun with args: simctl erase 235D68D0-5406-41CD-99AC-B70D2DF921FB and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase 235D68D0-5406-41CD-99AC-B70D2DF921FB and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase 235D68D0-5406-41CD-99AC-B70D2DF921FB and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase 235D68D0-5406-41CD-99AC-B70D2DF921FB and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase 235D68D0-5406-41CD-99AC-B70D2DF921FB and timeout: 2000

info: [debug] Cleaning mobile safari data files

error: Could not reset simulator. Leaving as is. Error: Command 'xcrun simctl erase 235D68D0-5406-41CD-99AC-B70D2DF921FB' exited with code 159

info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Caches/Snapshots/com.apple.mobilesafari info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Caches/com.apple.mobilesafari/Cache.db info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Caches/com.apple.WebAppCache/.db

error: Failed to start an Appium session, err was: Error: Instruments crashed on startup

info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Safari info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/WebKit/LocalStorage/. info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/WebKit/GeolocationSites.plist info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Library/Cookies/.binarycookies info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/Caches/Snapshots/com.apple.mobilesafari info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/Caches/com.apple.mobilesafari/Cache.db info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/Caches/com.apple.WebAppCache/.db info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/Safari info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/WebKit/LocalStorage/.* info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/WebKit/GeolocationSites.plist info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/Cookies/.binarycookies info: [debug] Deleting /Users/HDXLAB/Library/Developer/CoreSimulator/Devices/235D68D0-5406-41CD-99AC-B70D2DF921FB/data/Containers/Data/Application/BFD0DD3A-CABE-41C0-8DB3-C6810B85C7A1/Library/Preferences/.plist info: [debug] Cleaning up appium session info: [debug] Error: Instruments crashed on startup at [object Object].Instruments.onInstrumentsExit (/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/lib/instruments.js:440:31) at [object Object]. (/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/lib/instruments.js:353:12) at ChildProcess.emit (events.js:110:17) at Process.ChildProcess._handle.onexit (child_process.js:1074:12) info: [debug] Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: Instruments crashed on startup)","origValue":"Instruments crashed on startup"},"sessionId":null} info: <-- POST /wd/hub/session 500 117695.570 ms - 182

please help me resolve the issue. Else suggest me the right combinationof Appium and Xcode for using iOS9(any version of ios9)

lock[bot] commented 5 years ago

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