Cannot click button using accessibility Id or xpath iOS driver

I am trying to click a button on screen, after an alert is displayed. But get an error An element could not be located on the page using the given search parameters

I am unsure what I am doing wrong, the steps are:

  1. Screen loads and I accept alert
  2. Attempt to click button and cannot click

my code to accept alert is:

public void acceptAlert(){
driver.switchTo().alert().accept();
}

and my code to click button is:

public void enterPasscode() {
int attempt = 0;
String myPasscode = {“1”, “1”, “1”, “2”, “2”, “2”};
while (attempt != 12) {
for (String passcode : myPasscode) {
driver.findElementByAccessibilityId(passcode).click();
attempt++;
}
}
}

my Appium log is as follows:

[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] → GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args:
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.6.1-beta”,“revision”:null}}
[HTTP] ← GET /wd/hub/status 200 16 ms - 88
[HTTP] → POST /wd/hub/session {“desiredCapabilities”:{“app”:“/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app”,“showIOSLog”:true,“noReset”:false,“newCommandTimeout”:120,“platformVersion”:“9.3”,“automationName”:“XCUITEST”,“platformName”:“iOS”,“deviceName”:“iPhone 6”,“fullReset”:true,“autoAcceptAlerts”:true}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{“app”:“/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app”,“showIOSLog”:true,“noReset”:false,“newCommandTimeout”:120,“platformVersion”:“9.3”,“automationName”:“XCUITEST”,“platformName”:“iOS”,“deviceName”:“iPhone 6”,“fullReset”:true,“autoAcceptAlerts”:true},null,null,null,null]
[Appium] Creating new XCUITestDriver session
[Appium] Capabilities:
[Appium] app: ‘/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app’
[Appium] showIOSLog: true
[Appium] noReset: false
[Appium] newCommandTimeout: 120
[Appium] platformVersion: ‘9.3’
[Appium] automationName: ‘XCUITEST’
[Appium] platformName: ‘iOS’
[Appium] deviceName: ‘iPhone 6’
[Appium] fullReset: true
[Appium] autoAcceptAlerts: true
[debug] [XCUITest] XCUITestDriver version: 2.5.3
[XCUITest] The capabilities ‘autoAcceptAlerts’ and ‘autoDismissAlerts’ do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
[BaseDriver] Session created with session id: 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[debug] [XCUITest] Xcode version set to ‘8.2.1’
[debug] [XCUITest] iOS SDK Version set to ‘10.2’
[iOSSim] Constructing iOS simulator for Xcode version 8.2.1 with udid ‘BC2FFDF7-83A8-4901-A945-5837BBD8B808’
[debug] [XCUITest] Full reset requested. Cleaning and stopping simulator
[debug] [iOSSim] Killing any simulator daemons for BC2FFDF7-83A8-4901-A945-5837BBD8B808
[iOSSim] Cleaning simulator BC2FFDF7-83A8-4901-A945-5837BBD8B808
[debug] [iOSSim] Killing all iOS Simulators
[XCUITest] Determining device to run tests on: udid: ‘BC2FFDF7-83A8-4901-A945-5837BBD8B808’, real device: false
[BaseDriver] Using local app ‘/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app’
[debug] [XCUITest] Checking whether app ‘/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app’ is actually present
[debug] [XCUITest] App is present
[debug] [iOS] Getting bundle ID from app ‘/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app’: ‘com.doublewedge.wisebeta’
[debug] [iOSLog] Starting iOS 9.3 simulator log capture
[debug] [iOSLog] System log path: /Users//Library/Logs/CoreSimulator/BC2FFDF7-83A8-4901-A945-5837BBD8B808/system.log
[XCUITest] Setting up simulator
[debug] [iOS] No reason to set locale
[debug] [iOS] No iOS / app preferences to set
[XCUITest] Simulator with udid ‘BC2FFDF7-83A8-4901-A945-5837BBD8B808’ not booted. Booting up now
[debug] [iOSSim] Killing all iOS Simulators
[iOSSim] Starting simulator with command: open -Fn /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID BC2FFDF7-83A8-4901-A945-5837BBD8B808
[iOSSim] Simulator log at ‘/Users//Library/Logs/CoreSimulator/BC2FFDF7-83A8-4901-A945-5837BBD8B808/system.log’
[iOSSim] Tailing simulator logs until we encounter the string “System app “com.apple.springboard” finished startup”
[iOSSim] We will time out after 120000ms
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 11:19:07 s-MacBook-Pro bootlog[0]: BOOT_TIME 1484651947 421332
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.appinstallation” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.authkit.asl” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.cloudd” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.clouddocs” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.contacts.ContactsAutocomplete” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.corecdp.asl” sharing output destination “/Users//Library/Logs/CoreSimulator/BC2FFDF7-83A8-4901-A945-5837BBD8B808/CrashReporter/DiagnosticLogs/Accounts” with ASL Module “com.apple.authkit.asl”.
[iOSLog] [IOS_SYSLOG_ROW] Output parameters from ASL Module “com.apple.authkit.asl” override any specified in ASL Module “com.apple.corecdp.asl”.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.corecdp.asl” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.corespotlight” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.HealthKit” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.HomeKit” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.iad.logging” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.icloud.fmfd” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.iclouddriveapp” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.iCloudQuota.asl” sharing output destination “/Users//Library/Logs/CoreSimulator/BC2FFDF7-83A8-4901-A945-5837BBD8B808/CrashReporter/DiagnosticLogs/Accounts” with ASL Module “com.apple.authkit.asl”.
[iOSLog] [IOS_SYSLOG_ROW] Output parameters from ASL Module “com.apple.authkit.asl” override any specified in ASL Module “com.apple.iCloudQuota.asl”.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.iCloudQuota.asl” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.mobileme.fmf1” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.mobileme.fmip1” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.PassKit” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.persistentphotos” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.photobackend” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.photoprivate” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.photos” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.securityd” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 — last message repeated 7 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.serverdocs” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.softwareupdateservices” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: Configuration Notice:
[iOSLog] [IOS_SYSLOG_ROW] ASL Module “com.apple.wcd” claims selected messages.
[iOSLog] [IOS_SYSLOG_ROW] Those messages may not appear in standard system log files or in the ASL database.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.assetsd.notificationServer): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.assertiond): This service is defined to be constantly running and is inherently inefficient.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro UserEventAgent[22875]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro UserEventAgent[22875]: Failed to copy info dictionary for bundle /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/UserEventPlugins/locationd.events.plugin
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro UserEventAgent[22875]: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/UserEventPlugins/routined.events.plugin: dlsym(initRoutinedEventAgent) failed
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro UserEventAgent[22875]: nsurlsessiond_events plugin: adding token 2 for client com.apple.passd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.backboardd): Unknown key for Boolean: HighPriorityIO
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.backboardd): This service is defined to be constantly running and is inherently inefficient.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.calaccessd.xpc): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.certui.relay): ThrottleInterval set to zero. You’re not that important. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.configd_sim): This service is defined to be constantly running and is inherently inefficient.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.coreservices.appleid.passwordcheck): Unknown key for Boolean: DrainMessagesAfterFailedInit
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.coreservices.useractivityd): Unknown key for Boolean: DrainMessagesAfterFailedInit
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.EscrowSecurityAlert): Unknown key for string: seatbelt-profiles
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.healthd): ThrottleInterval set to zero. You’re not that important. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.healthd): Unknown key for Boolean: CFBundleAllowMixedLocalizations
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro UserEventAgent[22875]: nsurlsessiond_events plugin: adding token 1 for client com.apple.itunesstored
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro com.apple.cts[22875]: Badly specified XPC Activity: com.apple.searchd.expirations: permissible values for priority are Utility or Maintenance
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro syslogd[22874]: ASL Sender Statistics
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro companionappd[22884]: PairedSync, Debugging at level 0 for console and level 0 for log files
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro configd_sim[22896]: network changed: v4(en0+:192.168.0.42) DNS+ Proxy+
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro locationd[22892]: Logging binary sensor data to /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/locationdSensors.bin
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro securityd[22904]: unable to access hwaes key
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro locationd[22892]: NBB-Could not get UDID for stable refill timing, falling back on random
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro locationd[22892]: BLP: bundle path does not exist, /System/Library/LocationBundles/Traffic.bundle
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro locationd[22892]: BLP: Need a bundle path or a bundle identifier.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:43 s-MacBook-Pro nanoregistryd[22906]: 18:51:43.983: nanoregistryd restarted. “NanoRegistry_Sim-241.8” “4” internalInstall=NO
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro locationd[22892]: BUG in libdispatch: 16C67 - 4671 - 0x16
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro locationd[22892]: BUG in libdispatch: 16C67 - 4617 - 0x16
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro locationd[22892]: BUG in libdispatch: 16C67 - 4671 - 0x16
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro containermanagerd[22907]: 0x105a0f3c0 main: containermanagerd performing first boot initialization
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro containermanagerd[22907]: 0x105a0f3c0 -[MCMClientConnection(Internal) _moveItemAtURLToDeathRow:isDir:startDeletionThread:error:]: 171: Failed to move item at: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd to: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd/Dead/temp.Vk4aDc/com.apple.containermanagerd (Error Domain=NSPOSIXErrorDomain Code=22 “Invalid argument” UserInfo={SourceFileLine=276, NSLocalizedDescription=rename of /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd to /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd/Dead/temp.Vk4aDc/com.apple.containermanagerd failed: Invalid argument, FunctionName=-[MCMFileManager _moveItemAtURL:toURL:failIfSrcMissing:error:]})
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro containermanagerd[22907]: 0x105a0f3c0 -[MCMClientConnection rebootContainerManagerCleanup]: Failed to delete shared transient bundle URL file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd/ : Error Domain=MCMErrorDomain Code=41 “Failed to move item at: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd to: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd/Dead/temp.Vk4aDc/com.apple.containermanagerd” UserInfo={NSLocalizedDescription=Failed to move item at: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd to: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd/Dead/temp.Vk4aDc/com.apple.containermanagerd, FunctionName=-[MCMClientConnection(Internal) _moveItemAtURLToDeathRow:isDir:startDeletionThread:error:], SourceFileLine=171, NSUnderlyingError=0x7fabd7808320 {Error Domain=NSPOSIXErrorDomain Code=22 “Invalid argument” UserInfo={SourceFileLine=276, NSLocalizedDescription=rename of /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd to /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/com.apple.containermanagerd/Dead/temp.Vk4aDc/com.apple.containermanagerd failed: Invalid argument, FunctionName=-[MCMFileManager _moveItemAtURL:toURL:failIfSrcMissing:error:]}}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro containermanagerd[22907]: 0x105a0f3c0 main: containermanagerd first boot cleanup complete
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro containermanagerd[22907]: 0x70000fa6c000 -[MCMCodeSigningMapping _readCodeSigningMappingFromDisk]: No code signing info file found. We will create one now
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro containermanagerd[22907]: 0x70000fa6c000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.sharedpclogging
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: PUIProgressWindow initWithOptions: 4 contextLevel: 2999 appearance: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro locationd[22892]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: main display width 750 height 1334 framebuffer width 750 height 1334 scale 2 orientation 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: PUIProgressWindow not using PreBoard appearance
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: _sideways 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: layer position 375 667 bounds 0 0 750 1334
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: PUIProgressWindow trying to load image source for /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProgressUI.framework/apple-logo@2x~iphone.png
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: void __IOHIDPlugInLoadBundles(): Loaded 6 HID plugins
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: Error loading /System/Library/HIDPlugins/IOHIDDFREventFilter.plugin/Contents/MacOS/IOHIDDFREventFilter: dlopen(/System/Library/HIDPlugins/IOHIDDFREventFilter.plugin/Contents/MacOS/IOHIDDFREventFilter, 262): no suitable image found. Did find:
[iOSLog] [IOS_SYSLOG_ROW] /System/Library/HIDPlugins/IOHIDDFREventFilter.plugin/Contents/MacOS/IOHIDDFREventFilter: mach-o, but not built for iOS simulator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: Cannot find function pointer IOHIDDFREventFilterFactory for factory 4F2A35AF-A17D-4020-B62A-0E64B825F069 in CFBundle/CFPlugIn 0x7fa475c05be0 </System/Library/HIDPlugins/IOHIDDFREventFilter.plugin> (bundle, not loaded)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: Error loading /System/Library/HIDPlugins/IOHIDNXEventTranslatorSessionFilter.plugin/Contents/MacOS/IOHIDNXEventTranslatorSessionFilter: dlopen(/System/Library/HIDPlugins/IOHIDNXEventTranslatorSessionFilter.plugin/Contents/MacOS/IOHIDNXEventTranslatorSessionFilter, 262): no suitable image found. Did find:
[iOSLog] [IOS_SYSLOG_ROW] /System/Library/HIDPlugins/IOHIDNXEventTranslatorSessionFilter.plugin/Contents/MacOS/IOHIDNXEventTranslatorSessionFilter: mach-o, but not built for iOS simulator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: Cannot find function pointer IOHIDNXEventTranslatorSessionFilterFactory for factory AC658E84-3DFE-43DE-945D-6E7919FBEDE1 in CFBundle/CFPlugIn 0x7fa475c0ae40 </System/Library/HIDPlugins/IOHIDNXEventTranslatorSessionFilter.plugin> (bundle, not loaded)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x7000041c2000
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: HID Session async scheduling initiated.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: HID Session async root queue running at priority 63 and schedule 2.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: HID Session async scheduling complete.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: Successfully opened the IOHIDSession
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: adding observer to <NSUserDefaults: 0x7fa475c03370> for key: BKEnableALS
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro containermanagerd[22907]: 0x70000f9e9000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.sharedpclogging
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro syslogd[22874]: Disabling module com.apple.securityd writes to /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/security.log following 6 failures (Operation Failed)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro identityservicesd[22883]: [Warning] Setting up a new database at path /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/IdentityServices/ids.db.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro identityservicesd[22883]: [Warning] NULL accountGUIDs passed to void IDSOutgoingMessageRecordUpdateLocalDestinationDeviceOnAccountsWithUUIDs(NSArray *__strong, NSString *__strong, IDSDataProtectionClass)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro identityservicesd[22883]: [Warning] NULL accountGUIDs passed to CFArrayRef IDSOutgoingMessageRecordCopyUnsentMessagesForAccountsAndPriority(NSArray __strong, int64_t, CFStringRef, int64_t, IDSDataProtectionClass, BOOL)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro tccd[22909]: PairedSync, Debugging at level 0 for console and level 0 for log files
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro networkd[22914]: main networkd-583.41.1 pid 22914
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.appconduitd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.bulletindistributord.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.eventkitsyncd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.NPKCompanionAgent.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.companionETD.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.companionmessagesd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.addressbooksyncd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.nanomapscd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.nanoprefsyncd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.nanoweatherprefsd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.pairedsyncd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.companionproximityd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.nanoappregistryd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.resourcegrabberd.companion.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.nanosystemsettingsd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.companionfindlocallyd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.nanomailbootstrapd.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistrylaunchd[22912]: Failed to enable path: code = 113: Could not find specified service, /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/NanoLaunchDaemons/com.apple.pairedunlockd-phone.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskCopyDebugDescription: No such process[22884]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.nano.nanoregistry.pairunpairobliterate’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskCopyDebugDescription: No such process[22884]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.bluetoothregistry’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskCopyDebugDescription: No such process[22884]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.nano.nanoregistry’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro networkd[22914]: -[NETPowerManager setupPowerPolicyTable] created power policy table from defaults with 5 timeslots
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskCopyDebugDescription: No such process[22884]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.nano.nanoregistry.internal’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: SecTaskCopyDebugDescription: No such process[22884]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro nanoregistryd[22906]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.nano.nanoregistry.migrator’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro tccd[22909]: Error: Could not create service from plist at path: file:///Library/Developer/CoreSimulator/Profiles/Runtimes/iOS%209.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PairedSyncServices/com.apple.pairedsync.tccd.plist. Returning nil PSYSyncCoordinator for service name com.apple.pairedsync.tccd. Please check that your plist exists and is in the correct format.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro locationd[22892]: PairedSync, Debugging at level 0 for console and level 0 for log files
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro locationd[22892]: Error: Could not create service from plist at path: file:///Library/Developer/CoreSimulator/Profiles/Runtimes/iOS%209.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PairedSyncServices/com.apple.pairedsync.locationd.plist. Returning nil PSYSyncCoordinator for service name com.apple.pairedsync.locationd. Please check that your plist exists and is in the correct format.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro networkd[22914]: nw_nat64_post_new_ifstate successfully changed NAT64 ifstate from 0x0 to 0x8000000000000000
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]: PUIProgressWindow initWithOptions: 5 contextLevel: 3000 appearance: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro geod[22908]: 2017-01-17 18:51:44.233, 22908, 23d057c0, [GEOPersistenceManager]: Mapping directory does not exist. Will create it at path: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/GeoServices/PhoneNumberMapping.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro CoreSimulatorBridge[22897]: Request received to remove pairs that are no longer paired by the host.
[iOSLog] [IOS_SYSLOG_ROW] hostPairedArray = (
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] simPairedArray=(
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] unpairArray=(
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro geod[22908]: 2017-01-17 18:51:44.239, 22908, 23d057c0, [LogMessageLogging]: adaptorOptionsArray is nil or empty, there no adaptors available to create
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro CoreSimulatorBridge[22897]: Switching to keyboard: en
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]: main display width 750 height 1334 framebuffer width 750 height 1334 scale 2 orientation 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]: PUIProgressWindow not using PreBoard appearance
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]: _sideways 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]: layer position 375 667 bounds 0 0 750 1334
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]: PUIProgressWindow trying to load image source for /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProgressUI.framework/apple-logo@2x~iphone.png
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro SpringBoard[22889]: objc[22889]: Class AVTimeFormatter is implemented in both /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaPlayerUI.framework/MediaPlayerUI and /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVKit.framework/AVKit. One of the two will be used. Which one is undefined.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro CoreSimulatorBridge[22897]: Pasteboard change listener callback port <NSMachPort: 0x7fd1d8600cc0> registered
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro CoreSimulatorBridge[22897]: Pasteboard change listener callback port <NSMachPort: 0x7fd1d8a019f0> registered
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]:
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] AB Migration estimate - Regular DB (v7) Size: 50176 - estimated duration: 2.374867 (0.071867) (total: 2.374867)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.datamigrator[22915]:
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] AB Migration estimate - Images DB (v4) Size: 475136 - duration: 14.417614 (total: 16.792480)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro fileproviderd[22876]: (Note ) FileProvider: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd starting.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) profiled: Service starting…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Managed Configuration migrating…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Migrating to system group container…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to create directory with error Error Domain=NSCocoaErrorDomain Code=513 “You don’t have permission to save the file “ConfigurationProfiles” in the folder “Library”.” UserInfo={NSFilePath=/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles, NSUnderlyingError=0x7fcda82015b0 {Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied”}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to create directory with error Error Domain=NSCocoaErrorDomain Code=513 “You don’t have permission to save the file “PublicInfo” in the folder “ConfigurationProfiles”.” UserInfo={NSFilePath=/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo, NSUnderlyingError=0x7fcda5700c80 {Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied”}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Path /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library does not refer to a directory.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to change ownership of directory and contents at /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library. Errors: (
[iOSLog] [IOS_SYSLOG_ROW] “Error Domain=MCInternalErrorDomain Code=1 "\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library\U201d is not a directory." UserInfo={NSLocalizedDescription=\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library\U201d is not a directory.}”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to fix permissions of device profile library with errors (
[iOSLog] [IOS_SYSLOG_ROW] “Error Domain=MCInternalErrorDomain Code=1 "\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library\U201d is not a directory." UserInfo={NSLocalizedDescription=\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library\U201d is not a directory.}”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Path /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles does not refer to a directory.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to change ownership of directory and contents at /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles. Errors: (
[iOSLog] [IOS_SYSLOG_ROW] “Error Domain=MCInternalErrorDomain Code=1 "\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles\U201d is not a directory." UserInfo={NSLocalizedDescription=\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles\U201d is not a directory.}”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to fix permissions of device profile storage with errors (
[iOSLog] [IOS_SYSLOG_ROW] “Error Domain=MCInternalErrorDomain Code=1 "\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles\U201d is not a directory." UserInfo={NSLocalizedDescription=\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles\U201d is not a directory.}”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Path /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo does not refer to a directory.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to change ownership of directory and contents at /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo. Errors: (
[iOSLog] [IOS_SYSLOG_ROW] “Error Domain=MCInternalErrorDomain Code=1 "\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo\U201d is not a directory." UserInfo={NSLocalizedDescription=\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo\U201d is not a directory.}”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to fix permissions of device public info directory with errors (
[iOSLog] [IOS_SYSLOG_ROW] “Error Domain=MCInternalErrorDomain Code=1 "\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo\U201d is not a directory." UserInfo={NSLocalizedDescription=\U201c/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo\U201d is not a directory.}”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed system group container migration.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Beginning manifest migration…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Removing duplicated hidden profile identifiers…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed removing duplicated hidden profile identifiers.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Creating stubs…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Removing orphaned profiles…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed removing orphaned profiles…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Transferring profile signer certificates…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Migrating removal passwords…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PayloadManifest.plist.2N3V1R : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PayloadManifest.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x10a9633c0 main: Reboot detected
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x10a9633c0 is_build_upgrade: Did not find last build info; we must be upgrading from pre-8.0 or this is an erase install.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed migrating removal passwords.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Migrating defaults to managed preferences area…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Migrating OTA profiles…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed migrating OTA profiles.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Transferring installation dates…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed transferring installation dates.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Transferring tags to profiles…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed transferring tags.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Removing old profile copies…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed removing old profile copies.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Applying default user settings…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Applying iPhone defaults
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.MobileInstallationHelperService[22918]: 0x700001179000 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migrating system app data containers
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro com.apple.MobileInstallationHelperService[22918]: 0x700001179000 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migration complete
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.t0eX4b : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed applying default user settings.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Migrating settings…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.QMRRPl : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.62vqX4 : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed migrating settings.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Updating client restrictions…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.BRsvl5 : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Done updating. 0 client restrictions processed.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Updating profile restrictions…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ProfileTruth.plist.SXiBXK : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ProfileTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x10a9633c0 record_current_build_info: Recorded current system version as 13E233
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x10a9633c0 __47-[MIDeveloperDiskImageTracker checkMountPoint:]_block_invoke: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Developer/Applications is not present now or before
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIClientConnection fetchInstalledAppsWithOptions:completion:]: Fetch installed apps requested by lsd (pid 22911) with options (null)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MILaunchServicesDatabaseGatherer init]: Updating plugin containers with their parent bundle ID
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/AppAccessibilityParameters.plist.sTmf6b : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/AppAccessibilityParameters.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ProfileTruth.plist.VZ0VAG : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ProfileTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.AccountAuthenticationDialog at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/80C7E134-9538-40F8-A59E-5B9E5D2A53B6
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Done updating. 0 system profile and 0 user profile restrictions processed.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Updating implied settings…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.SKWQ3k : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Done updating.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PayloadManifest.plist.OZLK6i : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PayloadManifest.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Cleaning up app configuration.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Finished cleaning up app configuration.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/AppAccessibilityParameters.plist.oC2M46 : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/AppAccessibilityParameters.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ProfileTruth.plist.wnebMV : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ProfileTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.DwcYRh : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.MobileAddressBook.ContactsCoreSpotlightExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/2EE1D8B4-0AED-4A16-AB4F-770B5007942B
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Correcting stubs with incorrect install options…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed install options corrections.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Tagging managed accounts…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro geod[22908]: 2017-01-17 18:51:44.600, 22908, 23d057c0, [PowerAssertion]: Failed to create power assertion for “<GEOResourceLoader: 0x7faa26823480>_8BAC2691-FC61-43F2-8C33-646C83D55D03” (-536870199)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.MobileAddressBook.ContactsViewService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/E6FE8242-D07D-4AE3-A407-8A4043A2F8EB
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.MobileAddressBook.ContactViewViewService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/B5EB6292-89A8-44DB-944F-B52976641B5B
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.datadetectors.DDActionsService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/28AAE742-9042-4BF6-9358-86A3EC62CB42
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro backboardd[22890]: Now monitoring “com.apple.springboard”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Fitness.app
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.gamecenter at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/DF044FC3-FF57-4A98-B048-F058B476577D
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro mstreamd[22878]: (Note ) mstreamd: mstreamd starting up.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.gamecenter.TTRGameCenter at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/75805DFB-3276-4317-B1D6-ADAFD18BB629
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro mstreamd[22878]: (Note ) PS: The subscription plugin class does not support push notification refreshing.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro mstreamd[22878]: (Note ) PS: Media stream daemon starting…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.gamecenter.GameCenterUIService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/46FBCEC9-AB83-4A68-BFE5-8DFDE9832560
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.Health at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/99B8D8A5-7D57-40B9-BACC-B33DBBCCDF13
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro apsd[22910]: [Warning] Setting up a new database at path /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/ApplePushService/aps.db.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.Health.DiagnosticExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/E55CB072-4878-4F2A-A89C-E00241F088ED
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.HealthPrivacyService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/54BA4C80-671C-447F-9CD6-1E3EC78F1771
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.iCloudDriveApp at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/4B592D2B-A126-407B-885F-372093B1EA57
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro distnoted[22902]: # distnote server daemon absolute time: 18582.081408274 civil time: Tue Jan 17 18:51:44 2017 pid: 22902 uid: 501 root: yes
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.Maps at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/272BBAB7-CE9D-4412-BC6B-9BDD536757A2
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/MapsDiagnostic.appex
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 +[MILaunchServicesDatabaseGatherer dictOfPluginKitPluginsInBundle:updatingPluginParentID:withError:]: Failed to get plugin bundles for bundle com.apple.Maps : Error Domain=MIInstallerErrorDomain Code=35 “Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/MapsDiagnostic.appex” UserInfo={LegacyErrorString=PackageInspectionFailed, FunctionName=-[MIBundle _validateWithError:], SourceFileLine=30, NSLocalizedDescription=Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/MapsDiagnostic.appex}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed tagging 0 accounts as managed.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Adding missing tags to IMAP accounts…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro mstreamd[22878]: (Note ) AS: <MSASDaemonModel: 0x7f8f94b04600>: Migrating database from version -1 to version 2.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro mstreamd[22878]: (Note ) AS: <MSASDaemonModel: 0x7f8f94b04600>: Set database version to 2.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: Could not set protection class on /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Mail
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Done adding missing tags to 0 IMAP accounts.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo/MCMeta.plist.TPQiap : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PublicInfo/MCMeta.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Managed Configuration completed migration.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.mobilecal.diagnosticextension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/BEF84A35-6B22-443F-84D1-C110466C21DB
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Battery Saver Mode is currently disabled
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Note ) MC: Removing battery saver mode restrictions
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.33qjcn : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.mobilecal.widget at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/4EE3F59A-B2A0-483D-9289-7BD09AEC7FB3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.mobilecal.spotlight at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/4612D6E3-64A7-4245-ABE3-067F088F4618
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.mobilesafari at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/8D46C18D-E481-4D8C-A4F3-EE65478C67E7
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.mobilesafari.SafariDiagnosticExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/106E1A61-F624-42D6-B7E4-578F6AE5C104
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.mobileslideshow.StreamShareService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/8782125D-A80A-4DFD-873B-F780B34D020A
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.mobileslideshow.PhotosDiagnostics at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/CA3ED827-DE9C-4B4F-9581-2CB6ECE8BB0B
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:44 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.news at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/2945FFB3-AA37-4821-BD70-807EAC900B72
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.news.addrssfeed at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/682ACD13-1B53-45E9-BC03-A5BF0A3EE8BF
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.news.diagnosticextension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/3C66C28A-2E93-4CBB-A8D2-07BA4E708CFD
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro callservicesd[22905]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Photo Booth.app
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro callservicesd[22905]: 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=0x7fca9620ad00 {Error Domain=NSPOSIXErrorDomain Code=13 “Permission denied”}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro itunesstored[22921]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro wcd[22888]: libMobileGestalt MobileGestalt.c:2584: Failed to get battery level
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.reminders.RemindersEditorExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/41F1D0A9-C29A-4CD1-A606-E83823F698D1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.reminders.spotlight at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/EA32420B-EE5B-4E37-BAD2-5FFEF78B28E3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.reminders.todaywidget at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/0EAB31F9-FFC5-4382-8183-29E8B1EDA783
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro locationd[22892]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PayloadManifest.plist.zZIM6e : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro locationd[22892]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/PayloadManifest.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.SafariViewService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/0F1372A1-957A-45EA-B7BF-491500BF1772
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.ServerDocuments at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/21506A7C-84D6-423D-A013-737D70C29B6E
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.ServerDocuments.ServerDocumentProvider at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/D7BD9143-F8D9-445A-AC9F-872C678362F2
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.ServerDocuments.ServerFileProvider at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/EA50E500-9EE8-435C-B83D-E53434B5B034
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro nsurlsessiond[22901]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro healthd[22881]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro sharingd[22891]: 18:51:45.312 : Starting Up…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro sharingd[22891]: 18:51:45.320 : Device Capabilities (Handoff:YES, Instant Hotspot:YES, AirDrop:YES, Legacy AirDrop:NO, Remote Disc:NO)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.social.SLGoogleAuth.SLGoogleAuthService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/5AD1AC0E-F737-4B02-83E1-CEF6E0E446A7
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro networkd[22914]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.social.SLYahooAuth.SLYahooAuthService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/C72D133C-C46E-4340-BE93-08D910F2386E
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro mediaremoted[22879]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.share at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/9D72C5FA-6B93-4A13-BBEB-58AD34D08839
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.share.Facebook.post at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/F6FA7FA1-A548-4B5E-BB0D-984EF2E39756
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.share.Flickr.post at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/355A390A-AFB5-41C8-8CBD-67C7D095D387
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.share.SinaWeibo.post at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/E9E93BCE-C5EF-47E8-BA86-CD7ABA511ECC
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.share.TencentWeibo.post at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/C25B078F-EA37-4CBE-92B2-5037C79BE3F3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.share.Twitter.post at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/155456AE-200E-429C-BA91-CD5AB57EBEFC
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.share.Vimeo.post at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/EFFCFD7F-5E9A-45C1-841D-6B32F2DF0414
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.ios.StoreKitUIService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/449F06DF-E5CD-476D-9F03-177EB63B9A23
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.webapp at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/275689E1-B591-4E81-A73F-94F4A449720D
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.webapp1 at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/8F0ADFC9-06CB-4FA8-95F7-C23B480CC116
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro sharingd[22891]: 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
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/2BAE4B38-30C7-40A7-8A8E-442D57D53582
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.WebViewService at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/C460778F-F3E2-4A05-A4E2-78D3D9FD9477
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/CFNetworkAgent
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro callservicesd[22905]: — Received com.apple.coreservices.useractivity.reconnection notification, and we had an active user activity, so reconnecting to server. (UAUserActivityManager.m #153)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.MediaPlayer.DiagnosticExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/5CCF9C7B-0FD2-42C2-8404-DA4C6E328692
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.PassKit.applepay.diagnosticextension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/1404A1B9-0889-4650-B9A2-EAAA7B3B1374
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.ReplayKit.RPVideoEditorExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/A985E319-6D92-431C-903F-580CB8685BA5
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIFileManager realPathForURL:ifChildOfURL:]: Rejecting /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/System.framework/System → /…/…/…/…/usr/lib/libSystem.dylib, as it is points outside or to the base /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/System.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIExecutableBundle _validateWithError:]: 70: Bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/System.framework has missing or invalid CFBundleExecutable in its Info.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.UIKit.fileprovider.default at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/4E7CBE5D-665F-4CA6-9887-5B137DCBFC5F
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.UIKit.screenpicker at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/B5BE120F-D188-44DF-891B-275A88F58B05
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.UIKit.shareinvitation at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/ADDEC61D-E118-452F-8E3C-BC0C96B21944
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro sharingd[22891]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthKitUI.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ABLE.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ABLEModel.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.AnnotationKit.Markup at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/B1DD59F5-48A5-4E38-8482-37789AFCEC9E
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppLaunchStats.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.AuthKitUI.AKLocationSignInAlert at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/A55949D9-6D56-492C-9D83-A3D770A16574
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.AuthKitUI.AKSecondFactorAlert at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/9430A10F-4E6D-40EF-8295-2EE6A465A280
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro sharingd[22891]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro sharingd[22891]: 18:51:45.852 : SDActivityPayloadManager::loadPersistedKeyRequests Clearing store as format is invalid (null)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.AuthKitUI.AKSecondFactorEntryAlert at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/6CA513B5-C248-40A0-BDF3-6CE566BD54F0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro sharingd[22891]: 18:51:45.868 : Failed to send SDURLSessionProxy startup message, error Error Domain=com.apple.identityservices.error Code=200 “(null)” UserInfo={NSUnderlyingError=0x7f82f86538b0 {Error Domain=com.apple.idssimualtorsupport.errors Code=3 “No pair is active.” UserInfo={NSLocalizedDescription=No pair is active.}}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.BatteryCenter.BatteryWidget at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/77065DA3-FB56-44EA-8EA7-C808A2116186
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiometricKitUI.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.CoreCDPUI.localSecretPrompt at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/7F281619-85AF-479C-8510-B63F7165862A
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:45 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreFollowUp.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.CryptoTokenKit.setoken at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/26A4060B-95AD-4A25-8BAB-CC64DF52A8E8
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DataDetectorsUI.ActionsExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/D8856146-CC39-4480-ADFD-FB48861CC1E0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DeviceToDeviceManager.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.BackgroundAppRefresh at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/CA34C457-5579-490C-BE8B-0464C1D53D28
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Baseband at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/CABCA709-5C9F-42AD-8EB7-D9903283ADC8
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Bluetooth at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/E137633F-FCB7-46B9-9CBD-C5E65B5B631C
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Contacts at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/8371C4AD-CA8C-4402-B8DE-6E1B51BDDC58
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.CrashLogs at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/3E610B64-D793-487F-B227-B812F027E3D5
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.DataAccess at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/9CF2A608-8125-455E-AD1E-C7EFEA8B78CC
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.FaceTime at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/02594F66-D890-48A3-80BF-6F73DA671186
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.HangTracer at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/3948D2B2-86B4-4D8C-8661-7A6EE1D3A067
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Keyboard at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/CB423898-4D16-44E0-BB8D-9C81B306ACC6
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.LowMemory at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/8D99587D-E979-4954-9489-13501FF9AB34
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Messages at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/12512D7F-1750-4108-A750-8D66BAFEA8BC
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Panic at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/F5048B87-D293-43FF-8F0A-C85F4B91722A
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Phone at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/A19C1275-CC93-42E3-80E3-EE0D570EEE42
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Sandbox at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/17698C81-B64F-4311-9B74-1EADB3A92456
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Siri at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/0F3B31A1-B6EC-4911-ADF6-AC40B8BF6286
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.SpringBoard at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/C5D78EDE-69E3-4F76-B86E-9FEFE0F9CDE5
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.StackShot at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/4FAFAA64-5A46-46A3-B4AA-A42AFEAF9B2E
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.Syslog at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/E3A3D233-2A01-433C-B8EE-B097A573E1F3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.VisualVoiceMail at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/C8BBFA11-304A-483A-91FD-564B1FA4CA3C
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.VPN at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/49C29B9A-6CB5-4311-9B6D-FEB05E4F4F1A
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.DiagnosticExtensions.WiFi at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/422E8582-537E-4140-9450-AA3913AB88E0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Duet.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DuetHeuristics.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DuetPLLConfigLogger.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro AssetCacheLocatorService[22925]: #d71b3302 [I:AssetCacheLocatorService.queue] found no caching servers
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterAuthenticateExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/9E89C055-CD28-4A9B-B6C4-D4E24BF41FD0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterChallengeIssueExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/CDD84873-7D32-4E7A-8DEB-F898F1E10251
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterDashboardExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/CD563294-6954-461C-A213-B9C5C93B0F85
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterFriendRequestExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/D3514C90-057C-4080-8D78-27FB86473DB2
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterMatchmakerExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/56DFFC0D-6DE4-4125-BA12-003B20DE2A44
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.GameCenterUI.GameCenterTurnBasedMatchmakerExtension at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/047B8F90-A413-44A4-B70C-F51D266CD09C
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoAudioControl.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoMediaRemote.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoMusicSync.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NCLaunchStats.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.Sharing.AirDropDiagnostic at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/PluginKitPlugin/4153EE15-3C93-4A4B-848F-28E4EA0ED823
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SoftwareUpdateBridge.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro assetsd[22887]: CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) URL:file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Media/PhotoData/Photos.sqlite options:{
[iOSLog] [IOS_SYSLOG_ROW] NSPersistentStoreFileProtectionKey = NSFileProtectionCompleteUntilFirstUserAuthentication;
[iOSLog] [IOS_SYSLOG_ROW] NSPersistentStoreOrderKeyUpdateNotification = 1;
[iOSLog] [IOS_SYSLOG_ROW] NSSQLitePersistWALOption = 1;
[iOSLog] [IOS_SYSLOG_ROW] NSSQLitePragmasOption = {
[iOSLog] [IOS_SYSLOG_ROW] “journal_mode” = WAL;
[iOSLog] [IOS_SYSLOG_ROW] };
[iOSLog] [IOS_SYSLOG_ROW] } … returned error Error Domain=NSCocoaErrorDomain Code=134100 “(null)” UserInfo={metadata={
[iOSLog] [IOS_SYSLOG_ROW] ImportedFileSystemAssets = 1;
[iOSLog] [IOS_SYSLOG_ROW] ImportedFileSystemAssetsDate = “2015-09-02 20:02:20 +0000”;
[iOSLog] [IOS_SYSLOG_ROW] NSPersistenceFrameworkVersion = 637;
[iOSLog] [IOS_SYSLOG_ROW] NSStoreModelVersionHashes = {
[iOSLog] [IOS_SYSLOG_ROW] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>;
[iOSLog] [IOS_SYSLOG_ROW] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
[iOSLog] [IOS_SYSLOG_ROW] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>;
[iOSLog] [IOS_SYSLOG_ROW] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
[iOSLog] [IOS_SYSLOG_ROW] Asset = <80539942 7002b8c5 dd17a301 39af51a1 c42b3f3c fb967122 a4c3a7a4 e94ec728>;
[iOSLog] [IOS_SYSLOG_ROW] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
[iOSLog] [IOS_SYSLOG_ROW] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
[iOSLog] [IOS_SYSLOG_ROW] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
[iOSLog] [IOS_SYSLOG_ROW] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
[iOSLog] [IOS_SYSLOG_ROW] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>;
[iOSLog] [IOS_SYSLOG_ROW] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>;
[iOSLog] [IOS_SYSLOG_ROW] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>;
[iOSLog] [IOS_SYSLOG_ROW] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>;
[iOSLog] [IOS_SYSLOG_ROW] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>;
[iOSLog] [IOS_SYSLOG_ROW] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
[iOSLog] [IOS_SYSLOG_ROW] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
[iOSLog] [IOS_SYSLOG_ROW] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>;
[iOSLog] [IOS_SYSLOG_ROW] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>;
[iOSLog] [IOS_SYSLOG_ROW] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>;
[iOSLog] [IOS_SYSLOG_ROW] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>;
[iOSLog] [IOS_SYSLOG_ROW] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>;
[iOSLog] [IOS_SYSLOG_ROW] GenericAsset = <f552e8d1 6ca712aa cbc20d47 0cb3e408 b74188de 4b0f6a43 0642370b 49cd8868>;
[iOSLog] [IOS_SYSLOG_ROW] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
[iOSLog] [IOS_SYSLOG_ROW] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
[iOSLog] [IOS_SYSLOG_ROW] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
[iOSLog] [IOS_SYSLOG_ROW] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
[iOSLog] [IOS_SYSLOG_ROW] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>;
[iOSLog] [IOS_SYSLOG_ROW] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>;
[iOSLog] [IOS_SYSLOG_ROW] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>;
[iOSLog] [IOS_SYSLOG_ROW] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>;
[iOSLog] [IOS_SYSLOG_ROW] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
[iOSLog] [IOS_SYSLOG_ROW] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>;
[iOSLog] [IOS_SYSLOG_ROW] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>;
[iOSLog] [IOS_SYSLOG_ROW] WallpaperAsset = <c8e3132f cac95637 5e973ef0 21e68227 a17d026d f4cd13c4 fefbe794 d2030506>;
[iOSLog] [IOS_SYSLOG_ROW] };
[iOSLog] [IOS_SYSLOG_ROW] NSStoreModelVersionHashesVersion = 3;
[iOSLog] [IOS_SYSLOG_ROW] NSStoreModelVersionIdentifiers = (
[iOSLog] [IOS_SYSLOG_ROW] “”
[iOSLog] [IOS_SYSLOG_ROW] );
[iOSLog] [IOS_SYSLOG_ROW] NSStoreType = SQLite;
[iOSLog] [IOS_SYSLOG_ROW] NSStoreUUID = “3F642A05-50EB-4DB3-8C26-3554B5F25849”;
[iOSLog] [IOS_SYSLOG_ROW] PLLibraryUpgradeType = Rebuild;
[iOSLog] [IOS_SYSLOG_ROW] PLMigrationDate = “2015-09-02 20:02:04 +0000”;
[iOSLog] [IOS_SYSLOG_ROW] PLModelVersion = 9047;
[iOSLog] [IOS_SYSLOG_ROW] PLOSVersion = “15A281”;
[iOSLog] [IOS_SYSLOG_ROW] “_NSAutoVacuumLevel” = 2;
[iOSLog] [IOS_SYSLOG_ROW] }, reason=The model used to open the store is incompatible with the one used to create the store} with userInfo dictionary {
[iOSLog] [IOS_SYSLOG_ROW] metadata = {
[iOSLog] [IOS_SYSLOG_ROW] ImportedFileSystemAssets = 1;
[iOSLog] [IOS_SYSLOG_ROW] ImportedFileSystemAssetsDate = “2015-09-02 20:02:20 +0000”;
[iOSLog] [IOS_SYSLOG_ROW] NSPersistenceFrameworkVersion = 637;
[iOSLog] [IOS_SYSLOG_ROW] NSStoreModelVersionHashes = {
[iOSLog] [IOS_SYSLOG_ROW] AdditionalAssetAttributes = <3dec35fe e0a05143 21fcfa10 b2a6786b 1ae6a42f f208b0ba 94a624d5 0c4373eb>;
[iOSLog] [IOS_SYSLOG_ROW] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
[iOSLog] [IOS_SYSLOG_ROW] Album = <e8767b3e bfe5ecc1 b25977b4 b730f67c 39aadd57 43bce82f b6f61c8e 7878a5a9>;
[iOSLog] [IOS_SYSLOG_ROW] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
[iOSLog] [IOS_SYSLOG_ROW] Asset = <80539942 7002b8c5 dd17a301 39af51a1 c42b3f3c fb967122 a4c3a7a4 e94ec728>;
[iOSLog] [IOS_SYSLOG_ROW] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
[iOSLog] [IOS_SYSLOG_ROW] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
[iOSLog] [IOS_SYSLOG_ROW] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
[iOSLog] [IOS_SYSLOG_ROW] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
[iOSLog] [IOS_SYSLOG_ROW] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>;
[iOSLog] [IOS_SYSLOG_ROW] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>;
[iOSLog] [IOS_SYSLOG_ROW] CloudResource = <504e43a8 bd5f1538 613c2f8f edef0533 4ff06d1f d79ad0dd 7a51eec5 e6effb3e>;
[iOSLog] [IOS_SYSLOG_ROW] CloudResourceNode = <94e55ec1 703f1bb6 dc962bdf c72a47bb b3137517 4e957406 cc16adb8 f5b94a3f>;
[iOSLog] [IOS_SYSLOG_ROW] CloudSharedAlbum = <38494495 b03399f7 a0192ff7 7aaa9808 6b03bc98 2e755916 7e99f44a e5c9a9cf>;
[iOSLog] [IOS_SYSLOG_ROW] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
[iOSLog] [IOS_SYSLOG_ROW] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
[iOSLog] [IOS_SYSLOG_ROW] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>;
[iOSLog] [IOS_SYSLOG_ROW] FaceAlbum = <d97e1944 a9dbd300 b93a842e 39892146 6845fbaf cfae4619 dae4906c dc126736>;
[iOSLog] [IOS_SYSLOG_ROW] FetchingAlbum = <a2d8a9a9 76a37bf0 81dd9551 83c9f267 072066dc 6ed56a63 605b78f2 6b191c6f>;
[iOSLog] [IOS_SYSLOG_ROW] Folder = <2af6ecf8 3b04eaa3 8fc25612 63c9654a 0f695356 0a656182 8391016a 88cdfc38>;
[iOSLog] [IOS_SYSLOG_ROW] GenericAlbum = <e0999b0d 796e4d60 82dd957b 35b2be24 8d0331f9 c8155ada d274e78b 190de0a6>;
[iOSLog] [IOS_SYSLOG_ROW] GenericAsset = <f552e8d1 6ca712aa cbc20d47 0cb3e408 b74188de 4b0f6a43 0642370b 49cd8868>;
[iOSLog] [IOS_SYSLOG_ROW] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
[iOSLog] [IOS_SYSLOG_ROW] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
[iOSLog] [IOS_SYSLOG_ROW] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
[iOSLog] [IOS_SYSLOG_ROW] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
[iOSLog] [IOS_SYSLOG_ROW] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>;
[iOSLog] [IOS_SYSLOG_ROW] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>;
[iOSLog] [IOS_SYSLOG_ROW] PhotoStreamAlbum = <94735bc4 002f2206 42a23db1 1e94ec39 d4030097 e72d4613 f9de87a4 61c6a53b>;
[iOSLog] [IOS_SYSLOG_ROW] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>;
[iOSLog] [IOS_SYSLOG_ROW] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
[iOSLog] [IOS_SYSLOG_ROW] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>;
[iOSLog] [IOS_SYSLOG_ROW] WallpaperAlbum = <4e0cf957 b63238c0 e25f87a4 0f78b021 c2fa4863 e054ec44 3c072b0c 2ecda4af>;
[iOSLog] [IOS_SYSLOG_ROW] WallpaperAsset = <c8e3132f cac95637 5e973ef0 21e68227 a17d026d f4cd13c4 fefbe794 d2030506>;
[iOSLog] [IOS_SYSLOG_ROW] };
[iOSLog] [IOS_SYSLOG_ROW] NSStoreModelVersionHashesVersion = 3;
[iOSLog] [IOS_SYSLOG_ROW] NSStoreModelVersionIdentifiers = (
[iOSLog] [IOS_SYSLOG_ROW] “”
[iOSLog] [IOS_SYSLOG_ROW] );
[iOSLog] [IOS_SYSLOG_ROW] NSStoreType = SQLite;
[iOSLog] [IOS_SYSLOG_ROW] NSStoreUUID = “3F642A05-50EB-4DB3-8C26-3554B5F25849”;
[iOSLog] [IOS_SYSLOG_ROW] PLLibraryUpgradeType = Rebuild;
[iOSLog] [IOS_SYSLOG_ROW] PLMigrationDate = “2015-09-02 20:02:04 +0000”;
[iOSLog] [IOS_SYSLOG_ROW] PLModelVersion = 9047;
[iOSLog] [IOS_SYSLOG_ROW] PLOSVersion = “15A281”;
[iOSLog] [IOS_SYSLOG_ROW] “_NSAutoVacuumLevel” = 2;
[iOSLog] [IOS_SYSLOG_ROW] };
[iOSLog] [IOS_SYSLOG_ROW] reason = “The model used to open the store is incompatible with the one used to create the store”;
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TelephonyRPC.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:46 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MILaunchServicesDatabaseGatherer performGatherWithError:]: Updated plugin containers with parent bundle IDs
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro locationd[22892]: BLP: bundle path does not exist, /System/Library/LocationBundles/MotionCalibration.bundle
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro locationd[22892]: BLP: Need a bundle path or a bundle identifier.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.cqnpBU : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro networkd[22914]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro locationd[22892]: Location icon should now be in state ‘Inactive’
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Note ) MC: Waking daemons post migration
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro SpringBoard[22889]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.3xFj7I : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro webbookmarksd[22919]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro routined[22877]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro routined[22877]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro healthd[22881]: PairedSync, Debugging at level 0 for console and level 0 for log files
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro routined[22877]: CoreLocation: Error occurred while trying to retrieve motion state update: CMErrorDomain Code:104
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro CoreSimulatorBridge[22897]: KEYMAP: Chose mode=en_US@hw=US;sw=QWERTY from match=en_US@hw=US;sw=QWERTY from language=en
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro healthd[22881]: Error: Could not create service from plist at path: file:///Library/Developer/CoreSimulator/Profiles/Runtimes/iOS%209.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PairedSyncServices/com.apple.pairedsync.healthd.plist. Returning nil PSYSyncCoordinator for service name com.apple.pairedsync.healthd. Please check that your plist exists and is in the correct format.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro healthd[22881]: Error: failed to load bundle “/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Health/Plugins/CompanionHealth.bundle”: Error Domain=NSCocoaErrorDomain Code=4 “The bundle “CompanionHealth.bundle” couldn’t be loaded because its executable couldn’t be located.” UserInfo={NSLocalizedFailureReason=The bundle’s executable couldn’t be located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSBundlePath=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Health/Plugins/CompanionHealth.bundle, NSLocalizedDescription=The bundle “CompanionHealth.bundle” couldn’t be loaded because its executable couldn’t be located.}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro pkd[22917]: assigning plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro pkd[22917]: enabling pid=22876 for plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) F86FF856-CE86-49AE-A616-E02EB741434E /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/ServerDocuments.app/PlugIns/ServerFileProvider.appex
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro com.apple.datamigrator[22915]: objc[22915]: Class ETDataMigrator is implemented in both /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FriendKit.framework/FriendKit and /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/DataClassMigrators/ETDataMigrator.migrator/ETDataMigrator. One of the two will be used. Which one is undefined.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro carkitd[22928]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro carkitd[22928]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator performDataMigratorMigrationWithError:]: Performing Data Migration on 13E233
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMFileManager standardizeAllSystemContainerACLsAtURL:error:]: Potential containers requiring ACL migration: (
[iOSLog] [IOS_SYSLOG_ROW] “D9921C23-FF95-4A94-9AFD-7721B98B2BB4/ – file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/System/”,
[iOSLog] [IOS_SYSLOG_ROW] “F2C91775-D85D-4C55-8051-757836E85ED5/ – file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/System/”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMFileManager standardizeAllSystemContainerACLsAtURL:error:]: Potential containers requiring ACL migration: (
[iOSLog] [IOS_SYSLOG_ROW] “systemgroup.com.apple.configurationprofiles/ – file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/”,
[iOSLog] [IOS_SYSLOG_ROW] “systemgroup.com.apple.lsd.iconscache/ – file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator _performInternalACLMigrationWithError:]: Successful acl migration. Writing marker file.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E233 for mcm_acl2_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator _performBundleContainerOwnershipMigrationWithError:]: Changing ownership of bundle container content.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle/Application: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle/Framework: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle/PluginKitPlugin: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle/VPNPlugin: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 __60-[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]_block_invoke: Could not chown /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMFileManager standardizeOwnershipAtURL:toUID:GID:error:]: Could not chown /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle: Operation not permitted
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator _performBundleContainerOwnershipMigrationWithError:]: Successful bundle migration. Writing marker file.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E233 for mcm_bundle_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMCodeSigningMapping _migrateAppGroupIdsFromDataContainersToFile]: Performing group ID migration
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E233 for mcm_group_id_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMCodeSigningMapping _migrateAppGroupIdsFromDataContainersToFile]: Group ID migration completed
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMCodeSigningMapping _migrateCachedCodeSigningInfoFromBundleContainersToMapping]: Performing code signing migration
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMContainerMigrator writeMigrationFileToDiskWithName:atURL:]: Migration successfully completed on 13E233 for mcm_code_signing_migration_complete.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 -[MCMCodeSigningMapping _migrateCachedCodeSigningInfoFromBundleContainersToMapping]: Code Signing migration completed
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro containermanagerd[22907]: 0x70000f966000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro com.apple.datamigrator[22915]: LaunchServices: failed trying to migrate file file:///private/var/db/lsd/com.apple.lsdidentifiers.plist to (null)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Note ) MC: Beginning post-DataMigrator migration. Context: Device erasure, passcode was set in backup: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Note ) MC: Migrating passcode…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Note ) MC: Completed migrating passcode.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro profiled[22913]: (Note ) MC: Post-DataMigrator migration complete.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro routined[22877]: open on /var/mobile/Library/Caches/com.apple.routined/defaults.plist: No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro fileproviderd[22876]: plugin com.apple.ServerDocuments.ServerFileProvider invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro ServerFileProvider[22929]: host connection <NSXPCConnection: 0x7f9dc2201750> connection from pid 22876 invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro routined[22877]: 506371907.381841 (1/17/17, 6:51:47 PM GMT), [ASSETS]: Could not copy asset at path, /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Assets/com_apple_MobileAsset_routined_defaults/a499000c8fa5157deac0d44f822e9d9797c5110a.asset/AssetData/defaults.plist, to path, /var/mobile/Library/Caches/com.apple.routined/defaults.plist, error, Error Domain=NSCocoaErrorDomain Code=4 “The file “defaults.plist” doesn’t exist.” UserInfo={NSSourceFilePathErrorKey=/Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Assets/com_apple_MobileAsset_routined_defaults/a499000c8fa5157deac0d44f822e9d9797c5110a.asset/AssetData/defaults.plist, NSUserStringVariant=(
[iOSLog] [IOS_SYSLOG_ROW] Copy
[iOSLog] [IOS_SYSLOG_ROW] ), NSDestinationFilePath=/var/mobile/Library/Caches/com.apple.routined/defaults.plist, NSFilePath=/Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Assets/com_apple_MobileAsset_routined_defaults/a499000c8fa5157deac0d44f822e9d9797c5110a.asset/AssetData/defaults.plist, NSUnderlyingError=0x7f84fc7021e0 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro com.apple.datamigrator[22915]:
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] AB Migration - image db migration took 0.055340s
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro com.apple.datamigrator[22915]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro com.apple.datamigrator[22915]:
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] AB Migration - main db migration took 0.070708s
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro com.apple.datamigrator[22915]: Error opening database: unable to open database file
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexGeneral in SICreateNewIndex:7347: Creating New Index
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e6184c0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e70efd0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e70f520 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e713660 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e70fa70 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 10 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 11 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 12 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 13 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 14 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 15 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 16 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 17 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 18 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 19 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 20 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 21 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 22 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 23 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 24 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexGeneral in SICreateNewIndex:7347: Creating New Index
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e508d70 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f88308034a0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e4313a0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e4315d0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e71df50 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 10 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 11 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 12 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 13 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 14 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 15 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 16 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 17 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 18 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 19 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 20 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 21 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 22 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 23 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 24 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexGeneral in SICreateNewIndex:7347: Creating New Index
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e432b10 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e432ea0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e433270 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f883090b390 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_rehash:410: rehash 0x7f882e61b9b0 max id: 1 deletes: 0 count: 1 hash_size: 1024
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 10 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 11 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 12 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 13 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 14 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 15 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 16 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 17 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 18 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 19 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 20 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 21 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 22 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 23 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 24 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro pkd[22917]: assigning plug-in com.apple.reminders.spotlight(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro pkd[22917]: enabling pid=22931 for plug-in com.apple.reminders.spotlight(1.0) 2C66A29A-E9E2-4925-A9C1-31E9EA2B223E /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Reminders.app/PlugIns/RemindersSpotlight.appex
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro pkd[22917]: assigning plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro pkd[22917]: enabling pid=22931 for plug-in com.apple.MobileAddressBook.ContactsCoreSpotlightExtension(1.0) 6696A921-A2A1-40BF-A972-2868FCE920DC /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Contacts.app/PlugIns/ContactsCoreSpotlightExtension.appex
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 25 to 0x7f882e6184c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro networkd[22914]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro ContactsCoreSpotlightExtension[22934]: PlugInKit subsystem NSSharingService_Subsystem not present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c80a690; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 22934; hostpid: 22931>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 25 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 26 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro RemindersSpotlight[22933]: PlugInKit subsystem NSSharingService_Subsystem not present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7f882e432ea0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 27 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7f882e432ea0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 28 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 29 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 30 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 31 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 32 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 33 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 34 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7f883090b390
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 35 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:47 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 36 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro pkd[22917]: assigning plug-in com.apple.mobilecal.spotlight(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro pkd[22917]: enabling pid=22931 for plug-in com.apple.mobilecal.spotlight(1.0) A33FAB11-B40B-4601-937F-473656211D75 /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/MobileCal.app/PlugIns/MobileCalSpotlight.appex
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro profiled[22913]: (Note ) MC: Loaded MobileCoreServices.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro networkd[22914]: -[NETClient createSleepAssertionOfType:] IOPMAssertionCreateWithProperties failed: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro MobileCalSpotlight[22936]: PlugInKit subsystem NSSharingService_Subsystem not present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 37 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c80a690; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 22934; hostpid: 22931>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c80a690; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 22934; hostpid: 22931>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c80a690; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 22934; hostpid: 22931>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c80a690; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 22934; hostpid: 22931>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c80a690; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 22934; hostpid: 22931>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c80a690; com.apple.MobileAddressBook.ContactsCoreSpotlightExtension; pid: 22934; hostpid: 22931>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 38 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:48 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7f882e432ea0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:49 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 25 to 0x7f882e508d70
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:49 s-MacBook-Pro com.apple.datamigrator[22915]: Performing account migration. Asking dataaccessd to exit
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro tccd[22909]: Refusing client without bundle identifier (/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 39 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 40 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7f882e432ea0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 41 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7f882e432ea0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 42 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 43 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 44 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 45 to 0x7f882e432b10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:51 s-MacBook-Pro searchd[22931]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7f883090b390
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro searchd[22931]: plugin com.apple.reminders.spotlight invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro RemindersSpotlight[22933]: host connection <NSXPCConnection: 0x7f850a3006a0> connection from pid 22931 invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro searchd[22931]: plugin com.apple.mobilecal.spotlight invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro MobileCalSpotlight[22936]: host connection <NSXPCConnection: 0x7fb53be00c20> connection from pid 22931 invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro ContactsCoreSpotlightExtension[22934]: host connection <NSXPCConnection: 0x7fbf3c1005a0> connection from pid 22931 invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:53 s-MacBook-Pro searchd[22931]: plugin com.apple.MobileAddressBook.ContactsCoreSpotlightExtension invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: dataaccessd does not seem to want to quit. Sending it a SIGKILL
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim[] (com.apple.dataaccess.dataaccessd[22926]): Service exited due to signal: Killed: 9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim[] (com.apple.dataaccess.dataaccessd): Service only ran for 8 seconds. Pushing respawn out by 2 seconds.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: Migrating form autofill password…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: Migrating authentication credentials…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: com.apple.datamigrator: +[ICAppUtilities applicationDocumentsURL]:67 Failed to get group container URL
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: com.apple.datamigrator: -[ICNoteContext createPersistentStore]:1290 Trying to create persistent store, but the URL is nil
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: com.apple.datamigrator: +[ICNoteContext startSharedContextWithOptions:]:157 Shared context has no valid persistent store
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: com.apple.datamigrator: +[ICNoteContext sharedContext]:201 No shared context: (
[iOSLog] [IOS_SYSLOG_ROW] 0 NotesShared 0x0000000119ea2ee3 +[ICNoteContext sharedContext] + 61
[iOSLog] [IOS_SYSLOG_ROW] 1 MobileNotes 0x0000000119c3332d MobileNotes + 4909
[iOSLog] [IOS_SYSLOG_ROW] 2 com.apple.datamigrator 0x00000001074ebb21 com.apple.datamigrator + 23329
[iOSLog] [IOS_SYSLOG_ROW] 3 com.apple.datamigrator 0x00000001074ecc70 com.apple.datamigrator + 27760
[iOSLog] [IOS_SYSLOG_ROW] 4 libdispatch.dylib 0x000000010913ec89 _dispatch_call_block_and_release + 12
[iOSLog] [IOS_SYSLOG_ROW] 5 libdispatch.dylib 0x000000010915a3d7 _dispatch_client_callout + 8
[iOSLog] [IOS_SYSLOG_ROW] 6 libdispatch.dylib 0x000000010914542d _dispatch_root_queue_drain + 890
[iOSLog] [IOS_SYSLOG_ROW] 7 libdispatch.dylib 0x00000001091450ac _dispatch_worker_thread3 + 98
[iOSLog] [IOS_SYSLOG_ROW] 8 libsystem_pthread.dylib 0x0000000109492712 _pthread_wqthread + 1299
[iOSLog] [IOS_SYSLOG_ROW] 9 libsystem_pthread.dylib 0x00000001094921ed start_wqthread + 13
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: com.apple.datamigrator: +[ICNoteContext sharedContext]:201 No shared context: (
[iOSLog] [IOS_SYSLOG_ROW] 0 NotesShared 0x0000000119ea2ee3 +[ICNoteContext sharedContext] + 61
[iOSLog] [IOS_SYSLOG_ROW] 1 MobileNotes 0x0000000119c33439 MobileNotes + 5177
[iOSLog] [IOS_SYSLOG_ROW] 2 com.apple.datamigrator 0x00000001074ebb21 com.apple.datamigrator + 23329
[iOSLog] [IOS_SYSLOG_ROW] 3 com.apple.datamigrator 0x00000001074ecc70 com.apple.datamigrator + 27760
[iOSLog] [IOS_SYSLOG_ROW] 4 libdispatch.dylib 0x000000010913ec89 _dispatch_call_block_and_release + 12
[iOSLog] [IOS_SYSLOG_ROW] 5 libdispatch.dylib 0x000000010915a3d7 _dispatch_client_callout + 8
[iOSLog] [IOS_SYSLOG_ROW] 6 libdispatch.dylib 0x000000010914542d _dispatch_root_queue_drain + 890
[iOSLog] [IOS_SYSLOG_ROW] 7 libdispatch.dylib 0x00000001091450ac _dispatch_worker_thread3 + 98
[iOSLog] [IOS_SYSLOG_ROW] 8 libsystem_pthread.dylib 0x0000000109492712 _pthread_wqthread + 1299
[iOSLog] [IOS_SYSLOG_ROW] 9 libsystem_pthread.dylib 0x00000001094921ed start_wqthread + 13
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: No Message.framework accounts to migrate.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: 0x7fc318253d10|Accounts|Note |Done importing accounts.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro accountsd[22920]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro accountsd[22920]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro accountsd[22920]: SecTaskCopyDebugDescription: No such process[22926]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro accountsd[22920]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.private.accounts.allaccounts’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/cells.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/cells-local.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-cells.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-wifis.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/clients-b.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/c-trained.plist if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/cells.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/cells.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/wifis.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/wifis.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/cells-local.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/cells-local.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-locations.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-locations.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-cells.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-cells.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-wifis.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/h-wifis.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/compass.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/compass.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/history.db if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/history.db-journal if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro locationd[22892]: Deleting /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Caches/locationd/glgps_nvs.bin if present
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: 0x7fc318253d10|DA|Note |DAD: DataAccess Migrator Request For Peforming Asynchrnous Data Migration
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro accountsd[22920]: AIDA Notification plugin running
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:54 s-MacBook-Pro com.apple.datamigrator[22915]: 0x7fc318253d10|DA|Note |DAUpdateMigrationVersion : DataAccess Migrator Current Version 13E233
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: (Error) NPSLogging: <NPSDomainAccessor.m +[NPSDomainAccessor resolveActivePairedDevicePairingID:pairingDataStore:]:40> Failed to resolve pairing ID ((null)) or data store ((null)) for active device
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim[] (com.apple.icloud.fmfd[22940]): Could not find and/or execute program specified by service: 2: No such file or directory: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/fmfd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim[] (com.apple.icloud.fmfd[22940]): Service setup event to handle failure and will not launch until it fires.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro locationd[22892]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro searchd[22931]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro pkd[22917]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro backboardd[22890]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro fileproviderd[22876]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro SpringBoard[22889]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro assertiond[22893]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro routined[22877]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro assetsd[22887]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro tccd[22909]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro ContactsCoreSpotlightExtension[22934]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro calaccessd[22935]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro nsurlsessiond[22901]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro profiled[22913]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro itunesstored[22921]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: ISMMigrator: Migrating from system version: 13E233
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro useractivityd[22924]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro ServerFileProvider[22929]: LaunchServices: disconnect event received for service com.apple.lsd.mapdb
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: performing migration with updateType: 1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro itunesstored[22921]: [UpdateMigrator]: Migrating iTunes data.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: we are back wit ha reply of <OS_xpc_dictionary: <dictionary: 0x7fc31649cf10> { count = 2, contents =
[iOSLog] [IOS_SYSLOG_ROW] “0” => <int64: 0x7fc31649d240>: 1011
[iOSLog] [IOS_SYSLOG_ROW] “1” => <bool: 0x109474a08>: true
[iOSLog] [IOS_SYSLOG_ROW] }>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: Failed removing legacy ubiquitous files from container, error: {
[iOSLog] [IOS_SYSLOG_ROW] NSFilePath = “/Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Mobile Documents/com~apple~TextInput”;
[iOSLog] [IOS_SYSLOG_ROW] NSURL = “file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Mobile%20Documents/com~apple~TextInput”;
[iOSLog] [IOS_SYSLOG_ROW] NSUnderlyingError = “Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"”;
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro sharingd[22891]: 18:51:55.089 : Current language changed
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro sharingd[22891]: 18:51:55.092 : Exiting…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro useractivityd[22924]: [SFActivityAdvertiser] ERROR: lost XPC connection
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro useractivityd[22924]: [SFContinuityScanManager] ERROR: lost XPC connection
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro IMDPersistenceAgent[22944]: [Warning] Setting up a new database at path /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/SMS/sms.db.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIClientConnection fetchInstalledAppsWithOptions:completion:]: Fetch installed apps requested by lsd (pid 22941) with options (null)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: Beginning MobileTimer migration.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.datamigrator[22915]: PassbookDataMigrator: Beginning performMigration… (didUpgrade=NO; didRestoreFromBackup=NO; didMigrateBackupFromDifferentDevice=NO; didRestoreFromCloudBackup=NO;)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro geod[22943]: 2017-01-17 18:51:55.382, 22943, d9e014a0, [GEOPersistenceManager]: Mapping directory does not exist. Will create it at path: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/GeoServices/PhoneNumberMapping.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro geod[22943]: 2017-01-17 18:51:55.384, 22943, d9e014a0, [LogMessageLogging]: adaptorOptionsArray is nil or empty, there no adaptors available to create
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Fitness.app
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/MapsDiagnostic.appex
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 +[MILaunchServicesDatabaseGatherer dictOfPluginKitPluginsInBundle:updatingPluginParentID:withError:]: Failed to get plugin bundles for bundle com.apple.Maps : Error Domain=MIInstallerErrorDomain Code=35 “Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/MapsDiagnostic.appex” UserInfo={LegacyErrorString=PackageInspectionFailed, FunctionName=-[MIBundle _validateWithError:], SourceFileLine=30, NSLocalizedDescription=Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Maps.app/PlugIns/MapsDiagnostic.appex}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro sharingd[22942]: 18:51:55.503 : Starting Up…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro sharingd[22942]: 18:51:55.510 : Device Capabilities (Handoff:YES, Instant Hotspot:YES, AirDrop:YES, Legacy AirDrop:NO, Remote Disc:NO)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/Photo Booth.app
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro sharingd[22942]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro sharingd[22942]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro sharingd[22942]: 18:51:55.651 : Failed to send SDURLSessionProxy startup message, error Error Domain=com.apple.identityservices.error Code=200 “(null)” UserInfo={NSUnderlyingError=0x7fdbdfe07fc0 {Error Domain=com.apple.idssimualtorsupport.errors Code=3 “No pair is active.” UserInfo={NSLocalizedDescription=No pair is active.}}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro itunesstored[22921]: iTunes Store environment is: MR22
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/CFNetworkAgent
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim[] (com.apple.iad.limitadtrackingd[22945]): Could not find and/or execute program specified by service: 2: No such file or directory: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/limitadtrackingd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim[] (com.apple.iad.limitadtrackingd[22945]): Service setup event to handle failure and will not launch until it fires.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro itunesstored[22921]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist.XLaKRM : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/UserSettings.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.yhkuiP : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIFileManager realPathForURL:ifChildOfURL:]: Rejecting /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/System.framework/System → /…/…/…/…/usr/lib/libSystem.dylib, as it is points outside or to the base /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/System.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIExecutableBundle _validateWithError:]: 70: Bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/System.framework has missing or invalid CFBundleExecutable in its Info.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthKitUI.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ABLE.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ABLEModel.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppLaunchStats.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:55 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro itunesstored[22921]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro itunesstored[22921]: libMobileGestalt MGIOKitSupport.c:387: value for udid-version property of IODeviceTree:/product is invalid ((null))
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro itunesstored[22921]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro itunesstored[22921]: libMobileGestalt MGBasebandSupport.c:60: _CTServerConnectionCopyMobileEquipmentInfo: CommCenter error: 1:45 (Operation not supported)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro itunesstored[22921]: libMobileGestalt MGBasebandSupport.c:189: No CT mobile equipment info dictionary while fetching kCTMobileEquipmentInfoIMEI
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiometricKitUI.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro itunesstored[22921]: UpdateAssetsOperation: Error retriving asset index.js. manifest URL /files/ios-music-app/ manifest version 1640.8.0 asset URL /files/js/43ad5e416a5a4c395be280f549f0b8c8/index.js asset version 43ad5e416a5a4c395be280f549f0b8c8 asset file URL file:///Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/com.apple.Music/Updatable%20Assets/Assets/index.js.43ad5e416a5a4c395be280f549f0b8c8: Error Domain=SSErrorDomain Code=109 “Cannot connect to iTunes Store” UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store, SSErrorHTTPStatusCodeKey=400}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreFollowUp.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DeviceToDeviceManager.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Duet.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DuetHeuristics.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DuetPLLConfigLogger.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoAudioControl.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoMediaRemote.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoMusicSync.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NCLaunchStats.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|DA|Error|spinnerIdentifiers to be implemented by subclass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SoftwareUpdateBridge.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|SubCal|Error|Error fetching subscribed holiday calendars. Giving up for now. Error Domain=CoreDAVErrorDomain Code=1 “(null)”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|DA|Error|spinnerIdentifiers to be implemented by subclass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIBundle _validateWithError:]: 30: Failed to load Info.plist from bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TelephonyRPC.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: Bogus event on event stream listener.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:56 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|DA|Error|spinnerIdentifiers to be implemented by subclass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro profiled[22913]: (Error) MC: open failed for /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist.Q3rbNT : No such file or directory
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro profiled[22913]: (Error) MC: Failed to write /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles/Library/ConfigurationProfiles/ClientTruth.plist with error Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro passd[22939]: Migrating data…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro passd[22939]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: PassbookDataMigrator: Ending performMigration.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: 2017-01-17 18:51:57.329|22915|0x7fc318253d10: 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//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Social/TwitterProfileImages, NSUserStringVariant=(
[iOSLog] [IOS_SYSLOG_ROW] Folder
[iOSLog] [IOS_SYSLOG_ROW] ), NSUnderlyingError=0x7fc316636af0 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: 2017-01-17 18:51:57.330|22915|0x7fc318253d10: Twitter needs profile image file protection upgrade? 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: 2017-01-17 18:51:57.331|22915|0x7fc318253d10: 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//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Social/SinaWeiboProfileImages, NSUserStringVariant=(
[iOSLog] [IOS_SYSLOG_ROW] Folder
[iOSLog] [IOS_SYSLOG_ROW] ), NSUnderlyingError=0x7fc3164b3200 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: 2017-01-17 18:51:57.331|22915|0x7fc318253d10: Sina Weibo needs profile image file protection upgrade? 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: 2017-01-17 18:51:57.331|22915|0x7fc318253d10: Failed to get contents of Tencent Weibo profile image directory with errror Error Domain=NSCocoaErrorDomain Code=260 “The folder “TencentWeiboProfileImages” doesn’t exist.” UserInfo={NSFilePath=/Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/Social/TencentWeiboProfileImages, NSUserStringVariant=(
[iOSLog] [IOS_SYSLOG_ROW] Folder
[iOSLog] [IOS_SYSLOG_ROW] ), NSUnderlyingError=0x7fc318150730 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: 2017-01-17 18:51:57.332|22915|0x7fc318253d10: Tencent Weibo needs profile image file protection upgrade? 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: StocksMigrator - Performing Stocks migration…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: StocksMigrator - failed to get bundleProxyForIdentifier
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: StocksMigrator - Done with Stocks migration…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.datamigrator[22915]: (Error) NPSLogging: <NPSDomainAccessor.m +[NPSDomainAccessor resolveActivePairedDevicePairingID:pairingDataStore:]:40> Failed to resolve pairing ID ((null)) or data store ((null)) for active device
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro bird[22948]: Unable to bootstrap_check_in() to namedDelegatePort ‘com.apple.bird.push’. APS connections will not persist past process lifetime.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro backboardd[22890]: Migration complete (if performed). (Elapsed time: 13.35 seconds)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim[] (com.apple.searchd): Service only ran for 9 seconds. Pushing respawn out by 1 seconds.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro bird[22948]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro tccd[22909]: Refusing client without bundle identifier (/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/backboardd)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro ondemandd[22949]: ondemandd is starting up…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:57 s-MacBook-Pro ondemandd[22949]: No existing database at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/OnDemandResources/Database/odr.sqlite, signal folks that this one might not be trustworthy IRT files on the device.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|DA|Error|spinnerIdentifiers to be implemented by subclass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro backboardd[22890]: CoreLocation: Device orientation blocking: timeout exceeded!
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: FBDefaultLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: FBAppLibraryLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: FBWorkspaceLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: FBSystemGestureLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: FBAppDataStoreLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBIconLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBStatusBarishLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBAlarmLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: assertion failed: 16C67 13E233: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBBannerLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBSoundLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBSystemGestureLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBSoftwareUpdateLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Loaded logger: SBUserSessionLog; isEnabled: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro searchd[22950]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro searchd[22950]: (Error) IndexGeneral in si_playBackMobileRecords:2343: played back 0 records
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|DA|Error|Didn’t find store with identifier Subscribed Calendars in cal db. Creating one
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro searchd[22950]: (Error) IndexGeneral in si_playBackMobileRecords:2343: played back 0 records
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro searchd[22950]: (Error) IndexGeneral in si_playBackMobileRecords:2343: played back 2 records
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro com.apple.accessibility.AccessibilityUIServer[22951]: |AXIPC|warning| Could not find server for service: com.apple.accessibility.AXSpringBoardServer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro com.apple.accessibility.AccessibilityUIServer[22951]: |AXSBServer|error| AX SpringBoardServer: Error: Domain:AXIPC Code:0 Reason:The operation couldn’t be completed. Could not find server for service: com.apple.accessibility.AXSpringBoardServer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro com.apple.accessibility.AccessibilityUIServer[22951]: |AXIPC|warning| Could not verify connection. server port was nil
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: libMobileGestalt MobileGestalt.c:849: watch-companion is static and will never generate a notification
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: libMobileGestalt MobileGestalt.c:849: stand-alone-contacts is static and will never generate a notification
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: libMobileGestalt MobileGestalt.c:849: still-camera is static and will never generate a notification
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: Installed apps did change.
[iOSLog] [IOS_SYSLOG_ROW] Added: {(
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.webapp1”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.SharedWebCredentialViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.FacebookAccountMigrationDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.AdSheetPhone”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobilesafari”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.share”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.SafariViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.appleaccount.AACredentialRecoveryDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Preferences”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.CloudKit.ShareBear”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Passbook”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.iCloudDriveApp”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobileslideshow”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.TrustMe”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobilesms.compose”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.CoreAuthUI”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.MailCompositionService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.AccountAuthenticationDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.TencentWeiboAccountMigrationDialog”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.iad.iAdOptOut”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.MusicUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Maps”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WebViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.social.SLYahooAuth”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WatchKitSettings”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.PhotosViewService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.quicklook.quicklookd”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.managedconfiguration.MDMRemoteAlertService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.LoginUI”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Health”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.datadetectors.DDActionsService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.MobileAddressBook”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.social.SLGoogleAuth”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.DataActivation”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.Home.HomeUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.ServerDocuments”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.HealthPrivacyService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.WebSheet”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.camera”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.mobilecal”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.news”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.ios.StoreKitUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.gamecenter.GameCenterUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.reminders”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.PassbookUIService”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.PrintKit.Print-Center”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.webapp”,
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.gamecenter”
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Removed: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Modified: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro com.apple.accessibility.AccessibilityUIServer[22951]: assertion failed: 16C67 13E233: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro containermanagerd[22907]: 0x70000fa6c000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.sharedpclogging
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: adding observer to <NSUserDefaults: 0x7fbcff706f10> for key: SBMedusaEnabled
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: adding observer to <NSUserDefaults: 0x7fbcff706f10> for key: SBShowBatteryPercentage
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: adding observer to <NSUserDefaults: 0x7fbcff706f10> for key: SBShowBatteryLevel
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:58 s-MacBook-Pro SpringBoard[22889]: *** error reading settings archive file: <SBRootSettings: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Documents/com.apple.springboard.settings/RootSettings.plist>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: *** error reading settings archive file: <SBRootSettings: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Cannot get managed lost mode file on watch or simulator: -[FMDFMIPManager(Private) getManagedLostModeFileURL]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.MobileSMS
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: throwing out icon because it isn’t visible in the model : node=<SBApplicationIcon: 0x7fbcffa26660; nodeID: “com.apple.camera”> com.apple.camera
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.weather
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobiletimer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.videos
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilenotes
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.stocks
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.MobileStore
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.AppStore
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.iBooks
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.facetime
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.calculator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.podcasts
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.Bridge
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.compass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.tips
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.VoiceMemos
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobileme.fmf1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobileme.fmip1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilephone
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilemail
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.Music
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|DA|Error|spinnerIdentifiers to be implemented by subclass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro dataaccessd[22947]: 0x7fea101047d0|DA|Error|
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Possible Failure: Cal db has retain count > 1, of 2
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: [SBFImageColorSpaceUtilities] failed to create copy with colorSpace=<CGColorSpace 0x7fbcff604cf0> (kCGColorSpaceICCBased; kCGColorSpaceModelMonochrome; Generic Gray Gamma 2.2 Profile) of original CGImage=<CGImage 0x7fbcff5b9d20> with colorSpace=<CGColorSpace 0x7fbcff624670> (kCGColorSpaceICCBased; kCGColorSpaceModelRGB; sRGB IEC61966-2.1)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro medialibraryd[22952]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d2330 UILabel:0x7fbcffbcc560’ '.leading == SPUISearchTableHeaderView:0x7fbcffa42e30.leadingMargin>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d2fd0 H:[UILabel:0x7fbcffbcc560’ ‘]-(NSSpace(8))-[UIButton:0x7fbcff72e250’Show More’]>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d3020 SPUISearchTableHeaderView:0x7fbcffa42e30.trailingMargin == UIButton:0x7fbcff72e250’Show More’.trailing>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff631760 ‘UIView-Encapsulated-Layout-Width’ H:[SPUISearchTableHeaderView:0x7fbcffa42e30(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7fbcff5d2fd0 H:[UILabel:0x7fbcffbcc560’ ‘]-(NSSpace(8))-[UIButton:0x7fbcff72e250’Show More’]>
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff83f210 SPUISearchTableHeaderView:0x7fbcffa42e30.bottom == UILabel:0x7fbcffbcc560’ '.lastBaseline + 8>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d11a0 UILabel:0x7fbcffbcc560’ '.firstBaseline == SPUISearchTableHeaderView:0x7fbcffa42e30.top + 36>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff6317b0 ‘UIView-Encapsulated-Layout-Height’ V:[SPUISearchTableHeaderView:0x7fbcffa42e30(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7fbcff5d11a0 UILabel:0x7fbcffbcc560’ ‘.firstBaseline == SPUISearchTableHeaderView:0x7fbcffa42e30.top + 36>
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] "<NSLayoutConstraint:0x7fbcff83f210 SPUISearchTableHeaderView:0x7fbcffa42e30.bottom == UILabel:0x7fbcffbcc560’ ‘.lastBaseline + 8>",
[iOSLog] [IOS_SYSLOG_ROW] "<NSLayoutConstraint:0x7fbcff5d13c0 V:|-(0)-[UIButton:0x7fbcff72e250’Show More’] (Names: ‘|’:SPUISearchTableHeaderView:0x7fbcffa42e30 )>",
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d15e0 UIButton:0x7fbcff72e250’Show More’.firstBaseline == UILabel:0x7fbcffbcc560’ '.firstBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d1d60 UIButton:0x7fbcff72e250’Show More’.lastBaseline == UILabel:0x7fbcffbcc560’ '.lastBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff8439f0 UIButtonLabel:0x7fbcff72f590.centerY == UIButton:0x7fbcff72e250’Show More’.centerY>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff6317b0 ‘UIView-Encapsulated-Layout-Height’ V:[SPUISearchTableHeaderView:0x7fbcffa42e30(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7fbcff8439f0 UIButtonLabel:0x7fbcff72f590.centerY == UIButton:0x7fbcff72e250’Show More’.centerY>
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Unable to simultaneously satisfy constraints.
[iOSLog] [IOS_SYSLOG_ROW] Probably at least one of the constraints in the following list is one you don’t want.
[iOSLog] [IOS_SYSLOG_ROW] Try this:
[iOSLog] [IOS_SYSLOG_ROW] (1) look at each constraint and try to figure out which you don’t expect;
[iOSLog] [IOS_SYSLOG_ROW] (2) find the code that added the unwanted constraint or constraints and fix it.
[iOSLog] [IOS_SYSLOG_ROW] (
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff83f210 SPUISearchTableHeaderView:0x7fbcffa42e30.bottom == UILabel:0x7fbcffbcc560’ '.lastBaseline + 8>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d13c0 V:|-(0)-[UIButton:0x7fbcff72e250’Show More’] (Names: ‘|’:SPUISearchTableHeaderView:0x7fbcffa42e30 )>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d15e0 UIButton:0x7fbcff72e250’Show More’.firstBaseline == UILabel:0x7fbcffbcc560’ '.firstBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff5d1d60 UIButton:0x7fbcff72e250’Show More’.lastBaseline == UILabel:0x7fbcffbcc560’ '.lastBaseline>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff6321b0 UIButtonLabel:0x7fbcff72f590’Show More’.centerY == UIButton:0x7fbcff72e250’Show More’.centerY>”,
[iOSLog] [IOS_SYSLOG_ROW] “<NSLayoutConstraint:0x7fbcff6317b0 ‘UIView-Encapsulated-Layout-Height’ V:[SPUISearchTableHeaderView:0x7fbcffa42e30(0)]>”
[iOSLog] [IOS_SYSLOG_ROW] )
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Will attempt to recover by breaking constraint
[iOSLog] [IOS_SYSLOG_ROW] <NSLayoutConstraint:0x7fbcff6321b0 UIButtonLabel:0x7fbcff72f590’Show More’.centerY == UIButton:0x7fbcff72e250’Show More’.centerY>
[iOSLog] [IOS_SYSLOG_ROW]
[iOSLog] [IOS_SYSLOG_ROW] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[iOSLog] [IOS_SYSLOG_ROW] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro searchd[22950]: tcp_connection_set_tfo 3 TFO is not yet supported on Simulator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Cannot get managed lost mode file on watch or simulator: -[FMDFMIPManager(Private) getManagedLostModeFileURL]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Failed to get cs_flags, error=3
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: SecTaskLoadEntitlements failed error=3 cs_flags=ffffffff, task->pid_self=-1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: SecTaskCopyDebugDescription: No such process[22891]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.bulletinboard.settings’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: *** -[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement ‘com.apple.bulletinboard.dataprovider’: Error Domain=NSPOSIXErrorDomain Code=3 “No such process”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: +[UNNotificationStore migratePushStore] Migrating push store: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Library/SpringBoard/PushStore
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: +[UNNotificationStore migratePushStore] Push store does not exist; no migration needed.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: -[BBObserver setDelegate:] Delegate implements addBulletin but does not implement noteInvalidatedBulletinIDs: <SBBulletinLocalObserverGateway: 0x7fbcff8603e0>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: -[SBAssistantController _loadPlugin] Assistant failed to load!
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro searchd[22950]: tcp_connection_set_tfo 6 TFO is not yet supported on Simulator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro searchd[22950]: tcp_connection_set_tfo 5 TFO is not yet supported on Simulator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro backboardd[22890]: Couldn’t find the digitizer HID service, this is probably bad
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING LOCAL com.apple.mobilecal, <BBLocalDataProvider 0x7fbcffe23e80; com.apple.mobilecal>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING LOCAL com.apple.reminders, <BBLocalDataProvider 0x7fbcfff0cf80; com.apple.reminders>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c807dc0; com.apple.springboard; pid: 22889; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BTM: attaching to BTServer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BTM: failed to attach with error 9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING REMOTE com.apple.AppStore, <BBRemoteDataProvider 0x7fbcff656b60; com.apple.AppStore>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING REMOTE com.apple.CarPlay, <BBRemoteDataProvider 0x7fbcff654ba0; com.apple.CarPlay>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING REMOTE com.apple.CoreRoutine, <BBRemoteDataProvider 0x7fbcffd0e160; com.apple.CoreRoutine>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING REMOTE com.apple.Preferences, <BBRemoteDataProvider 0x7fbcff6541e0; com.apple.Preferences>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING REMOTE com.apple.passbook.general, <BBRemoteDataProvider 0x7fbcffd352f0; com.apple.passbook.general>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING REMOTE com.apple.AirDrop, <BBRemoteDataProvider 0x7fbcff6552d0; com.apple.AirDrop>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING LOCAL com.apple.mobilecal.today, <BBLocalDataProvider 0x7fbcff64f760; com.apple.mobilecal.today>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING LOCAL com.apple.cmas, <BBLocalDataProvider 0x7fbcfff14040; com.apple.cmas>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING LOCAL com.apple.mobileslideshow, <BBLocalDataProvider 0x7fbcff87ad70; com.apple.mobileslideshow>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro sharingd[22942]: 18:51:59.605 : SDAirDropAlertBBManager dataProviderDidLoad
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c807dc0; com.apple.springboard; pid: 22889; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING LOCAL com.apple.MobileSMS, <BBLocalDataProvider 0x7fbcff52cf10; com.apple.MobileSMS>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ADDING LOCAL com.apple.SocialBulletinBoardProvider, <BBLocalDataProvider 0x7fbcff885ad0; com.apple.SocialBulletinBoardProvider>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: adding observer to <NSUserDefaults: 0x7fbcff706f10> for key: SBUseSystemGestures
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: adding observer to <NSUserDefaults: 0x7fbcff706f10> for key: SBUseHardwareSwitchAsOrientationLock
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Application windows are expected to have a root view controller at the end of application launch
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro calaccessd[22935]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: |GAXGeneral|info| whitelistedApps and appSelfLockIDs both nil. No need to enable GAX (Single App Mode)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Cannot get managed lost mode file on watch or simulator: -[FMDFMIPManager(Private) getManagedLostModeFileURL]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: ===^^^ WE WILL UPDATE ZKW!
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: SMS Plugin initialized.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Sharing Plugin initialized.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BBObserver: Unable to retrieve section parameters for <com.apple.Passbook>. Using default parameters.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro pkd[22917]: client 22889 plug-in com.apple.mobilecal.widget election := 1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro SpringBoard[22889]: BUG in libdispatch: 16C67 - 3192 - 0x1a627
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro backboardd[22890]: System app “com.apple.springboard” finished startup after 1.31s.
[debug] [iOSSim] Waiting an extra 10000ms for the simulator to really finish booting
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro pkd[22917]: client 22889 plug-in com.apple.BatteryCenter.BatteryWidget election := 1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro pkd[22917]: client 22889 plug-in com.apple.reminders.todaywidget election := 1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:51:59 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro pkd[22917]: assigning plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) to plugin sandbox
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro pkd[22917]: enabling pid=22876 for plug-in com.apple.ServerDocuments.ServerFileProvider(1.0) 69009D61-C47B-41E2-A412-047ED1658CAB /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Applications/ServerDocuments.app/PlugIns/ServerFileProvider.appex
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro fileproviderd[22876]: plugin com.apple.ServerDocuments.ServerFileProvider invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro ServerFileProvider[22929]: host connection <NSXPCConnection: 0x7f9dc0d08ae0> connection from pid 22876 invalidated
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro tccd[22909]: Refusing client without bundle identifier (/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MusicLibrary.framework/Support/medialibraryd)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7fc0907143b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 46 to 0x7fc09051b530
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 47 to 0x7fc09051b530
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 10 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 11 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 12 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 13 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 14 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 15 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 16 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 17 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 18 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 19 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 20 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 21 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 22 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 23 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 24 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 25 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 26 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 27 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 28 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 29 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 30 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 31 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 32 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 33 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 34 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 35 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 36 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 37 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 38 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 39 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 40 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 41 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 42 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 43 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 44 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 45 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 46 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 48 to 0x7fc09051b530
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 47 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 1 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 48 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 49 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 50 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 51 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 52 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 53 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 54 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 55 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 56 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 57 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 58 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 59 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 60 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 61 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 62 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 63 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 64 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 65 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 66 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 67 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 68 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 69 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 70 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 71 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 72 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 73 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 74 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 75 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 76 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 77 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 78 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 79 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 80 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 81 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 82 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 83 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 84 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 85 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 86 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 2 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 87 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 88 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 89 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 90 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 91 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 92 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 93 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 94 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 95 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 96 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 97 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 98 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 99 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 100 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 101 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 102 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 103 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 104 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 105 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 106 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 107 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 108 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 109 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 110 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 111 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 112 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 113 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 114 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 115 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 116 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 117 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 118 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 119 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 120 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 121 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 122 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 123 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 124 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 125 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 126 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 3 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 127 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 128 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 129 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 130 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 131 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 132 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 133 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 134 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 135 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 136 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 137 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 138 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 139 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 140 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 141 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 142 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 143 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 144 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 145 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 146 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 147 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 148 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 149 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 150 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 151 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 152 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 153 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 154 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 155 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 156 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 157 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 158 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 159 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 160 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 161 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 162 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 163 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 164 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 165 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 166 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 167 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 168 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 169 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 170 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 171 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 172 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 173 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 174 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 175 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 176 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 177 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 178 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 179 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 180 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 181 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 182 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 183 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 184 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 185 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 186 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 187 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 188 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 189 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 190 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 191 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 192 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 193 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 194 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 195 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 196 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 197 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 198 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 199 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 200 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 201 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 202 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 203 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 204 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 5 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 205 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 206 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 6 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 207 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 208 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 209 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 210 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 211 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 212 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 213 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 214 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 215 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 216 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 217 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 218 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 219 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 220 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 221 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 222 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 223 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 224 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 225 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 226 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 227 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 228 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 229 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 230 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 231 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 232 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 233 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 234 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 235 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 236 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 237 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 238 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 239 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 240 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 241 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 242 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 243 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 244 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 245 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 7 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 246 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 247 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 248 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 249 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 250 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 251 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 252 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 253 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 254 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 255 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 256 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 257 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 258 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 259 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 260 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 261 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 262 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 263 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 264 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 265 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 266 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 267 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 268 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 269 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 270 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 271 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 272 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 273 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 274 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 275 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 276 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 277 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 278 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 279 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 280 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 281 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 282 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 283 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 284 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 8 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 285 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 286 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 287 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 288 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 289 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 290 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 291 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 292 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 293 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 294 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 295 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 296 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 297 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 298 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 299 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 300 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 301 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 302 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 303 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 304 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 305 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 306 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 307 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 308 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 309 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 310 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 311 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 312 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 313 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 314 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 315 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 316 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 317 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 318 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 319 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 320 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 321 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 322 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 323 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 9 to 0x7fc0907146b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 49 to 0x7fc09051b530
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro MobileCal[22955]: assertion failed: 16C67 13E233: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:00 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:01 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:02 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:02 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:02 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:02 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:02 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:03 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:03 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:03 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:03 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:03 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:04 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro calaccessd[22935]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:06 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968ca07510; com.apple.mobilecal; pid: 22955; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:07 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:09 s-MacBook-Pro SpringBoard[22889]: Weekly asset update check did fire (force=NO)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:09 s-MacBook-Pro SpringBoard[22889]: Beginning check for asset updates (force: 0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:09 s-MacBook-Pro SpringBoard[22889]: Did not complete check for asset updates (force: 0, isVoiceOverRunning: 0
[debug] [iOSSim] Done waiting extra time for simulator
[iOSSim] Simulator booted in 26870ms
[debug] [XCUITest] Full reset requested. Removing app from device
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro CoreSimulatorBridge[22897]: Pasteboard change listener callback port <NSMachPort: 0x7fd1d870df90> registered
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIClientConnection uninstallIdentifiers:withOptions:completion:]: Uninstall requested by CoreSimulatorBridge (pid 22897) for identifier com.doublewedge.wisebeta with options: {
[iOSLog] [IOS_SYSLOG_ROW] SimulatorRootPath = “/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot”;
[iOSLog] [IOS_SYSLOG_ROW] SimulatorUserPath = “/Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data”;
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 +[MIContainer allContainersForIdentifier:options:error:]: 390: No bundle container found for identifier com.doublewedge.wisebeta
[debug] [XCUITest] Installing app ‘/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app’ on device
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro CoreSimulatorBridge[22897]: Pasteboard change listener callback port <NSMachPort: 0x7fd1d8505070> registered
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro CoreSimulatorBridge[22897]: Requesting installation of file:///Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/%20Up.app/ with options: {
[iOSLog] [IOS_SYSLOG_ROW] CFBundleIdentifier = “com.doublewedge.wisebeta”;
[iOSLog] [IOS_SYSLOG_ROW] PackageType = Developer;
[iOSLog] [IOS_SYSLOG_ROW] SimulatorRootPath = “/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot”;
[iOSLog] [IOS_SYSLOG_ROW] SimulatorUserPath = “/Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data”;
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of “/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app” type Developer (LSInstallType = (null)) requested by CoreSimulatorBridge (pid 22897)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIInstaller _extractPackageWithError:]: Did not construct delta; doing full copy for installation.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/CFNetworkAgent
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIInstaller performInstallationWithError:]: Installing
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HealthKitUI.framework
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.doublewedge.wisebeta at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/465FE393-09CA-4692-9D27-25139D7FBF84
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.doublewedge.wisebeta at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle/Application/1022344F-18F9-4FBE-9A17-A9010E109028
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro com.apple.MobileInstallationHelperService[22918]: 0x700001179000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/CFNetworkAgent
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro installd[22882]: 0x70000b7de000 -[MIInstaller performInstallationWithError:]: Install Successful; Staging: 0.32s; Waiting: 0.00s; Preflight/Patch: 0.14s, Verifying: 0.01s; Overall: 0.52s
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro syslogd[22874]: Disabling module com.apple.appinstallation writes to /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/AppInstallation/AppInstallation.log following 6 failures (Operation Failed)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: Installed apps did change.
[iOSLog] [IOS_SYSLOG_ROW] Added: {(
[iOSLog] [IOS_SYSLOG_ROW] “com.doublewedge.wisebeta”
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Removed: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Modified: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.MobileSMS
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: throwing out icon because it isn’t visible in the model : node=<SBApplicationIcon: 0x7fbcffa26660; nodeID: “com.apple.camera”> com.apple.camera
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.weather
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobiletimer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.videos
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilenotes
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.stocks
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.MobileStore
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.AppStore
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.iBooks
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.facetime
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.calculator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.podcasts
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.Bridge
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.compass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.tips
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.VoiceMemos
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobileme.fmf1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobileme.fmip1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilephone
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilemail
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.Music
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro syncdefaultsd[22962]: (Note ) SYDAccount: no account
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro syncdefaultsd[22962]: (Note ) SYDBootAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro syncdefaultsd[22962]: (Note ) SYDPIMAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:10 s-MacBook-Pro syncdefaultsd[22962]: (Note ) SYDAlwaysOnAccount: no account (null)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:11 s-MacBook-Pro containermanagerd[22907]: 0x70000fa6c000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:11 s-MacBook-Pro containermanagerd[22907]: 0x70000f9e9000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd
[XCUITest] Using WDA path: ‘/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Using WDA agent: ‘/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj’
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: /usr/local/bin/carthage
[debug] [XCUITest] Killing hanging processes
[debug] [XCUITest] Beginning test with command ‘xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=BC2FFDF7-83A8-4901-A945-5837BBD8B808 -configuration Debug’ in directory ‘/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.security.cloudkeychainproxy3/0x7fc337450470
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.cmfsyncagent/0x7fc337900940
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.reminders/0x7fc33740b600
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.sbd/0x7fc337535210
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.VoiceOverTouch/0x7fc337a03d90
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.springboard/0x7fc337a04ab0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.Maps/0x7fc337901df0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.wifid/0x7fc337535d20
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.iCloudDriveApp/0x7fc337536790
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.nanoweatherprefsd/0x7fc337537180
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.UIKit.fileprovider.default/0x7fc337a05150
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.CoreSuggestions/0x7fc337602c00
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.accessibility.heard/0x7fc337807890
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.TextInput.kbd/0x7fc337537bc0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.coretelephony/0x7fc33740a0c0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.datamigrator/0x7fc337452c60
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.backboardd/0x7fc337906a90
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.mobilesafari/0x7fc3378082f0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.mail.recents)/0x7fc337909a10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.messages.recents)/0x7fc33790a620
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.corerecents.map-locations)/0x7fc337603170
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.eventkit.locations)/0x7fc337453920
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.cloudrecents.CloudRecentsAgent(com.apple.passbook.locations)/0x7fc337454280
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.Maps(com.apple.Maps.recents)/0x7fc337808bc0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.Maps(com.apple.MapsSupport.history)/0x7fc337603550
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.Maps(com.apple.MapsSupport.bookmarks)/0x7fc337453d60
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.mobilesafari(com.apple.Safari.WebFeedSubscriptions)/0x7fc33790a990
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.mobilesafari(com.apple.Safari.UserRequests)/0x7fc337809540
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:com.apple.mobilesafari(com.apple.mobilesafari)/0x7fc337703e10
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro syncdefaultsd[22962]: (Note ) Found new store for app:NSUserDefaults(com.apple.
)/0x7fc33790ae30
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:13 s-MacBook-Pro CoreSimulatorBridge[22897]: Pasteboard change listener callback port <NSMachPort: 0x7fd1d8b07400> registered
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [XCUITest] Log file for xcodebuild test: /Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/E1653E66-0B90-4BE7-BA44-65C089966D38/Session-WebDriverAgentRunner-2017-01-17_185214-5CyNAj.log
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro CoreSimulatorBridge[22897]: Requesting installation of file:///Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/ with options: {
[iOSLog] [IOS_SYSLOG_ROW] CFBundleIdentifier = “com.apple.test.WebDriverAgentRunner-Runner”;
[iOSLog] [IOS_SYSLOG_ROW] PackageType = Developer;
[iOSLog] [IOS_SYSLOG_ROW] SimulatorRootPath = “/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot”;
[iOSLog] [IOS_SYSLOG_ROW] SimulatorUserPath = “/Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data”;
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro installd[22882]: 0x70000b861000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of “/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app” type Developer (LSInstallType = (null)) requested by CoreSimulatorBridge (pid 22897)
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro installd[22882]: 0x70000b861000 -[MIInstaller _extractPackageWithError:]: Did not construct delta; doing full copy for installation.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro installd[22882]: 0x70000b861000 -[MIInstaller performInstallationWithError:]: Installing
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro installd[22882]: 0x70000b861000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.test.WebDriverAgentRunner-Runner at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Data/Application/02B7DB1C-AC6B-4031-89A8-E2995C3BE1BF
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro installd[22882]: 0x70000b861000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.apple.test.WebDriverAgentRunner-Runner at /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Bundle/Application/FE1C5F02-2855-4BDA-B97D-F94C73F957D1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro installd[22882]: 0x70000b861000 -[MIInstaller performInstallationWithError:]: Install Successful; Staging: 0.05s; Waiting: 0.00s; Preflight/Patch: 0.00s, Verifying: 0.00s; Overall: 0.08s
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: Installed apps did change.
[iOSLog] [IOS_SYSLOG_ROW] Added: {(
[iOSLog] [IOS_SYSLOG_ROW] “com.apple.test.WebDriverAgentRunner-Runner”
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Removed: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Modified: {(
[iOSLog] [IOS_SYSLOG_ROW] )}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.MobileSMS
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: throwing out icon because it isn’t visible in the model : node=<SBApplicationIcon: 0x7fbcffa26660; nodeID: “com.apple.camera”> com.apple.camera
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.weather
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobiletimer
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.videos
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilenotes
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.stocks
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.MobileStore
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.AppStore
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.iBooks
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.facetime
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.calculator
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.podcasts
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.Bridge
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.compass
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.tips
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.VoiceMemos
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobileme.fmf1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobileme.fmip1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilephone
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.mobilemail
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:14 s-MacBook-Pro SpringBoard[22889]: could not find icon for representation → com.apple.Music
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:15 s-MacBook-Pro containermanagerd[22907]: 0x70000faef000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro CoreSimulatorBridge[22897]: Requesting launch of com.apple.test.WebDriverAgentRunner-Runner with options: {
[iOSLog] [IOS_SYSLOG_ROW] arguments = (
[iOSLog] [IOS_SYSLOG_ROW] “-NSTreatUnknownArgumentsAsOpen”,
[iOSLog] [IOS_SYSLOG_ROW] NO,
[iOSLog] [IOS_SYSLOG_ROW] “-ApplePersistenceIgnoreState”,
[iOSLog] [IOS_SYSLOG_ROW] YES
[iOSLog] [IOS_SYSLOG_ROW] );
[iOSLog] [IOS_SYSLOG_ROW] environment = {
[iOSLog] [IOS_SYSLOG_ROW] “DTX_CONNECTION_SERVICES_PATH” = “/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.3.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/DTXConnectionServices.framework”;
[iOSLog] [IOS_SYSLOG_ROW] “DYLD_FRAMEWORK_PATH” = “/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator:/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks”;
[iOSLog] [IOS_SYSLOG_ROW] “DYLD_LIBRARY_PATH” = “/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator:/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks”;
[iOSLog] [IOS_SYSLOG_ROW] NSUnbufferedIO = YES;
[iOSLog] [IOS_SYSLOG_ROW] “OS_ACTIVITY_DT_MODE” = YES;
[iOSLog] [IOS_SYSLOG_ROW] “XCODE_DBG_XPC_EXCLUSIONS” = “com.apple.dt.xctestSymbolicator”;
[iOSLog] [IOS_SYSLOG_ROW] XCTestConfigurationFilePath = “/var/folders/7b/dtg0ng553m59g8gxn6_92rvm0000gn/T/com.apple.dt.XCTest/46B3BB83-E656-4103-85E4-7CBDC7DF340F/remote-container/tmp/WebDriverAgentRunner-46B3BB83-E656-4103-85E4-7CBDC7DF340F.xctestconfiguration”;
[iOSLog] [IOS_SYSLOG_ROW] “__XCODE_BUILT_PRODUCTS_DIR_PATHS” = “/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator”;
[iOSLog] [IOS_SYSLOG_ROW] “__XPC_DYLD_FRAMEWORK_PATH” = “/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator”;
[iOSLog] [IOS_SYSLOG_ROW] “__XPC_DYLD_LIBRARY_PATH” = “/Users//Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator”;
[iOSLog] [IOS_SYSLOG_ROW] };
[iOSLog] [IOS_SYSLOG_ROW] stderr = “/dev/ttys000”;
[iOSLog] [IOS_SYSLOG_ROW] stdout = “/dev/ttys000”;
[iOSLog] [IOS_SYSLOG_ROW] “wait_for_debugger” = 0;
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro CoreSimulatorBridge[22897]: Beginning launch sequence for bundle ‘com.apple.test.WebDriverAgentRunner-Runner’
[iOSLog] [IOS_SYSLOG_ROW] retryTimeout: 300.000000 (default write com.apple.CoreSimulatorBridge LaunchRetryTimeout )
[iOSLog] [IOS_SYSLOG_ROW] bootTimeout: 300.000000 (default write com.apple.CoreSimulatorBridge BootRetryTimeout )
[iOSLog] [IOS_SYSLOG_ROW] bootLeeway: 120.000000 (default write com.apple.CoreSimulatorBridge BootLeeway )
[iOSLog] [IOS_SYSLOG_ROW] Note: Use ‘xcrun simctl spawn booted defaults write ’ to modify defaults in the booted Simulator device.
[iOSLog] [IOS_SYSLOG_ROW] Simulator booted at: 2017-01-17 18:51:44 +0000
[iOSLog] [IOS_SYSLOG_ROW] Current time: 2017-01-17 18:52:17 +0000
[iOSLog] [IOS_SYSLOG_ROW] Within boot leeway: YES
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro CoreSimulatorBridge[22897]: Launch attempt #0 for bundle ‘com.apple.test.WebDriverAgentRunner-Runner’, have been trying to launch for 0 seconds. Modern launch services = NO
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro CoreSimulatorBridge[22897]: Got LSBundleProxy for ‘com.apple.test.WebDriverAgentRunner-Runner’, sequenceNumber 58, cacheGUID <__NSConcreteUUID 0x7fd1d8b032b0> B9B1C8DC-005C-453A-865B-9509B883CAEC
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro CoreSimulatorBridge[22897]: Launch successful for ‘com.apple.test.WebDriverAgentRunner-Runner’
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro SpringBoard[22889]: LICreateIconForImage passed NULL CGImageRef image
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro XCTRunner[22996]: assertion failed: 16C67 13E233: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:17 s-MacBook-Pro XCTRunner[22996]: Running tests…
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro XCTRunner[22996]: Continuing to run tests in the background with task ID 1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:18 s-MacBook-Pro SpringBoard[22889]: LICreateIconForImage passed NULL CGImageRef image
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 — last message repeated 4 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 — last message repeated 3 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro XCTRunner[22996]: Built at Jan 17 2017 16:45:23
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro XCTRunner[22996]: ServerURLHere->http://192.168.0.42:8100<-ServerURLHere
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968a408310; com.apple.test.WebDriverAgentRunner-Runner; pid: 22996; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:19 s-MacBook-Pro SpringBoard[22889]: HW kbd: Failed to set (null) as keyboard focus
[debug] [XCUITest] WebDriverAgent successfully started after 6502ms
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST /session] with body: {“desiredCapabilities”:{“bundleId”:“com.doublewedge.wisebeta”,“arguments”:,“environment”:{},“shouldWaitForQuiescence”:true}}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:20 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:21 s-MacBook-Pro Up[22997]: Firebase automatic screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO in the Info.plist
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:21 s-MacBook-Pro Up[22997]: assertion failed: 16C67 13E233: libxpc.dylib + 57882 [66C28065-C9DB-3C8E-926F-5A40210A6D1B]: 0x7d
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro containermanagerd[22907]: 0x70000f8e3000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro containermanagerd[22907]: 0x70000f9e9000 systemGroupContainerPath: com.apple.containermanagerd.internal is not entitled for system group identifier: systemgroup.com.apple.lsd
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: INFO: Reveal Server started (Protocol Version 34).
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: Normal message received by listener connection. Ignoring.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: Could not successfully update network info during initialization.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro securityd[22904]: SecDbRecordChange db changed outside txn
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro securityd[22904]: SecDbRecordChange db changed outside txn
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: SecTrustEvaluate [leaf AnchorTrusted]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro securityd[22904]: SecDbRecordChange db changed outside txn
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: SecTrustEvaluate [leaf AnchorTrusted]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro securityd[22904]: SecDbRecordChange db changed outside txn
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: SecTrustEvaluate [leaf AnchorTrusted]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro securityd[22904]: SecDbRecordChange db changed outside txn
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro Up[22997]: SecTrustEvaluate [leaf AnchorTrusted]
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:22 s-MacBook-Pro securityd[22904]: SecDbRecordChange db changed outside txn
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:23 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:24 s-MacBook-Pro Up[22997]: Normal message received by listener connection. Ignoring.
[debug] [JSONWP Proxy] Got response with status 200: {“value”:{“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“capabilities”:{“device”:“iphone”,“browserName”:" Up",“sdkVersion”:“9.3”,“CFBundleIdentifier”:“com.doublewedge.wisebeta”}},“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [XCUITest] Setting initial orientation to ‘PORTRAIT’
[debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/orientation] with body: {“orientation”:“PORTRAIT”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:{},“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[Appium] New XCUITestDriver session created successfully, session 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1 added to master session list
[debug] [MJSONWP] Responding to client with driver.createSession() result: {“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:“”,“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“app”:“/Users//Library/Developer/Xcode/DerivedData/wise-gxirficdycvfqkaafgltcqcptmug/Build/Products/Debug-iphonesimulator/ Up.app”,“showIOSLog”:true,“noReset”:false,“newCommandTimeout”:120,“platformVersion”:“9.3”,“automationName”:“XCUITEST”,“platformName”:“iOS”,“deviceName”:“iPhone 6”,“fullReset”:true,“autoAcceptAlerts”:true}
[HTTP] ← POST /wd/hub/session 200 42444 ms - 618
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 5 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 9 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Get Started”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Get Started”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Get Started”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“11D2A9A0-957E-4F7E-993B-86F54FA3C31F”,“type”:“XCUIElementTypeButton”,“label”:“Get Started”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“11D2A9A0-957E-4F7E-993B-86F54FA3C31F”,“type”:“XCUIElementTypeButton”,“label”:“Get Started”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 249 ms - 177
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 3 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/11D2A9A0-957E-4F7E-993B-86F54FA3C31F/click {“id”:“11D2A9A0-957E-4F7E-993B-86F54FA3C31F”}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/11D2A9A0-957E-4F7E-993B-86F54FA3C31F/click] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/11D2A9A0-957E-4F7E-993B-86F54FA3C31F/click] with body: {“id”:“11D2A9A0-957E-4F7E-993B-86F54FA3C31F”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:25 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:25 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:25 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“11D2A9A0-957E-4F7E-993B-86F54FA3C31F”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/11D2A9A0-957E-4F7E-993B-86F54FA3C31F/click 200 933 ms - 118
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 7 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 4 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Connect with Facebook”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Connect with Facebook”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Connect with Facebook”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“DD5196B9-10AC-4AB7-B2D9-90847A1E0734”,“type”:“XCUIElementTypeButton”,“label”:“Connect with Facebook”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“DD5196B9-10AC-4AB7-B2D9-90847A1E0734”,“type”:“XCUIElementTypeButton”,“label”:“Connect with Facebook”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 461 ms - 187
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/DD5196B9-10AC-4AB7-B2D9-90847A1E0734/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/DD5196B9-10AC-4AB7-B2D9-90847A1E0734/displayed] to [GET /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/DD5196B9-10AC-4AB7-B2D9-90847A1E0734/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : true,\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 0\n}”
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/DD5196B9-10AC-4AB7-B2D9-90847A1E0734/displayed 200 179 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 1 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Connect with Twitter”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Connect with Twitter”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Connect with Twitter”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“8834FF24-719A-4BC7-9A7A-6B0A7E468A02”,“type”:“XCUIElementTypeButton”,“label”:“Connect with Twitter”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“8834FF24-719A-4BC7-9A7A-6B0A7E468A02”,“type”:“XCUIElementTypeButton”,“label”:“Connect with Twitter”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 525 ms - 186
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 4 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/8834FF24-719A-4BC7-9A7A-6B0A7E468A02/click {“id”:“8834FF24-719A-4BC7-9A7A-6B0A7E468A02”}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/8834FF24-719A-4BC7-9A7A-6B0A7E468A02/click] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/8834FF24-719A-4BC7-9A7A-6B0A7E468A02/click] with body: {“id”:“8834FF24-719A-4BC7-9A7A-6B0A7E468A02”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:27 — last message repeated 4 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:27 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“8834FF24-719A-4BC7-9A7A-6B0A7E468A02”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/8834FF24-719A-4BC7-9A7A-6B0A7E468A02/click 200 1030 ms - 118
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:27 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:27 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text {}
[debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getAlertText’
[debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/alert/text] with no body
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : "“ Up” Would Like Access to Twitter Accounts",\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 0\n}”
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:28 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:28 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[debug] [MJSONWP] Responding to client with driver.getAlertText() result: ““ Up” Would Like Access to Twitter Accounts”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text 200 450 ms - 126
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text {}
[debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getAlertText’
[debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/alert/text] with no body
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : "“ Up” Would Like Access to Twitter Accounts",\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 0\n}”
[debug] [MJSONWP] Responding to client with driver.getAlertText() result: ““ Up” Would Like Access to Twitter Accounts”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text 200 375 ms - 126
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/accept_alert {}
[debug] [MJSONWP] Calling AppiumDriver.postAcceptAlert() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘postAcceptAlert’
[debug] [JSONWP Proxy] Proxying [POST /alert/accept] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/alert/accept] with no body
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:29 s-MacBook-Pro searchd[22950]: tcp_connection_destination_handle_tls_close_notify 3 closing socket due to TLS CLOSE_NOTIFY alert
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:29 s-MacBook-Pro searchd[22950]: tcp_connection_tls_session_error_callback_imp 3 __tcp_connection_tls_session_callback_write_block_invoke.434 error 32
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:29 s-MacBook-Pro searchd[22950]: tcp_connection_destination_handle_tls_close_notify 6 closing socket due to TLS CLOSE_NOTIFY alert
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:29 s-MacBook-Pro searchd[22950]: tcp_connection_tls_session_error_callback_imp 6 __tcp_connection_tls_session_callback_write_block_invoke.434 error 32
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:29 s-MacBook-Pro Up[22997]: INFO: Reveal Server started (Protocol Version 34).
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : {\n\n },\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 0\n}”
[debug] [MJSONWP] Responding to client with driver.postAcceptAlert() result: {}
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/accept_alert 200 1186 ms - 74
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 7 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 2 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Username or email”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Username or email”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Username or email”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result:
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 351 ms - 74
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:30 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 2 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Username or email”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Username or email”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Username or email”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“4C6446AD-4B21-4AC6-BE98-AAE3B6DBEA13”,“type”:“XCUIElementTypeStaticText”,“label”:“Username or email”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“4C6446AD-4B21-4AC6-BE98-AAE3B6DBEA13”,“type”:“XCUIElementTypeStaticText”,“label”:“Username or email”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 505 ms - 187
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 1 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/4C6446AD-4B21-4AC6-BE98-AAE3B6DBEA13/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/4C6446AD-4B21-4AC6-BE98-AAE3B6DBEA13/displayed] to [GET /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/4C6446AD-4B21-4AC6-BE98-AAE3B6DBEA13/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : true,\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 0\n}”
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/4C6446AD-4B21-4AC6-BE98-AAE3B6DBEA13/displayed 200 173 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 1 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 1 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Username or email”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Username or email”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Username or email”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“0C1AC156-0205-4CD4-A4BF-190F6FC3114B”,“type”:“XCUIElementTypeStaticText”,“label”:“Username or email”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“0C1AC156-0205-4CD4-A4BF-190F6FC3114B”,“type”:“XCUIElementTypeStaticText”,“label”:“Username or email”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 466 ms - 187
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/0C1AC156-0205-4CD4-A4BF-190F6FC3114B/click {“id”:“0C1AC156-0205-4CD4-A4BF-190F6FC3114B”}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/0C1AC156-0205-4CD4-A4BF-190F6FC3114B/click] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/0C1AC156-0205-4CD4-A4BF-190F6FC3114B/click] with body: {“id”:“0C1AC156-0205-4CD4-A4BF-190F6FC3114B”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:32 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:32 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 s-MacBook-Pro Up[22997]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 s-MacBook-Pro kbd[22932]: table drop: 101
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“0C1AC156-0205-4CD4-A4BF-190F6FC3114B”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/0C1AC156-0205-4CD4-A4BF-190F6FC3114B/click 200 1108 ms - 118
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 2 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Username or email”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Username or email”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Username or email”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 s-MacBook-Pro kbd[22932]: (Error) MC: MobileContainerManager gave us a path we weren’t expecting; file a radar against them
[iOSLog] [IOS_SYSLOG_ROW] Expected: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Actual: /Users//Library/Developer/CoreSimulator/Devices/BC2FFDF7-83A8-4901-A945-5837BBD8B808/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[iOSLog] [IOS_SYSLOG_ROW] Overriding MCM with the one true path
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:33 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“5979D3E2-ADAC-446A-8E88-4AD33469BE83”,“type”:“XCUIElementTypeStaticText”,“label”:“Username or email”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“5979D3E2-ADAC-446A-8E88-4AD33469BE83”,“type”:“XCUIElementTypeStaticText”,“label”:“Username or email”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 917 ms - 187
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 3 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/5979D3E2-ADAC-446A-8E88-4AD33469BE83/value {“id”:“5979D3E2-ADAC-446A-8E88-4AD33469BE83”,“value”:[“[email protected]”]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [[“[email protected]”],“5979D3E2-ADAC-446A-8E88-4AD33469BE83”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘setValue’
[debug] [JSONWP Proxy] Proxying [POST /element/5979D3E2-ADAC-446A-8E88-4AD33469BE83/value] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/5979D3E2-ADAC-446A-8E88-4AD33469BE83/value] with body: {“value”:[“D”,“g”,“r”,“a”,“i”,“n”,“g”,“e”,“r”,“7”,“4”,“@”,“i”,“c”,“l”,“o”,“u”,“d”,“.”,“c”,“o”,“m”]}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:34 s-MacBook-Pro mstreamd[22878]: (Note ) PS: Media stream daemon stopping.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:34 s-MacBook-Pro mstreamd[22878]: (Note ) AS: <MSIOSAlbumSharingDaemon: 0x7f8f92505170>: Shared Streams daemon has shut down.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:34 s-MacBook-Pro mstreamd[22878]: (Warn ) mstreamd: mstreamd shutting down.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:35 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:36 — last message repeated 3 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:36 s-MacBook-Pro backboardd[22890]: Please file a radar against PEP SpringBoard - we found a cycle in the event focus manager. We have already seen this prop: <BKSEventFocusDeferralProperties: 0x7fa475d0acf0; <com.doublewedge.wisebeta - 22997, (null), 0x0>
[iOSLog] [IOS_SYSLOG_ROW] <BKEventFocusManager: 0x7fa476307710; systemAppControlsFocusOnMainDisplay: NO; pidToClientMapping: NSMapTable {
[iOSLog] [IOS_SYSLOG_ROW] [2] 22997 → <BKEventFocusClient: 0x7fa475d17a10; name: Up.22997; port: 0xb00b; clientID: com.doublewedge.wisebeta; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] <BKSEventFocusDeferral: 0x7fa475d01c50; <BKSEventFocusDeferralProperties: 0x7fa475d0e410; <com.doublewedge.wisebeta - 22997, (null), 0x0> → <BKSEventFocusDeferralProperties: 0x7fa475d0acf0; <com.doublewedge.wisebeta - 22997, (null), 0x0>; Priority: 0
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] [8] 22889 → <BKEventFocusClient: 0x7fa475e0b4f0; name: SpringBoard.22889; port: 0x963f; clientID: com.apple.springboard; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] <BKSEventFocusDeferral: 0x7fa475e188c0; <BKSEventFocusDeferralProperties: 0x7fa475e08d20; <com.apple.springboard - 22889, (null), 0x0> → <BKSEventFocusDeferralProperties: 0x7fa475e19fd0; <com.apple.springboard - 22889, (null), 0x397cb3de>; Priority: 0
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] [11] 22996 → <BKEventFocusClient: 0x7fa476001a90; name: XCTRunner.22996; port: 0x93a7; clientID: com.apple.test.WebDriverAgentRunner-Runner; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] [12] 22955 → <BKEventFocusClient: 0x7fa475d1a830; name: MobileCal.22955; port: 0x742b; clientID: com.apple.mobilecal; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] >
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“5979D3E2-ADAC-446A-8E88-4AD33469BE83”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[debug] [MJSONWP] Responding to client with driver.setValue() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/5979D3E2-ADAC-446A-8E88-4AD33469BE83/value 200 3722 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 5 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Password”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Password”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Password”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“7CEF91D0-1E6E-404D-B96B-31A29FABD15B”,“type”:“XCUIElementTypeStaticText”,“label”:“Password”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“7CEF91D0-1E6E-404D-B96B-31A29FABD15B”,“type”:“XCUIElementTypeStaticText”,“label”:“Password”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 874 ms - 178
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/7CEF91D0-1E6E-404D-B96B-31A29FABD15B/click {“id”:“7CEF91D0-1E6E-404D-B96B-31A29FABD15B”}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/7CEF91D0-1E6E-404D-B96B-31A29FABD15B/click] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/7CEF91D0-1E6E-404D-B96B-31A29FABD15B/click] with body: {“id”:“7CEF91D0-1E6E-404D-B96B-31A29FABD15B”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:39 — last message repeated 21 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:39 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“7CEF91D0-1E6E-404D-B96B-31A29FABD15B”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/7CEF91D0-1E6E-404D-B96B-31A29FABD15B/click 200 1538 ms - 118
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 1 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 3 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Password”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Password”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Password”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“22586D3C-670F-4891-975A-89F03A987F89”,“type”:“XCUIElementTypeStaticText”,“label”:“Password”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“22586D3C-670F-4891-975A-89F03A987F89”,“type”:“XCUIElementTypeStaticText”,“label”:“Password”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 809 ms - 178
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/22586D3C-670F-4891-975A-89F03A987F89/value {“id”:“22586D3C-670F-4891-975A-89F03A987F89”,“value”:[“letmein!”]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [[“letmein!”],“22586D3C-670F-4891-975A-89F03A987F89”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘setValue’
[debug] [JSONWP Proxy] Proxying [POST /element/22586D3C-670F-4891-975A-89F03A987F89/value] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/22586D3C-670F-4891-975A-89F03A987F89/value] with body: {“value”:[“l”,“e”,“t”,“m”,“e”,“i”,“n”,“!”]}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:43 — last message repeated 7 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:43 s-MacBook-Pro backboardd[22890]: Please file a radar against PEP SpringBoard - we found a cycle in the event focus manager. We have already seen this prop: <BKSEventFocusDeferralProperties: 0x7fa475d0acf0; <com.doublewedge.wisebeta - 22997, (null), 0x0>
[iOSLog] [IOS_SYSLOG_ROW] <BKEventFocusManager: 0x7fa476307710; systemAppControlsFocusOnMainDisplay: NO; pidToClientMapping: NSMapTable {
[iOSLog] [IOS_SYSLOG_ROW] [2] 22997 → <BKEventFocusClient: 0x7fa475d17a10; name: Up.22997; port: 0xb00b; clientID: com.doublewedge.wisebeta; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] <BKSEventFocusDeferral: 0x7fa475d01c50; <BKSEventFocusDeferralProperties: 0x7fa475d0e410; <com.doublewedge.wisebeta - 22997, (null), 0x0> → <BKSEventFocusDeferralProperties: 0x7fa475d0acf0; <com.doublewedge.wisebeta - 22997, (null), 0x0>; Priority: 0
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] [8] 22889 → <BKEventFocusClient: 0x7fa475e0b4f0; name: SpringBoard.22889; port: 0x963f; clientID: com.apple.springboard; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] <BKSEventFocusDeferral: 0x7fa475e188c0; <BKSEventFocusDeferralProperties: 0x7fa475e08d20; <com.apple.springboard - 22889, (null), 0x0> → <BKSEventFocusDeferralProperties: 0x7fa475e19fd0; <com.apple.springboard - 22889, (null), 0x397cb3de>; Priority: 0
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] [11] 22996 → <BKEventFocusClient: 0x7fa476001a90; name: XCTRunner.22996; port: 0x93a7; clientID: com.apple.test.WebDriverAgentRunner-Runner; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] [12] 22955 → <BKEventFocusClient: 0x7fa475d1a830; name: MobileCal.22955; port: 0x742b; clientID: com.apple.mobilecal; deferrals: {(
[iOSLog] [IOS_SYSLOG_ROW] )}>
[iOSLog] [IOS_SYSLOG_ROW] }
[iOSLog] [IOS_SYSLOG_ROW] >
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“22586D3C-670F-4891-975A-89F03A987F89”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[debug] [MJSONWP] Responding to client with driver.setValue() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/22586D3C-670F-4891-975A-89F03A987F89/value 200 3174 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 1 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 1 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“Authorize app”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“Authorize app”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“Authorize app”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“A60EBB6E-70B5-4B37-8200-883C1123596B”,“type”:“XCUIElementTypeButton”,“label”:“Authorize app”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“A60EBB6E-70B5-4B37-8200-883C1123596B”,“type”:“XCUIElementTypeButton”,“label”:“Authorize app”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 732 ms - 179
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 2 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/A60EBB6E-70B5-4B37-8200-883C1123596B/click {“id”:“A60EBB6E-70B5-4B37-8200-883C1123596B”}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/A60EBB6E-70B5-4B37-8200-883C1123596B/click] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/A60EBB6E-70B5-4B37-8200-883C1123596B/click] with body: {“id”:“A60EBB6E-70B5-4B37-8200-883C1123596B”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:46 — last message repeated 7 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:46 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“A60EBB6E-70B5-4B37-8200-883C1123596B”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/A60EBB6E-70B5-4B37-8200-883C1123596B/click 200 1318 ms - 118
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text {}
[debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getAlertText’
[debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/alert/text] with no body
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : {\n\n },\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 27\n}”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text 500 329 ms - 87
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text {}
[debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getAlertText’
[debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/alert/text] with no body
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : {\n\n },\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 27\n}”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text 500 250 ms - 87
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text {}
[debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getAlertText’
[debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/alert/text] with no body
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:48 — last message repeated 3 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:48 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:48 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:48 s-MacBook-Pro locationd[22892]: ERROR: com.doublewedge.wisebeta is depending on legacy on-demand authorization, which is not supported for new apps
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:48 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:48 s-MacBook-Pro Up[22997]: Presenting view controllers on detached view controllers is discouraged <_Up.HomeViewController: 0x7fb11784d800>.
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:48 s-MacBook-Pro Up[22997]: setViewControllers:animated: called on <UINavigationController 0x7fb118819400> while an existing transition or presentation is occurring; the navigation stack will not be updated.
[debug] [JSONWP Proxy] Got response with status 200: “{\n "value" : "“ Up” Would Like to Send You Notifications\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings.",\n "sessionId" : "56AA54A2-9FA1-45F7-8F79-1AF458A26C94",\n "status" : 0\n}”
[debug] [MJSONWP] Responding to client with driver.getAlertText() result: ““ Up” Would Like to Send You Notifications\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings.”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/alert_text 200 893 ms - 222
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:0}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,0,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 0ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 1 ms - 76
[HTTP] → GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: [“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘getCurrentContext’
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: “NATIVE_APP”
[HTTP] ← GET /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/context 200 3 ms - 84
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements {“using”:“accessibility id”,“value”:“OK”}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: [“accessibility id”,“OK”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElements’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/elements] with body: {“using”:“accessibility id”,“value”:“OK”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:49 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[debug] [JSONWP Proxy] Got response with status 200: {“value”:[{“ELEMENT”:“E8A38013-29AD-42DE-B720-B89C4B2F54CF”,“type”:“XCUIElementTypeButton”,“label”:“OK”}],“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{“ELEMENT”:“E8A38013-29AD-42DE-B720-B89C4B2F54CF”,“type”:“XCUIElementTypeButton”,“label”:“OK”}]
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/elements 200 533 ms - 168
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts {“type”:“implicit”,“ms”:1000}
[debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: [“implicit”,1000,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘timeouts’
[debug] [BaseDriver] Set implicit wait to 1000ms
[debug] [MJSONWP] Responding to client with driver.timeouts() result: null
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/timeouts 200 1 ms - 76
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/E8A38013-29AD-42DE-B720-B89C4B2F54CF/click {“id”:“E8A38013-29AD-42DE-B720-B89C4B2F54CF”}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command ‘proxyReqRes’
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/E8A38013-29AD-42DE-B720-B89C4B2F54CF/click] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element/E8A38013-29AD-42DE-B720-B89C4B2F54CF/click] with body: {“id”:“E8A38013-29AD-42DE-B720-B89C4B2F54CF”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:50 — last message repeated 2 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:50 s-MacBook-Pro backboardd[22890]: CoreAnimation: timed out fence cf03
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:50 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[debug] [JSONWP Proxy] Got response with status 200: {“status”:0,“id”:“E8A38013-29AD-42DE-B720-B89C4B2F54CF”,“value”:“”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”}
[JSONWP Proxy] Replacing sessionId 56AA54A2-9FA1-45F7-8F79-1AF458A26C94 with 707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element/E8A38013-29AD-42DE-B720-B89C4B2F54CF/click 200 1822 ms - 118
[HTTP] → POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element {“using”:“accessibility id”,“value”:“1”}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: [“accessibility id”,“1”,“707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1”]
[debug] [XCUITest] Executing command ‘findElement’
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
[debug] [BaseDriver] Waiting up to 1000 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element] with body: {“using”:“accessibility id”,“value”:“1”}
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 — last message repeated 3 times —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro Up[22997]: INFO: Reveal Server started (Protocol Version 34).
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro SpringBoard[22889]: ADDING REMOTE com.doublewedge.wisebeta, <BBRemoteDataProvider 0x7fbcff89a400; com.doublewedge.wisebeta>
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro SpringBoard[22889]: dataProviderDidLoad: com.doublewedge.wisebeta
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro assertiond[22893]: Could not create or rename power assertion for <BKNewProcess: 0x7f968c904120; com.doublewedge.wisebeta; pid: 22997; hostpid: -1>: 0xe00002c9
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 — last message repeated 1 time —
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro SpringBoard[22889]: [MPUSystemMediaControls] Updating supported commands for now playing application.
[debug] [JSONWP Proxy] Got response with status 200: {“value”:{“using”:“accessibility id”,“value”:“1”,“description”:“unable to find an element”},“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:7}
[debug] [BaseDriver] Waited for 264 ms so far
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:51 s-MacBook-Pro assertiond[22893]: assertion failed: 16C67 13E233: assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST /session/56AA54A2-9FA1-45F7-8F79-1AF458A26C94/element] with body: {“using”:“accessibility id”,“value”:“1”}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:“Alert is obstructing view”,“sessionId”:“56AA54A2-9FA1-45F7-8F79-1AF458A26C94”,“status”:26}
[HTTP] ← POST /wd/hub/session/707141b3-32fb-4d2b-aa07-ab5ebf0ca1b1/element 500 1348 ms - 164
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:54 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 324 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:54 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 325 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:54 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 326 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:54 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 327 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:54 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 328 to 0x7fc093015200
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:54 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 50 to 0x7fc09051b530
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:54 s-MacBook-Pro searchd[22950]: (Normal) IndexCI in _data_map_get_data_id:1213: added 4 to 0x7fc0907143b0
[iOSLog] [IOS_SYSLOG_ROW] Jan 17 18:52:57 s-MacBook-Pro com.apple.CoreSimulator.SimDevice.BC2FFDF7-83A8-4901-A945-5837BBD8B808.launchd_sim (com.apple.WebKit.Networking.8667E345-BD9C-4BFB-8C79-36F868C3BA6E[22998]): Service exited with abnormal code: 1

Process finished with exit code 255

I have also uploaded xml tree:

I am using Java with Appium version 4.1.2 and npm appium version 3.10.10

Maybe try

driver.switchTo().alert().accept();
try {Thread.sleep(1000);}catch (Exception e) {}
driver.navigate().back();

Then click the button.

No didn’t work, Not sure why it doesnt.

Hi, is anyone have solution for -sms alert stop webdtiver session