MobileElement.tap(); not working on iosSimulator 8.2 for mobile web

I’m using Java to automate tests for mobile web on ios safari and using the latest (1.4.8) version of Appium

Everything seems to be set up correctly but appium is crashing with the error:
uncaughtException: Cannot read property ‘x’ of undefined

the touch command comes through in the logs like so:

info: --> POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/touch/perform {"actions":[{"action":"press","options":{"element":"5001"}},{"action":"wait","options":{"ms":1}},{"action":"release","options":{}}]}
info: [debug] Pushing command to appium work queue: "au.getElement('5001').rect()"
info: [debug] Sending command to instruments: au.getElement('5001').rect()

my code looks like this:

public void tap(MobileElement element) {
        appiumDriver.context(getContext("NATIVE"));
        element.tap(1,1);
        appiumDriver.context(getContext("WEBVIEW"));
}
protected String getContext(String partial) {
    String result = null;
        Set<String> contextNames = driver.getContextHandles();
        for (String contextName : contextNames) {
            if(contextName.contains(partial)){
                result = contextName;
            }
        }
    if (result == null){
        throw new NoSuchContextException("Could not find requested context");
    }
    return result;
}

and I’m feeding it a mobileElement.
I can get the element location by treating it like a WebElement and doing getlocation() and then I can use a TouchAction, which works in terms of what appium is doing, but the location is super off so I’m trying to use the mobileElement tap() action here instead.

Full logs:

l/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/Caches/Snapshots/com.apple.mobilesafari

info: [debug] Deleting /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/Caches/com.apple.mobilesafari/Cache.db*
info: [debug] Deleting /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/Caches/com.apple.WebAppCache/*.db
info: [debug] Deleting /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/Safari
info: [debug] Deleting /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/WebKit/LocalStorage/*.*
info: [debug] Deleting /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/WebKit/GeolocationSites.plist
info: [debug] Deleting /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/Cookies/*.binarycookies

info: [debug] Not setting locale
info: [debug] No iOS / app preferences to set
info: [debug] Starting iOS 8.* simulator log capture

info: [debug] Not pre-launching simulator
info: [debug] Starting command proxy.
info: [debug] Instruments socket server started at /tmp/instruments_sock
info: [debug] Starting instruments
info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments
info: Launching instruments

info: [debug] Attempting to run app on iPhone 6 (8.2 Simulator)
info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w "iPhone 6 (8.2 Simulator)" com.apple.mobilesafari -e UIASCRIPT "/Users/dabel/Library/Application Support/appium/bootstrap/bootstrap-4e580d338a12229a.js" -e UIARESULTSPATH /tmp/appium-instruments
info: [debug] And extra without-delay env: {"DYLD_INSERT_LIBRARIES":"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-instruments/thirdparty/iwd6/InstrumentsShim.dylib","LIB_PATH":"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-instruments/thirdparty/iwd6"}
info: [debug] And launch timeouts (in ms): {"global":90000}

info: [debug] [INST] Waiting for device to boot...

info: [IOS_SYSLOG_ROW ] Jul 14 17:05:39 dabel-mac-2 bootlog[0]: BOOT_TIME 1436911539 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 syslogd[15613]: Configuration Notice:
info: [IOS_SYSLOG_ROW ] ASL Module "com.apple.cloudd" claims selected messages.
info: [IOS_SYSLOG_ROW ] Those messages may not appear in standard system log files or in the ASL database.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 syslogd[15613]: Configuration Notice:
info: [IOS_SYSLOG_ROW ] ASL Module "com.apple.clouddocs" claims selected messages.
info: [IOS_SYSLOG_ROW ] Those messages may not appear in standard system log files or in the ASL database.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 syslogd[15613]: Configuration Notice:
info: [IOS_SYSLOG_ROW ] ASL Module "com.apple.testmanagerd" claims selected messages.
info: [IOS_SYSLOG_ROW ] Those messages may not appear in standard system log files or in the ASL database.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611]: assertion failed: 14B25: launchd_sim + 164350 [8299A031-DD0C-382B-A0CA-342713324245]: 0xd
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.assertiond): This service is defined to be constantly running and is inherently inefficient.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.assetsd.notificationServer): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.assetsd): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.assetsd.nebulad): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.backboardd): Unknown key for Boolean: HighPriorityIO
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.backboardd): This service is defined to be constantly running and is inherently inefficient.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.calaccessd.xpc): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.calaccessd): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.certui.relay): ThrottleInterval set to zero. You're not that important. Ignoring.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.certui.relay): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:38 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.cloudphotod): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevic
e.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.syslogd[15613]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.system.logger
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local configd_sim[15631]: network changed: v4(en6+:10.10.9.201, en0+:10.10.17.244) DNS+ Proxy+
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local securityd[15639]: unable to access hwaes key

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local identityservicesd[15621]: [Warning] DeviceHeartbeat - Failed loading device heartbeat data from keychain -25300

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x116e1a000
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: HID Session async scheduling initiated.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: HID Session async root queue running at priority 63 and schedule 2.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: HID Session async scheduling complete.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: Successfully opened the IOHIDSession

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local identityservicesd[15621]: [Warning] Setting up a new database at path /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/IdentityServices/ids.db.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local identityservicesd[15621]: [Warning] Setting up a new database at path /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/IdentityServices/ids-a.db.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local identityservicesd[15621]: [Warning] Setting up a new database at path /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/IdentityServices/ids-c.db.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local identityservicesd[15621]: [Warning] NULL accountGUIDs passed to CFArrayRef IDSOutgoingMessageRecordCopyUnsentMessagesForAccountsAndPriority(NSArray *, int64_t, int64_t, IDSDataProtectionClass)

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 --- last message repeated 2 times ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: Migration complete (if performed). (Elapsed time: 0.02 seconds)

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local distnoted[15646]: # distnote server daemon  absolute time: 136162.252100335   civil time: Tue Jul 21 15:29:39 2015   pid: 15646 uid: 1367349619  root: yes

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local locationd[15627]: Logging binary sensor data to /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/Caches/locationd/locationdSensors.bin
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local locationd[15627]: NBB-Could not get UDID for stable refill timing, falling back on random

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local CoreSimulatorBridge[15632]: Switching to keyboard: en

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local lsd[15645]: LaunchServices: Seeding database

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local locationd[15627]: PairedSync, Debugging at level 0 for console and level 0 for log files

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local locationd[15627]: Error: Could not create service from plist at path: file:///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.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local locationd[15627]: Error: Could not create service from plist at path: file:///System/Library/PairedSyncServices/com.apple.pairedsync.locationauth.plist. Returning nil PSYSyncCoordinator for service name com.apple.pairedsync.locationauth.  Please check that your plist exists and is in the correct format.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local nanoregistryd[15648]: libMobileGestalt MobileGestalt.c:1025: Could not retrieve region info
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.routined[15616]): Could not find program specified by service: 2: No such file or directory: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/routined
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.routined[15616]): Service setup event to handle failure and will not launch until it fires.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10be13300 main: Reboot detected
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10be13300 is_build_upgrade: Did not find last build info; we must be upgrading from pre-8.0 or this is an erase install.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10be13300 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migrating system app data containers
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10be13300 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migration complete
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.sharingd[15626]): Could not find program specified by service: 2: No such file or directory: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/sharingd
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.sharingd[15626]): Service setup event to handle failure and will not launch until it fires.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: +[SBPushStore migratePushStore] Migrating push store: /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/SpringBoard/PushStore
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: +[SBPushStore migratePushStore] Push store does not exist; no migration needed.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local containermanagerd[15655]: 0x10a951300 main: containermanagerd performing first boot initialization

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: Telling system app "com.apple.springboard" that it can start immediately
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local backboardd[15625]: BKSystemAppSentinel: Now monitoring "com.apple.springboard"

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: FBDefaultLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local itunesstored[15654]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: FBAppLibraryLog; isEnabled: 0

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: FBWorkspaceLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: SBIconLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: SBStatusBarishLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: SBLocalNotificationLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: SBAlarmLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: SBBannerLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local SpringBoard[15624]: Loaded logger: SBSoundLog; isEnabled: 0

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10be13300 record_current_build_info: Recorded current system version as 12D508
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10be13300 __47-[MIDeveloperDiskImageTracker checkMountPoint:]_block_invoke: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/Developer/Applications is not present now or before

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIClientConnection fetchInstalledAppsWithOptions:completion:]: Fetch installed apps requested by lsd (pid 15645) with options (null)
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.AccountAuthenticationDialog at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/F8FBB442-2FDC-42DC-88F4-067EE6DD62F4

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.MobileAddressBook.ContactsViewService at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/F88C6137-AC29-401B-88B1-F0457972F5B0

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.datadetectors.DDActionsService at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/BCD3EBBC-6FD4-42E1-900A-B60ADDED3BA6
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Health at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/6D7FA9F1-BF93-4BA6-9136-B866642B7FD5
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.accounts.dom): The _DirtyJetsamMemoryLimit key is not available on this platform.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Health.HealthToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/D416D11A-8600-4AC8-AF46-A0CD12250B72
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.HealthPrivacyService at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/3FD821F8-5628-4CBE-8A63-1D2D4B022E72

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Maps at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/AA1983F4-998A-44AA-8BF2-AF0FA5184E68
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilecal.taptoradar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/00435F26-721F-4860-8515-169B81D0682A

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilecal.widget at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/D8CCE5DD-690E-48A6-BAD4-1E9E28BB8651
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilesafari at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/0EAD8A1E-3BFF-42D5-A34E-AE7AF6AB78B2
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilesafari.RCSafariExtension at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/53B2CF76-81AF-4EED-BC21-47875D21D4A5
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local fileproviderd[15615]: (Note ) FileProvider: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd starting.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobileslideshow.StreamShareService at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/B30CCFE0-94CD-417B-86C5-BEE790BA024E

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local mstreamd[15617]: (Note ) mstreamd: mstreamd starting up.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local mstreamd[15617]: (Note ) PS: The subscription plugin class does not support push notification refreshing.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local mstreamd[15617]: (Note ) PS: Media stream daemon starting...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Facebook.post at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/30DCA5E4-DA71-4B19-B4C1-AB32650D8E7D
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Flickr.post at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/65E29E41-3E9C-4076-A590-61734B75D7D1
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.SinaWeibo.post at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/072C2729-AACE-4934-9888-EBF296B61EDF
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.TencentWeibo.post at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/8EBBF5D0-12D5-4C35-AA6D-7388C8EED90C
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Twitter.post at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/D98DA548-D6C3-45F3-A50A-A45D531A06D9

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Vimeo.post at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/3816E2D9-41F2-43A3-A3DB-53D51E149DC9
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.ios.StoreKitUIService at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/76FB0F80-62A5-4FC2-8027-63CA58A33388

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.webapp at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/CBF0548A-BEC8-4742-940B-DF8C1C9C8D3F
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.webapp1 at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/CE020A1B-24CB-4A81-9A99-A718A61F370E

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/586E9F6C-0E35-4910-BA18-2422A5F4F7C5
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.WebViewService at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/Application/5BCF2AF5-B6A0-406E-BF0E-140C7AE87783

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.cloudkit.CloudKit.CloudKitTapToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/9C22EEE7-EB64-4425-8C06-4B3B97381760

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIBundle _validateWithError:]: 37: Bundle at path /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework did not have a CFBundleIdentifier in its Info.plist

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.PassKit.ApplePayTapToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/EA062C40-ED4C-45CD-846A-22576D70B75A

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.UIKit.fileprovider.default at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/2B22ACD6-54E7-4D78-9A0B-CE5D8A259721

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local mstreamd[15617]: (Note ) AS: <MSASDaemonModel: 0x7fb943b08690>: Migrating database from version -1 to version 2.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local mstreamd[15617]: (Note ) AS: <MSASDaemonModel: 0x7fb943b08690>: Set database version to 2.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.AXTapToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/055D6BFD-FF30-4C3D-944C-8789B1AD962C
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.GuidedAccessTapToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/25F30154-15EC-43C4-BB1E-F815D0BC2B6D

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.HearingAidsTapToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/394DC9D7-1813-41A0-889D-A436631EDFEB
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.SwitchControlTapToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/EBBB3639-3F42-4FAA-86A4-FA9A3E9C170A
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:39 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.VoiceOverTapToRadar at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/A9E2F138-CFDA-4782-ACEA-5417E0E08868

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local installd[15620]: 0x10e881000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.CloudDocsDaemon.TTR-extension at /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Containers/Data/PluginKitPlugin/E19B4865-322E-4519-8A0D-D3E19B9BAC57

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local mediaremoted[15618]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 --- last message repeated 1 time ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local callservicesd[15684]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 --- last message repeated 1 time ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local locationd[15627]: Location icon should now be in state 'Inactive'

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local CoreSimulatorBridge[15632]: KEYMAP: Chose mode=en_US@hw=US;sw=QWERTY from match=en_US@hw=US;sw=QWERTY from language=en

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2 SpringBoard[15624]: assertion failed: 14B25 12D508: libxpc.dylib + 59313 [5775267F-BF6F-33DA-806F-32C27348CDC9]: 0x7d

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local filecoordinationd[15695]: (Error) FileProvider: Could not load bundle com.apple.CloudDocsFileProvider. Error: The bundle “CloudDocsFileProvider” couldn’t be loaded because it is damaged or missing necessary resources.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local SpringBoard[15624]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 --- last message repeated 3 times ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local networkd[15700]: networkd-413.5.1 pid 15700

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local SpringBoard[15624]: libMobileGestalt MobileGestalt.c:841: still-camera is static and will never generate a notification

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local SpringBoard[15624]: libMobileGestalt MobileGestalt.c:841: stand-alone-contacts is static and will never generate a notification
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local SpringBoard[15624]: Installed apps did change.
info: [IOS_SYSLOG_ROW ] Added: {(
info: [IOS_SYSLOG_ROW ] "com.apple.SharedWebCredentialViewService",
info: [IOS_SYSLOG_ROW ] "com.apple.FacebookAccountMigrationDialog",
info: [IOS_SYSLOG_ROW ] "com.apple.mobilesafari",
info: [IOS_SYSLOG_ROW ] "com.apple.AdSheetPhone",
info: [IOS_SYSLOG_ROW ] "com.apple.share",
info: [IOS_SYSLOG_ROW ] "com.apple.appleaccount.AACredentialRecoveryDialog",
info: [IOS_SYSLOG_ROW ] "com.apple.Preferences",
info: [IOS_SYSLOG_ROW ] "com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI",
info: [IOS_SYSLOG_ROW ] "com.apple.TrustMe",
info: [IOS_SYSLOG_ROW ] "com.apple.mobilesms.compose",
info: [IOS_SYSLOG_ROW ] "com.apple.WatchKitSettings",
info: [IOS_SYSLOG_ROW ] "com.apple.MailCompositionService",
info: [IOS_SYSLOG_ROW ] "com.apple.mobileslideshow",
info: [IOS_SYSLOG_ROW ] "com.apple.Passbook",
info: [IOS_SYSLOG_ROW ] "com.apple.iad.iAdOptOut",
info: [IOS_SYSLOG_ROW ] "com.apple.TencentWeiboAccountMigrationDialog",
info: [IOS_SYSLOG_ROW ] "com.apple.WebViewService",
info: [IOS_SYSLOG_ROW ] "com.apple.AccountAuthenticationDialog",
info: [IOS_SYSLOG_ROW ] "com.apple.Maps",
info: [IOS_SYSLOG_ROW ] "com.apple.MusicUIService",
info: [IOS_SYSLOG_ROW ] "com.apple.PhotosViewService",
info: [IOS_SYSLOG_ROW ] "com.apple.uikit.PrintStatus",
info: [IOS_SYSLOG_ROW ] "com.apple.quicklook.quicklookd",
info: [IOS_SYSLOG_ROW ] "com.apple.datadetectors.DDActionsService",
info: [IOS_SYSLOG_ROW ] "com.apple.MobileAddressBook",
info: [IOS_SYSLOG_ROW ] "com.apple.Health",
info: [IOS_SYSLOG_ROW ] "com.apple.DataActivation",
info: [IOS_SYSLOG_ROW ] "com.apple.HealthPrivacyService",
info: [IOS_SYSLOG_ROW ] "com.apple.WebSheet",
info: [IOS_SYSLOG_ROW ] "com.apple.camera",
info: [IOS_SYSLOG_ROW ] "com.apple.mobilecal",
info: [IOS_SYSLOG_ROW ] "com.apple.ios.StoreKitUIService",
info: [IOS_SYSLOG_ROW ] "com.apple.gamecenter.GameCenterUIService",
info: [IOS_SYSLOG_ROW ] "com.apple.PassbookUIService",
info: [IOS_SYSLOG_ROW ] "com.apple.PrintKit.Print-Center",
info: [IOS_SYSLOG_ROW ] "com.apple.webapp",
info: [IOS_SYSLOG_ROW ] "com.apple.webapp1",
info: [IOS_SYSLOG_ROW ] "com.apple.gamecenter"
info: [IOS_SYSLOG_ROW ] )}
info: [IOS_SYSLOG_ROW ] Removed: {(
info: [IOS_SYSLOG_ROW ] )}
info: [IOS_SYSLOG_ROW ] Modified: {(
info: [IOS_SYSLOG_ROW ] )}

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local securityd[15639]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206DE0A0100A08206D7308206D306092B0601050507300101048206C4308206C030819EA21604143B4F7D61A421A912751ECA086175DFC165554E70180F32303135303732303134353834305A307330713049300906052B0E03021A05000414B9E9B287028503F8ECA5FB42E13E0F49C72426E204147FD365A7C2DDECBBF03009F34339FA02AF33313302107EE14A6F6FEFF2D37F3FAD654D3ADAB48000180F32303135303732303134353834305AA011180F32303135303732373134353834305A300D06092A864886F70D0101050500038201010006080BDC49C754C0F225FB99844F0BF612CD7AE8B563091148FB67FE6690438C1099839F406F6817B145B31FF67C82E9536A420460F3C98513346118CEC37630B91E43399C9D092185E3BB3A6C90666F4BE2A060480AA9051CFDD1656C25F4DB195BB9B9083A1B3FB0989453C61A19AD8C0F8143A701FB90FEBB864DC05ACB2543138C19FFD5A3D9494D3B71C44A0437A0AEEA04B7346783449AE4159830FBF5B867CE31070CCE35AF673B257A73FB5946B123FBA4F43C3FDE9647CA4510191CFDAC88840AA97F833412C5D6C4CF88637DC348B824F9BEABCEB138EAAEA5F3DDAC9BFC33DC0F3FDA62DCD4AC531890C0311B7741543FF90C986AED6748AD984DA082050730820503308204FF308203E7A00302010202101D32B08B14275505424D91DD8D67C042300D06092A864886F70D01010505003081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313A3038060355040B1331286329203230303620566572695369676E2C20496E632E202D20466F7220617574686F72697A656420757365206F6E6C79314530430603550403133C566572695369676E20436C6173732033205075626C6963205072696D6172792043657274696669636174696F6E20417574686F72697479202D204735301E170D3134313230323030303030305A170D3135313231363233353935395A30818E310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B313F303D0603550403133653796D616E74656320436C617373203320504341202D204735204F43535020526573706F6E646572204365727469666963617465203330820122300D06092A864886F70D01010105000382010F003082010A0282010100CEB0AC10E711043226DD1B504CA1C0D92C83DF32F3AC7F1C3A1BDF7448E50A80604A470025B2982AA2BD9173FA6325E5D8EC3F74AD1B4AA610300971170984187EFE2E6B4058C46CD469EAF38D0430A1006B6BD2A868C8392231D3353FE3CC73A1C02E1784335B1A92D175ED8CB1B9D7B05DFBB5E8523082895A7DD7F49A196CCEE249B05907EAEDA2E76A5C48EB71D5D87F23837577EF34717AF623F04A99F2D4D6D24032242212DD246CAD42D7881C059BE70744A87965D5F528F8D73217A8E9E197D0AB008B40F3F18F1480C42B97C3F3A52201B7872045EB0B304D2CF1B9627BCC5EA1007327A9ACA1BF66F536D2707234974AA788C6F409F7B3EE276AFD0203010001A382011930820115300C0603551D130101FF04023000306C0603551D20046530633061060B6086480186F845010717033052302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302806082B06010505070202301C1A1A687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300F06092B06010505073001050402050030210603551D11041A3018A416301431123010060355040313095447562D422D323736301D0603551D0E041604143B4F7D61A421A912751ECA086175DFC165554E70301F0603551D230418301680147FD365A7C2DDECBBF03009F34339FA02AF333133300D06092A864886F70D0101050500038201010028F12697F2446772065665FAF22393A1E135E44EE276E651442B47F655599A21F1C14EA9971FCBD42522C8629E7B1C816558C2744007167EFAC22ADC47A1496DF93C5D96B720E4A07BC2CA37EC0198255847EAAB627B99EB9EC9B637F4DF6A2B8EF96A288846A7C21E839383A49648743F39BF3E5CB87C9681E358C04E1DB380D773CE56690BD10E2B5F72D625882946990BFECA9F4746529FE10450F6DCDFE1DA0B95D345302441FBC6E789A68381769FE173A71ADA4178A30EFF95E12117BF4445C64DF9724EBFB9FB89D63291EB82A4865BAB2E2CA279BDE77C69AD3D0FF8CB60DED638379A402149E7203521CAE662FCFF3D8F5BBB042F397472C84517C8
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local securityd[15639]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA2160414F6215E926EB3EC41FE08FC25F09FB1B9A0344A10180F32303135303731383138303631395A307330713049300906052B0E03021A05000
41474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02104BBBB8036887381EAA17542BEB4B1BB18000180F32303135303731383138303631395AA011180F32303135303732353138303631395A300D06092A864886F70D01010505000382010100378E0CE0CBD78D046F01134999E1CB6CBE847F2435DE71A5E1A007ABB37C6762B7ED32A0017FAED707CF5165B7A951AFC4E46885368B7A95B4179023D958C8E55EB1748814B3E211A4DDB1D1FB2A426E74BC8ED95A8B880AA078D93F002DCA406E03D073631BA4DC6E2BD480797D83B00A40F32125FAD38089730E9015127EE4EEC7E177C85F0DFBA208ACEC7DC0D1EA62D10E196A8938745E78747B5DEE0FD2BA617452135E98240C50CA15ABDC60C9CD64F9C95BAB6FEF467EE938A18ACA365489B74AC38F12F9F8EF4DFD2546DB2FB27024E2174ADCFF20C3287CD93F933DEC83BC94D717D87ECE9BA551BFF2810FB4B7D49CF694E9552F65A8443D87E624A08204603082045C3082045830820340A00302010202102734E193DD6AE5C475F5884D6971E341300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303730363030303030305A170D3135313030343233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100FC913E978577B833D1CF6691B03C82864CAF277B095271A37E12CEB4D201725B910016ED1A3B6CFFE28251DCA7B58A41C1669DF08FD5AD13871EBA00A875D1C12EF38615163F31B8E25478D60D259C9DD9CBF05BDAC010C29008DDE18A39168CD438F5B58CEB6F179A9C61EC5E909016CD25D70AC428E93206F83EC3081BB870B38B8D96826E6286BA5B3BBD90972AC8B4FE56C4916E18B09E8C591D72FE35B58EC050DFEFB1B4C41761B3B6C8F3ECD84EC6AB08C0D401E756726D24DFEB4A2CBE30EB38A3371FFD8192DB8C89604609C111A0FED7C5FE419E4D2759F1BE229994A6BC2794741E8172E21C36C4B0DEB7E82A77970BE67C6692ECA28048041EF50203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D432D31303437301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E04160414F6215E926EB3EC41FE08FC25F09FB1B9A0344A10300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B050003820101009D8E29C8CD6E3E95E90F9F1B007E7DCDF80F4EEF9F03B5275D61790BB507F601C253B61BBA9B7FCADF8C0E1F05AE86F0AE7A343FB19FAC90E869BCF746F5238AD56C4FA3EA2052E70F2C3E90810F7FACC4753512559D19156F6142F0283CF192691726B4B578BFF9B0F70B1985B479695FEA06A2201792D853015C6C102A62550DEA3E20ED0DCB76290880952A7680FE2F7A3C46E133D3558D521F1868CB364C2B82288D462C7D7C7C72C6EE17DE93E00CC297869F5A9CFB661604D6E093E4E25437C92522828F52E41FA2141F61D92EEBCA34BFB64F462BB50E5D4BF3A94A260290246BABC97A7EF32295FFB0BC6A4D2D2DACA5C6241C0DEB67E4E6920570A5
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local SpringBoard[15624]: *** error reading settings archive file: <SBRootSettings: /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Documents/com.apple.springboard.settings/RootSettings.plist>

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local SpringBoard[15624]: *** error reading settings archive file: <SBRootSettings: /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist>

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) profiled: Service starting...

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Managed Configuration migrating...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Beginning manifest migration...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Removing duplicated hidden profile identifiers...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed removing duplicated hidden profile identifiers.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Creating stubs...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Removing orphaned profiles...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Transferring profile signer certificates...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Migrating removal passwords...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed migrating removal passwords.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Migrating defaults to managed preferences area...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed migrating defaults.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Migrating OTA profiles...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed migrating OTA profiles.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Transferring installation dates...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed transferring installation dates.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Transferring tags to profiles...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed transferring tags.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Removing old profile copies...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed removing old profile copies.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Applying default user settings...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Applying iPhone defaults

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed applying default user settings.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Migrating settings...

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local itunesstored[15654]: iTunes Store environment is: NWK
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed migrating settings.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Updating client restrictions...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Done updating. 0 client restrictions processed.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Updating profile restrictions...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Done updating. 0 profile restrictions processed.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Updating implied settings...

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Done updating.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Cleaning up app configuration.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Finished cleaning up app configuration.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Tagging managed accounts...
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Completed tagging 0 accounts as managed.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:40 dabel-mac-2.local profiled[15669]: (Note ) MC: Adding missing tags to IMAP accounts...

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local profiled[15669]: (Note ) MC: Done adding missing tags to 0 IMAP accounts.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local profiled[15669]: (Note ) MC: Managed Configuration completed migration.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local profiled[15669]: (Note ) MC: Waking daemons post migration
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local securityd[15639]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206DE0A0100A08206D7308206D306092B0601050507300101048206C4308206C030819EA21604143B4F7D61A421A912751ECA086175DFC165554E70180F32303135303732303037343831375A307330713049300906052B0E03021A05000414B9E9B287028503F8ECA5FB42E13E0F49C72426E204147FD365A7C2DDECBBF03009F34339FA02AF33313302102C48DD930DF5598EF93C99547A60ED438000180F32303135303732303037343831375AA011180F32303135303732373037343831375A300D06092A864886F70D010105050003820101004C91D1509F0C2BB155C0300232D6A704C15F6E4197493AA7DCCC6144A3BB819EE7AE1B71C7B392A8025E0E11A73E16915FFC2508A6BBCE3E32007ACDA171BE54AB4231318A6258A0617CDF3285A93B61025967FCF524E1FC0D406F1DBEA3CC9EE65EC8F714DE6E138249987952E610FACDD5DCBEB7C283BCB7D2077E9E0740C0EFCEB4B53CC6173C5275C0BB5EF100A48A9F4E8421FF0276FCFF1A00EF147C8407148E13421FD6BC6A3B323264BE5AE70739A9366E95591A767467FE745EA93CA928C0CECCE09FAB71FFF10435893D5F05EA5EF81144D47CA8CD0A1BCF749D9C1E81A75B759796B66B66750C81FE1F6D2AA13989A728401BE91F378932878FECA082050730820503308204FF308203E7A00302010202101D32B08B14275505424D91DD8D67C042300D06092A864886F70D01010505003081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313A3038060355040B1331286329203230303620566572695369676E2C20496E632E202D20466F7220617574686F72697A656420757365206F6E6C79314530430603550403133C566572695369676E20436C6173732033205075626C6963205072696D6172792043657274696669636174696F6E20417574686F72697479202D204735301E170D3134313230323030303030305A170D3135313231363233353935395A30818E310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B313F303D0603550403133653796D616E74656320436C617373203320504341202D204735204F43535020526573706F6E646572204365727469666963617465203330820122300D06092A864886F70D01010105000382010F003082010A0282010100CEB0AC10E711043226DD1B504CA1C0D92C83DF32F3AC7F1C3A1BDF7448E50A80604A470025B2982AA2BD9173FA6325E5D8EC3F74AD1B4AA610300971170984187EFE2E6B4058C46CD469EAF38D0430A1006B6BD2A868C8392231D3353FE3CC73A1C02E1784335B1A92D175ED8CB1B9D7B05DFBB5E8523082895A7DD7F49A196CCEE249B05907EAEDA2E76A5C48EB71D5D87F23837577EF34717AF623F04A99F2D4D6D24032242212DD246CAD42D7881C059BE70744A87965D5F528F8D73217A8E9E197D0AB008B40F3F18F1480C42B97C3F3A52201B7872045EB0B304D2CF1B9627BCC5EA1007327A9ACA1BF66F536D2707234974AA788C6F409F7B3EE276AFD0203010001A382011930820115300C0603551D130101FF04023000306C0603551D20046530633061060B6086480186F845010717033052302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302806082B06010505070202301C1A1A687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300F06092B06010505073001050402050030210603551D11041A3018A416301431123010060355040313095447562D422D323736301D0603551D0E041604143B4F7D61A421A912751ECA086175DFC165554E70301F0603551D230418301680147FD365A7C2DDECBBF03009F34339FA02AF333133300D06092A864886F70D0101050500038201010028F12697F2446772065665FAF22393A1E135E44EE276E651442B47F655599A21F1C14EA9971FCBD42522C8629E7B1C816558C2744007167EFAC22ADC47A1496DF93C5D96B720E4A07BC2CA37EC0198255847EAAB627B99EB9EC9B637F4DF6A2B8EF96A288846A7C21E839383A49648743F39BF3E5CB87C9681E358C04E1DB380D773CE56690BD10E2B5F72D625882946990BFECA9F4746529FE10450F6DCDFE1DA0B95D345302441FBC6E789A68381769FE173A71ADA4178A30EFF95E12117BF4445C64DF9724EBFB9FB89D63291EB82A4865BAB2E2CA279BDE77C69AD3D0FF8CB60DED638379A402149E7203521CAE662FCFF3D8F5BBB042F397472C84517C8

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local securityd[15639]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 3082070A0A0100A0820703308206FF06092B0601050507300101048206F0308206EC30819EA2160414D659CBA9A69C0A884FC0A77AB0E52EB4CDD8D3F7180F32303135303732313035313833325A307330713049300906052B0E03021A0500041439AF18B41C021F39109656FDC6D358EF74858B9904144E43C81D76EF37537A4FF2586F94F338E2D5BDDF0210408C88AB3913CF80BF26E0DC17A628B68000180F32303135303732313035313833325AA011180F32303135303732383035313833325A300D06092A864886F70D0101050500038201010045C415BF34F227FA591D230A3B284E0C0B54D731CAF6DD4A81DF21B20BC495EDE96271F52CD5DC6AADC846F84E15E822E54296BBC298199CADCE21960BE6269E103F72D8EBF24408E8B3FABF517F92B423A596A4049B66D97F7BA473ABA5125DD1452B1524AF4F51E5C1B96DEFA33EE39608D360CB349593B8E2743D997B180B782012162688F169FFDD4B3495558B42051E201DA077860D07C0AE600C874D1D8BCFA831ACEE7C8B3D9C85BD3CB2FF950EAB2ADEB8A460A325F98AF7FB7DD42C7C5705395A08C7E8BF0BAB111929E729E883801188177A6C86327ECBB3D86D4FBFF00F7ADE14624014468087F8E3399A9F81438F0C03ED92802CE673B41479CCA08205333082052F3082052B30820413A003020102021071F4D014E9B577E0213855C1D3E47B43300D06092A864886F70D01010505003081BE310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036313830360603550403132F566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204341301E170D3135303530363030303030305A170D3135303830343233353935395A3081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036314430420603550403133B566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A028201010094FC2FB02E20DE9475BED59A36B8DDDFFBA777E7B0DA65ACE1CEF8C75A127C092236C150B2E6C79E8D5AA78429E0C3354CEBC4C0E735BBD6D9DE7E3D526FC487AD77936079D5E09BD378E67CAB70B4F5EDE724FB7B153844B5C5C5419432D600C4EA19B8321912ED068EEABCAC92FB9CFA784D83ADDFA3776A66C3240FBE056A98B4A2445B535EB3214A3466019754A70BC25BE7608E2FB625170E519F37C9C9B2C4FF31A25D06CBEFF3B081EAE124728054FF4E471DB0C388862C1EB0542D3DB322C91AFF56D82C91F7BC3FF2AA1810967859162E89856DA920226EAA7E32BDDBB6B38C205A687A8F41BBBCFF4B279EB6E386619E3F143C25CF35ADE4D577AB0203010001A38201153082011130090603551D13040230003081AC0603551D200481A43081A130819E060B6086480186F8450107170330818E302806082B06010505070201161C68747470733A2F2F7777772E766572697369676E2E636F6D2F435053306206082B0601050507020230563015160E566572695369676E2C20496E632E30030201011A3D566572695369676E27732043505320696E636F72702E206279207265666572656E6365206C6961622E206C74642E20286329393720566572695369676E30130603551D25040C300A06082B06010505070309300B0603551D0F040403020780300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D33383234300D06092A864886F70D0101050500038201010062F31EB73E5F241107C671068044D62D086C7AC5467E3BD1EA9D32F25FEA9E8187B7D5F168F776B0249E09BB0F5E54FF26C94A96FBB71168C39F8E42BD5A7CC0204AEBC4A809C846B0DB41630A356DB8A638FE9C7CDA04D41F39FC9907B8BE6A00C13F5A8898306866CC072786ACF1B3CD437F0F50C0AB61C139E0B3A42DF6B903989D104038E9FC289D19A97844045210353F97A302B09FED24253A9A6F7567D3849FCB5A14B0D0AB7F38707A479E4DB8636ED2A74A547A5422AB250255214710AC3224D249F938D6C86DB6951F019913F242524AC73F5A20B37E478886C6F69F8174FB1076CF86B6B1BC4DF5B7286E4F671337091003109109DAE2586F8B49

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: -[BBObserver setDelegate:] Delegate implements addBulletin but does not implement noteInvalidatedBulletinIDs: <SBBulletinLocalObserverGateway: 0x7f858a1f6590>

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.MobileSMS
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: throwing out icon because its isn't visible in the model : node=<SBApplicationIcon: 0x7f8588c67580; nodeID: "com.apple.camera"> com.apple.camera
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.weather
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.mobiletimer
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.videos
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.mobilenotes
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.reminders
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.stocks
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.iBooks
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.MobileStore
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.AppStore
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.Bridge
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.facetime
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.calculator
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.podcasts
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.compass
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.tips
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.VoiceMemos
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.mobilephone
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.mobilemail
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local SpringBoard[15624]: could not find icon for representation -> com.apple.Music
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.accessibility.AccessibilityUIServer): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.lakitu): The JoinExistingSession key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-
6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imdpersistence.IMDPersistenceAgent): The _DirtyJetsamPriority key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imdpersistence.IMDPersistenceAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local lsd[15645]: Launch Services: Failed to find app container URL for identifier com.apple.mobilecal
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.mobilecal_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.mobileslideshow_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.Maps_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.Passbook_defaultRole-Icon@2x_Icon@3x_Icon-Small_Icon-Small@2x_Icon-Small@3x-15
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.Health_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.Preferences_CFBundleIcon[15]

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.gamecenter_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:41 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.MobileAddressBook_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.WatchKitSettings_CFBundleIcon[15]

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.mobilesafari_CFBundleIcon[15]

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: BTM: attaching to BTServer

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: BTM: failed to attach with error 9
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: BTM: attaching to BTServer
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: BTM: failed to attach with error 9
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: BTM: attaching to BTServer
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: BTM: failed to attach with error 9

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: Application windows are expected to have a root view controller at the end of application launch

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 --- last message repeated 2 times ---

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local mediaremoted[15618]: Property list invalid for format: 200 (property lists cannot contain NULL)

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2 assertiond[15628]: assertion failed: 14B25 12D508: assertiond + 12446 [6756D728-8EE6-3DA2-B069-3EA61C107DF8]: 0x1

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local MobileSafari[15768]: libMobileGestalt MobileGestalt.c:1025: Could not retrieve region info

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2 geod[15769]: BUG in libdispatch: 14B25 - 2941 - 0x4
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local geod[15769]: 2015-07-21 15:29:42.414, 15769, a9300040, [ResourceManifest]: No tile groups available
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2 MobileSafari[15768]: assertion failed: 14B25 12D508: libxpc.dylib + 59313 [5775267F-BF6F-33DA-806F-32C27348CDC9]: 0x7d

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local securityd[15639]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA2160414F6215E926EB3EC41FE08FC25F09FB1B9A0344A10180F32303135303732303233343331395A307330713049300906052B0E03021A0500041474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02105957376512D69332EBF269B738C8C8DE8000180F32303135303732303233343331395AA011180F32303135303732373233343331395A300D06092A864886F70D01010505000382010100F9284FDCFC3447C6188B0C7E3CFCD916CFDE6EF219B5A2D17060FD7D914CED9F10C13E344270B130CC353FD8B0718A42FE719F1418417FAD1152A29DC9C3AB1B28D190A3E3AE74A594B1DB3C92D5223A6DB7937B4945A0DB31F6F2779DE3A2081BA8F41B5C876544A63E1BCC76BB14E9C733FC3C63A4192258E3E5A10A93B2E78718C3595E8D3D9D37953E156DCF255A079F9679B615DB9374580CCCEF5C52275DFC02F33E0C86D9093D50CCAAB5C30D3B4A875EDD5F7F6B50808FB15071DF07B45BA263A8AAE1188D4E56DAD2C8B44D5C598BE76887A42F379429745701E487A8C7CC9218DDCAE757E61E3F0EDE3E14E20315BAE5E72DBE94E8F99AC71C5332A08204603082045C3082045830820340A00302010202102734E193DD6AE5C475F5884D6971E341300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303730363030303030305A170D3135313030343233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100FC913E978577B833D1CF6691B03C82864CAF277B095271A37E12CEB4D201725B910016ED1A3B6CFFE28251DCA7B58A41C1669DF08FD5AD13871EBA00A875D1C12EF38615163F31B8E25478D60D259C9DD9CBF05BDAC010C29008DDE18A39168CD438F5B58CEB6F179A9C61EC5E909016CD25D70AC428E93206F83EC3081BB870B38B8D96826E6286BA5B3BBD90972AC8B4FE56C4916E18B09E8C591D72FE35B58EC050DFEFB1B4C41761B3B6C8F3ECD84EC6AB08C0D401E756726D24DFEB4A2CBE30EB38A3371FFD8192DB8C89604609C111A0FED7C5FE419E4D2759F1BE229994A6BC2794741E8172E21C36C4B0DEB7E82A77970BE67C6692ECA28048041EF50203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D432D31303437301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E04160414F6215E926EB3EC41FE08FC25F09FB1B9A0344A10300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B050003820101009D8E29C8CD6E3E95E90F9F1B007E7DCDF80F4EEF9F03B5275D61790BB507F601C253B61BBA9B7FCADF8C0E1F05AE86F0AE7A343FB19FAC90E869BCF746F5238AD56C4FA3EA2052E70F2C3E90810F7FACC4753512559D19156F6142F0283CF192691726B4B578BFF9B0F70B1985B479695FEA06A2201792D853015C6C102A62550DEA3E20ED0DCB76290880952A7680FE2F7A3C46E133D3558D521F1868CB364C2B82288D462C7D7C7C72C6EE17DE93E00CC297869F5A9CFB661604D6E093E4E25437C92522828F52E41FA2141F61D92EEBCA34BFB64F462BB50E5D4BF3A94A260290246BABC97A7EF32295FFB0BC6A4D2D2DACA5C6241C0DEB67E4E6920570A5

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: SMS Plugin initialized.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: Sharing Plugin initialized.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING LOCAL com.apple.mobilecal, <BBLocalDataProvider 0x7f858a35c030; com.apple.mobilecal>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING LOCAL com.apple.reminders, <BBLocalDataProvider 0x7f858a36c1d0; com.apple.reminders>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING REMOTE com.apple.springboard.notificationcenter.today, <BBRemoteDataProvider 0x7f858a35a430; com.apple.springboard.notificationcenter.today>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING REMOTE com.apple.mobilecal.widget, <BBRemoteDataProvider 0x7f858a36d350; com.apple.mobilecal.widget>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local securityd[15639]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA2160414F6215E926EB3EC41FE08FC25F09FB1B9A0344A10180F32303135303732303031313832325A307330713049300906052B0E03021A0500041474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02101C29E6E6BB1971B0E24CB57F898D726E8000180F32303135303732303031313832325AA011180F32303135303732373031313832325A300D06092A864886F70D0101050500038201010059FD2CC52356F55B6B85BEC0B292EA9E2C2B40AA4ED2D3091E486892B25C10839F683419541B27F451BD7808450F2555529C8615358ACBDA6DFD38BB8BA95BFF62533950A15CAB5120BC37CBE18D7D383FD426B3399CB9CE511C989E509349291FAC09F8BB41935E8FC70D6D1B36512FC1DE13FEEB47EEADF6BDC224F7281192DA53A61DDC38308817A64BAA3CDD25C65C8164F9AF47B6EDCDD9C14232A5A4B81CBE7AB2A9A65126A1B98DF91C720789716B4E50302BB833DEE4735CE870563B59F421E8B2531A32B2ECCDD2C8E8CF212FE291113913A7CDE137153A986D6699138E2DD2D8463AC70857FE4FDDF75236C3A10B3D8D86F9FAF244CFE850FFDA08A08204603082045C3082045830820340A00302010202102734E193DD6AE5C475F5884D6971E341300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303730363030303030305A170D3135313030343233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100FC913E978577B833D1CF6691B03C82864CAF277B095271A37E12CEB4D201725B910016ED1A3B6CFFE28251DCA7B58A41C1669DF08FD5AD13871EBA00A875D1C12EF38615163F31B8E25478D60D259C9DD9CBF05BDAC010C29008DDE18A39168CD438F5B58CEB6F179A9C61EC5E909016CD25D70AC428E93206F83EC3081BB870B38B8D96826E6286BA5B3BBD90972AC8B4FE56C4916E18B09E8C591D72FE35B58EC050DFEFB1B4C41761B3B6C8F3ECD84EC6AB08C0D401E756726D24DFEB4A2CBE30EB38A3371FFD8192DB8C89604609C111A0FED7C5FE419E4D2759F1BE229994A6BC2794741E8172E21C36C4B0DEB7E82A77970BE67C6692ECA28048041EF50203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D432D31303437301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E04160414F6215E926EB3EC41FE08FC25F09FB1B9A0344A10300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B050003820101009D8E29C8CD6E3E95E90F9F1B007E7DCDF80F4EEF9F03B5275D61790BB507F601C253B61BBA9B7FCADF8C0E1F05AE86F0AE7A343FB19FAC90E869BCF746F5238AD56C4FA3EA2052E70F2C3E90810F7FACC4753512559D19156F6142F0283CF192691726B4B578BFF9B0F70B1985B479695FEA06A2201792D853015C6C102A62550DEA3E20ED0DCB76290880952A7680FE2F7A3C46E133D3558D521F1868CB364C2B82288D462C7D7C7C72C6EE17DE93E00CC297869F5A9CFB661604D6E093E4E25437C92522828F52E41FA2141F61D92EEBCA34BFB64F462BB50E5D4BF3A94A260290246BABC97A7EF32295FFB0BC6A4D2D2DACA5C6241C0DEB67E4E6920570A5
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING REMOTE com.apple.springboard.notificationcenter.tomorrow, <BBRemoteDataProvider 0x7f8591c258c0; com.apple.springboard.notificationcenter.tomorrow>
info: [IOS_SYSLOG_ROW ] Jul 21 
15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING REMOTE com.apple.AppStore, <BBRemoteDataProvider 0x7f858fc4ef90; com.apple.AppStore>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local locationd[15627]: ERROR: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/SpringBoard.app/SpringBoard is depending on legacy on-demand authorization, which is not supported for new apps
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: warning: Could not compile statement INSERT OR IGNORE INTO ABAccount (AccountIdentifier) SELECT DISTINCT AccountIdentifier FROM ABStore_old WHERE AccountIdentifier IS NOT NULL;: no such column: AccountIdentifier
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked: _SqliteDatabaseProperties for INSERT OR REPLACE INTO _SqliteDatabaseProperties VALUES (?, ?);
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked for DROP TABLE IF EXISTS ABPersonFullTextSearch;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked: _SqliteDatabaseProperties for INSERT OR REPLACE INTO _SqliteDatabaseProperties VALUES (?, ?);
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked for DROP TABLE IF EXISTS ABPersonFullTextSearch;
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: warning: Could not compile statement DROP TABLE IF EXISTS ABPersonFullTextSearch;: unknown tokenizer: ab_cf_tokenizer
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: table drop: 1
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: warning: Could not compile statement UPDATE ABPersonFullTextSearch SET First = ? , Last = ? , Middle = ? , FirstPhonetic = ? , MiddlePhonetic = ? , LastPhonetic = ? , Organization = ? , Department = ? , Note = ? , Birthday = ? , JobTitle = ? , Nickname = ? , Prefix = ? , Suffix = ? , DisplayName = ? , Phone = ? , Email = ? , Address = ? , SocialProfile = ? , URL = ? , RelatedNames = ? , IM = ? , Date = ? , SupplementalCompositeNameTerms = ? WHERE rowid = ?: unknown tokenizer: ab_cf_tokenizer

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 --- last message repeated 5 times ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING LOCAL com.apple.mobilecal.today, <BBLocalDataProvider 0x7f858a37e910; com.apple.mobilecal.today>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING LOCAL com.apple.cmas, <BBLocalDataProvider 0x7f8588c95ff0; com.apple.cmas>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING LOCAL com.apple.mobileslideshow, <BBLocalDataProvider 0x7f858ffb4c50; com.apple.mobileslideshow>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: table drop: 101
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 --- last message repeated 1 time ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local calaccessd[15773]: Error opening database: unable to open database file
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementPerform: database table is locked for UPDATE ABPersonFullTextSearch SET First = ? , Last = ? , Middle = ? , FirstPhonetic = ? , MiddlePhonetic = ? , LastPhonetic = ? , Organization = ? , Department = ? , Note = ? , Birthday = ? , JobTitle = ? , Nickname = ? , Prefix = ? , Suffix = ? , DisplayName = ? , Phone = ? , Email = ? , Address = ? , SocialProfile = ? , URL = ? , RelatedNames = ? , IM = ? , Date = ? , SupplementalCompositeNameTerms = ? WHERE rowid = ?
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: CPSqliteStatementReset: database table is locked for UPDATE ABPersonFullTextSearch SET First = ? , Last = ? , Middle = ? , FirstPhonetic = ? , MiddlePhonetic = ? , LastPhonetic = ? , Organization = ? , Department = ? , Note = ? , Birthday = ? , JobTitle = ? , Nickname = ? , Prefix = ? , Suffix = ? , DisplayName = ? , Phone = ? , Email = ? , Address = ? , SocialProfile = ? , URL = ? , RelatedNames = ? , IM = ? , Date = ? , SupplementalCompositeNameTerms = ? WHERE rowid = ?
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2 assertiond[15628]: assertion failed: 14B25 12D508: assertiond + 12446 [6756D728-8EE6-3DA2-B069-3EA61C107DF8]: 0x1

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING LOCAL com.apple.MobileSMS, <BBLocalDataProvider 0x7f858a33db70; com.apple.MobileSMS>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: Failed to get the user name
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: ADDING LOCAL com.apple.SocialBulletinBoardProvider, <BBLocalDataProvider 0x7f8591cd68d0; com.apple.SocialBulletinBoardProvider>
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/lsd[15645]: LaunchServices: Failed to set the data protection class for /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/tmp/com.apple.IconsCache/com.apple.mobilecal_CFBundleIcon[31]
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: [MPUSystemMediaControls] Updating supported commands for now playing application.

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local IMDPersistenceAgent[15775]: [Warning] Setting up a new database at path /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/SMS/sms.db.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local recentsd[15776]: Error 1 getting library version: no such table: properties

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local SpringBoard[15624]: table drop: 101

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local assetsd[15774]: CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) URL:file:///Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Media/PhotoData/Photos.sqlite options:{
info: [IOS_SYSLOG_ROW ] NSPersistentStoreFileProtectionKey = NSFileProtectionCompleteUntilFirstUserAuthentication;
info: [IOS_SYSLOG_ROW ] NSSQLitePersistWALOption = 1;
info: [IOS_SYSLOG_ROW ] NSSQLitePragmasOption =     {
info: [IOS_SYSLOG_ROW ] "journal_mode" = WAL;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] } ... returned error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)" UserInfo=0x7f7fa2423b10 {metadata={
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 479;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =     {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;

info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =     (
info: [IOS_SYSLOG_ROW ] ""
info: [IOS_SYSLOG_ROW ] );
info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite;
info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
info: [IOS_SYSLOG_ROW ] }, reason=The model used to open the store is incompatible with the one used to create the store} with userInfo dictionary {
info: [IOS_SYSLOG_ROW ] metadata =     {
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 479;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =         {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e
88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =         (
info: [IOS_SYSLOG_ROW ] ""
info: [IOS_SYSLOG_ROW ] );
info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite;
info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] reason = "The model used to open the store is incompatible with the one used to create the store";
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local assetsd[15774]: CoreData: annotation: Incompatible version schema for persistent store 'file:///Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Media/PhotoData/Photos.sqlite'.  store metadata = {
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 479;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =     {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_
ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =     (
info: [IOS_SYSLOG_ROW ] ""
info: [IOS_SYSLOG_ROW ] );
info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite;
info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
info: [IOS_SYSLOG_ROW ] } and current model versions = {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f97
6d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:42 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration)	 will attempt automatic schema migration
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local MobileSafari[15768]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 --- last message repeated 1 time ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) looking for mapping model with
info: [IOS_SYSLOG_ROW ] source hashes:
info: [IOS_SYSLOG_ROW ] {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa9
9 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 a
b4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) no suitable mapping model found
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) inferring a mapping model between data models with
info: [IOS_SYSLOG_ROW ] source hashes:
info: [IOS_SYSLOG_ROW ] {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAs
setAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.02 seconds
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration)	 Automatic schema migration succeeded for store at 'file:///Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Media/PhotoData/Photos.sqlite'

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: Incompatible version schema for persistent store 'file:///Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Media/PhotoData/Photos.sqlite'.  store metadata = {
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 519;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =     {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =     (
info: [IOS_SYSLOG_ROW ] ""
info: [IOS_SYSLOG_ROW ] );
info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite;
info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
info: [I
OS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
info: [IOS_SYSLOG_ROW ] migrationManagerClass = NSSQLiteInPlaceMigrationManager;
info: [IOS_SYSLOG_ROW ] } and current model versions = {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <310aef72 829ae4c8 80d46bac 8969ed1f ca9402eb 8f6e6d92 a86e2a1b 786d461b>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <c9140053 e1684b27 2a2c2305 c2666dfe 430c944a a639871f 3e6a433b de077638>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <c5589e04 d2537b51 061d66db 440e02ad d415a448 1c2a39e0 fcc96d6c 372d652d>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <a190631b d62681b5 5f9c08ad 7742eccf a7de64c6 bccbfc22 c36b240d 60a57d72>;
info: [IOS_SYSLOG_ROW ] CloudResource = <6a9f73c3 41951c1c 8658e803 367cffa3 2054a1f0 2cc052d4 9f8d94c2 ab4d5927>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <f80a966a 9edba928 94bd801d 710fcaa0 82124f58 e5952369 68491ff4 6a74f2f7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <747489c2 3448d322 17aa0b7f 87bbcf8d 1b938646 ea13a981 0c866193 bf46c143>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <a8108ef9 64f98c70 66c98779 900ff01d 99cc810f a96e5b0d 53ccccd3 11d6f528>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <23660b45 2e3a48d1 55d6f020 17d07a56 feae9eda 3aec138e 914dbe7a 1579f280>;
info: [IOS_SYSLOG_ROW ] Folder = <26163aff 087a0aae 215d3fd5 95a91f16 e90b4c9f 8fff15ab b812f25b 9239dfdc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <25a9ce3d 9bfee060 04eb6cc4 3c484c02 75617c1d 36cd55c1 0648a6b7 f0fa805a>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <576711cc 9a32b068 24f4234c acfebb60 fe1ec8d2 30e73dfa 7f717e15 e25f4cfa>;
info: [IOS_SYSLOG_ROW ] Keyword = <29ed20a3 89692052 21d0ebf4 d43d59d3 2eb81c98 34dc5655 81092109 ac6a5fc5>;
info: [IOS_SYSLOG_ROW ] Moment = <20b498b0 45093ee0 5bbae270 71fc792c 860e4c6b c9b9677b a0bf7bd2 203060cd>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <f426c029 61973789 73850dd2 16ccd239 cef46466 f43101a2 dfe7a1df bc0d299c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <3d784128 74b13d65 86ec6fab c4ad5d69 7e45886d 57d121b7 39df63dd 59f6bb6f>;
info: [IOS_SYSLOG_ROW ] SearchData = <a9fd2165 1118a157 766855ba 435690b8 be29ad2f 08c8fb33 5de606c7 43c41f5c>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <a2d0e125 51633b3b 90054017 376c257f c7ae8a74 9da50cc2 e8a51b30 2254ab00>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <5c98c22c 44e1d8cd 6c
fe0f6c 7ca38992 c376e2ba f0c36123 0b47cc6b 7acd8780>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <681908c8 2c14de2b 96bcce6f c8fea51a 7fe86d4f c3c26eba 09b9f4d3 833d28ce>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration)	 will attempt automatic schema migration
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) looking for mapping model with
info: [IOS_SYSLOG_ROW ] source hashes:
info: [IOS_SYSLOG_ROW ] {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <310aef72 829ae4c8 80d46bac 8969ed1f ca9402eb 8f6e6d92 a86e2a1b 786d461b>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <c9140053 e1684b27 2a2c2305 c2666dfe 430c944a a639871f 3e6a433b de077638>;
info
: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <c5589e04 d2537b51 061d66db 440e02ad d415a448 1c2a39e0 fcc96d6c 372d652d>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <a190631b d62681b5 5f9c08ad 7742eccf a7de64c6 bccbfc22 c36b240d 60a57d72>;
info: [IOS_SYSLOG_ROW ] CloudResource = <6a9f73c3 41951c1c 8658e803 367cffa3 2054a1f0 2cc052d4 9f8d94c2 ab4d5927>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <f80a966a 9edba928 94bd801d 710fcaa0 82124f58 e5952369 68491ff4 6a74f2f7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <747489c2 3448d322 17aa0b7f 87bbcf8d 1b938646 ea13a981 0c866193 bf46c143>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <a8108ef9 64f98c70 66c98779 900ff01d 99cc810f a96e5b0d 53ccccd3 11d6f528>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <23660b45 2e3a48d1 55d6f020 17d07a56 feae9eda 3aec138e 914dbe7a 1579f280>;
info: [IOS_SYSLOG_ROW ] Folder = <26163aff 087a0aae 215d3fd5 95a91f16 e90b4c9f 8fff15ab b812f25b 9239dfdc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <25a9ce3d 9bfee060 04eb6cc4 3c484c02 75617c1d 36cd55c1 0648a6b7 f0fa805a>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <576711cc 9a32b068 24f4234c acfebb60 fe1ec8d2 30e73dfa 7f717e15 e25f4cfa>;
info: [IOS_SYSLOG_ROW ] Keyword = <29ed20a3 89692052 21d0ebf4 d43d59d3 2eb81c98 34dc5655 81092109 ac6a5fc5>;
info: [IOS_SYSLOG_ROW ] Moment = <20b498b0 45093ee0 5bbae270 71fc792c 860e4c6b c9b9677b a0bf7bd2 203060cd>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <f426c029 61973789 73850dd2 16ccd239 cef46466 f43101a2 dfe7a1df bc0d299c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <3d784128 74b13d65 86ec6fab c4ad5d69 7e45886d 57d121b7 39df63dd 59f6bb6f>;
info: [IOS_SYSLOG_ROW ] SearchData = <a9fd2165 1118a157 766855ba 435690b8 be29ad2f 08c8fb33 5de606c7 43c41f5c>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <a2d0e125 51633b3b 90054017 376c257f c7ae8a74 9da50cc2 e8a51b30 2254ab00>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <5c98c22c 44e1d8cd 6cfe0f6c 7ca38992 c376e2ba f0c36123 0b47cc6b 7acd8780>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <681908c8 2c14de2b 96bcce6f c8fea51a 7fe86d4f c3c26eba 09b9f4d3 833d28ce>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) no suitable mapping model found
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) inferring a mapping model between data models with
info: [IOS_SYSLOG_ROW ] source hashes:
info: [IOS_SYSLOG_ROW ] {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
info: [IOS_SYSLOG_
ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <310aef72 829ae4c8 80d46bac 8969ed1f ca9402eb 8f6e6d92 a86e2a1b 786d461b>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <c9140053 e1684b27 2a2c2305 c2666dfe 430c944a a639871f 3e6a433b de077638>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <c5589e04 d2537b51 061d66db 440e02ad d415a448 1c2a39e0 fcc96d6c 372d652d>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG
_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <a190631b d62681b5 5f9c08ad 7742eccf a7de64c6 bccbfc22 c36b240d 60a57d72>;
info: [IOS_SYSLOG_ROW ] CloudResource = <6a9f73c3 41951c1c 8658e803 367cffa3 2054a1f0 2cc052d4 9f8d94c2 ab4d5927>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <f80a966a 9edba928 94bd801d 710fcaa0 82124f58 e5952369 68491ff4 6a74f2f7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <747489c2 3448d322 17aa0b7f 87bbcf8d 1b938646 ea13a981 0c866193 bf46c143>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <a8108ef9 64f98c70 66c98779 900ff01d 99cc810f a96e5b0d 53ccccd3 11d6f528>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <23660b45 2e3a48d1 55d6f020 17d07a56 feae9eda 3aec138e 914dbe7a 1579f280>;
info: [IOS_SYSLOG_ROW ] Folder = <26163aff 087a0aae 215d3fd5 95a91f16 e90b4c9f 8fff15ab b812f25b 9239dfdc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <25a9ce3d 9bfee060 04eb6cc4 3c484c02 75617c1d 36cd55c1 0648a6b7 f0fa805a>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <576711cc 9a32b068 24f4234c acfebb60 fe1ec8d2 30e73dfa 7f717e15 e25f4cfa>;
info: [IOS_SYSLOG_ROW ] Keyword = <29ed20a3 89692052 21d0ebf4 d43d59d3 2eb81c98 34dc5655 81092109 ac6a5fc5>;
info: [IOS_SYSLOG_ROW ] Moment = <20b498b0 45093ee0 5bbae270 71fc792c 860e4c6b c9b9677b a0bf7bd2 203060cd>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <f426c029 61973789 73850dd2 16ccd239 cef46466 f43101a2 dfe7a1df bc0d299c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <3d784128 74b13d65 86ec6fab c4ad5d69 7e45886d 57d121b7 39df63dd 59f6bb6f>;
info: [IOS_SYSLOG_ROW ] SearchData = <a9fd2165 1118a157 766855ba 435690b8 be29ad2f 08c8fb33 5de606c7 43c41f5c>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <a2d0e125 51633b3b 90054017 376c257f c7ae8a74 9da50cc2 e8a51b30 2254ab00>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <5c98c22c 44e1d8cd 6cfe0f6c 7ca38992 c376e2ba f0c36123 0b47cc6b 7acd8780>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <681908c8 2c14de2b 96bcce6f c8fea51a 7fe86d4f c3c26eba 09b9f4d3 833d28ce>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.06 seconds
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration)	 Automatic schema migration succeeded for store at 'file:///Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Media/PhotoData/Photos.sqlite'
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 assertiond[15628]: assertion failed: 14B25 12D508: assertiond + 12446 [6756D728-8EE6-3DA2-B069-3EA61C107DF8]: 0x1
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: Incompatible version schema for persistent store 'file:///Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Media/PhotoData/Photos.sqlite'.  store metadata = {
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 519;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =     {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <310aef72 829ae4c8
 80d46bac 8969ed1f ca9402eb 8f6e6d92 a86e2a1b 786d461b>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <c9140053 e1684b27 2a2c2305 c2666dfe 430c944a a639871f 3e6a433b de077638>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <c5589e04 d2537b51 061d66db 440e02ad d415a448 1c2a39e0 fcc96d6c 372d652d>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <a190631b d62681b5 5f9c08ad 7742eccf a7de64c6 bccbfc22 c36b240d 60a57d72>;
info: [IOS_SYSLOG_ROW ] CloudResource = <6a9f73c3 41951c1c 8658e803 367cffa3 2054a1f0 2cc052d4 9f8d94c2 ab4d5927>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <f80a966a 9edba928 94bd801d 710fcaa0 82124f58 e5952369 68491ff4 6a74f2f7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <747489c2 3448d322 17aa0b7f 87bbcf8d 1b938646 ea13a981 0c866193 bf46c143>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <a8108ef9 64f98c70 66c98779 900ff01d 99cc810f a96e5b0d 53ccccd3 11d6f528>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <23660b45 2e3a48d1 55d6f020 17d07a56 feae9eda 3aec138e 914dbe7a 1579f280>;
info: [IOS_SYSLOG_ROW ] Folder = <26163aff 087a0aae 215d3fd5 95a91f16 e90b4c9f 8fff15ab b812f25b 9239dfdc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <25a9ce3d 9bfee060 04eb6cc4 3c484c02 75617c1d 36cd55c1 0648a6b7 f0fa805a>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <576711cc 9a32b068 24f4234c acfebb60 fe1ec8d2 30e73dfa 7f717e15 e25f4cfa>;
info: [IOS_SYSLOG_ROW ] Keyword = <29ed20a3 89692052 21d0ebf4 d43d59d3 2eb81c98 34dc5655 81092109 ac6a5fc5>;
info: [IOS_SYSLOG_ROW ] Moment = <20b498b0 45093ee0 5bbae270 71fc792c 860e4c6b c9b9677b a0bf7bd2 203060cd>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <f426c029 61973789 73850dd2 16ccd239 cef46466 f43101a2 dfe7a1df bc0d299c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <3d784128 74b13d65 86ec6fab c4ad5d69 7e45886d 57d121b7 39df63dd 59f6bb6f>;
info: [IOS_SYSLOG_ROW ] SearchData = <a9fd2165 1118a157 766855ba 435690b8 be29ad2f 08c8fb33 5de606c7 43c41f5c>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <a2d0e125 51633b3b 90054017 376c257f c7ae8a74 9da50cc2 e8a51b30 2254ab00>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <5c98c22c 44e1d8cd 6cfe0f6c 7ca38992 c376e2ba f0c36123 0b47cc6b 7acd8780>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <681908c8 2c14de2b 96bcce6f c8fea51a 7fe86d4f c3c26eba 09b9f4d3 833d28ce>;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =     (
info: [IOS_SYSLOG_ROW ] ""
info: [IOS_SYSLOG_ROW ] );
info: [IOS_SYSLOG_ROW ] NSSto
reType = SQLite;
info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
info: [IOS_SYSLOG_ROW ] migrationManagerClass = NSSQLiteInPlaceMigrationManager;
info: [IOS_SYSLOG_ROW ] } and current model versions = {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <daa602fa 87dd27e6 df41cda2 cada28e1 b5bb967e 8a4c98ea 11792900 932ae45f>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <b3e2d0c7 40eb117f 3e312a30 fa27cc8c 71b403dc 46cf533b efb7dda7 6418aed0>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <2bbed9b9 4aa48bdd 80f1f7b9 54cb72a9 0a96b6d9 32fc6f78 a5052841 9bbc7432>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>;
info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>;
info: [IOS_SYSLOG_ROW ] CloudResource = <225c28cd 6aa365d8 3a7b3d61 deb9664d 8d210fc5 385eb25d 1e9ff145 8d40966a>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <cb83dae8 f02417df a0ab8c5c 812e03dd 58425b11 1d35723e 86882034 f65d6ac7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <8bf8c8af 318e05df 882d1696 03bfb2cc c7c31085 9d8da763 49d21487 0f407857>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <b435b1d5 310d452d b5ba86a8 136636ac 9506c313 036d2fa7 5f92b7fc 941d6461>;
info: [IOS_SYSLOG_ROW ] Folder = <26625708 df551c03 fa9f84da edf6d333 083f8e7b 5e9d46f7 e35d546b 26e0f1fc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <5d949e9c 7987fdc3 a08eefd8 2594439b a865d1e7 2c672475 53dbe29e 4898519e>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <bef80390 e9508d78 9b690c51 fb94e9fc ad8ec970 82ce129d b7b3aa9c 54378780>;
info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <41368ae6 3e584888 d26b8ccd 6bf2f32b ec745c87 a7234b21 ed8fbe57 49a15307>;
info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>;
e
[36minfo: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <9a94749f d76f7b0d 86715fc1 d44b7732 5fb2e012 b5b4dc21 bc1396bb 3318b787>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <57add8dc 15b1d739 ca103c7a 044197a0 55780843 5db4b3b9 ea7a1de9 ec671d52>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration)	 will attempt automatic schema migration
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) looking for mapping model with
info: [IOS_SYSLOG_ROW ] source hashes:
info: [IOS_SYSLOG_ROW ] {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <310aef72 829ae4c8 80d46bac 8969ed1f ca9402eb 8f6e6d92 a86e2a1b 786d461b>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <c9140053 e1684b27 2a2c2305 c2666dfe 430c944a a639871f 3e6a433b de077638>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <c5589e04 d2537b51 061d66db 440e02ad d415a448 1c2a39e0 fcc96d6c 372d652d>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <a190631b d62681b5 5f9c08ad 7742eccf a7de64c6 bccbfc22 c36b240d 60a57d72>;
info: [IOS_SYSLOG_ROW ] CloudResource = <6a9f73c3 41951c1c 8658e803 367cffa3 2054a1f0 2cc052d4 9f8d94c2 ab4d5927>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <f80a966a 9edba928 94bd801d 710fcaa0 82124f58 e5952369 68491ff4 6a74f2f7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <747489c2 3448d322 17aa0b7f 87bbcf8d 1b938646 ea13a981 0c866193 bf46c143>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <a8108ef9 64f98c70 66c98779 900ff01d 99cc810f a96e5b0d 53ccccd3 11d6f528>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <23660b45 2e3a48d1 55d6f020 17d07a56 feae9eda 3aec138e 914dbe7a 1579f280>;
info: [IOS_SYSLOG_ROW ] Folder = <26163aff 087a0aae 215d3fd5 95a91f16 e90b4c9f 8fff15ab b812f25b 9239dfdc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <25a9ce3d 9bfee060 04eb6cc4 3c484c02 75617c1d 36cd55c1 0648a6b7 f0fa805a>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <576711cc 9a32b068 24f4234c acfebb60 fe1ec8d2 30e73dfa 7f717e15 e25f4cfa>;
info: [IOS_SYSLOG_ROW ] Keyword = <29ed20a3 89692052 21d0ebf4 d43d59d3 2eb81c98 34dc5655 81092109 ac6a5fc5>;
info: [IOS_SYSLOG_ROW ] Moment = <20b498b0 45093ee0 5bbae270 71fc792c 860e4c6b c9b9677b a0bf7bd2 203060cd>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <f426c029 61973789 73850dd2 16ccd239 cef46466 f43101a2 dfe7a1df bc0d299c>;
info: [IOS_SYSLOG_ROW ] Pho
toStreamAlbum = <3d784128 74b13d65 86ec6fab c4ad5d69 7e45886d 57d121b7 39df63dd 59f6bb6f>;
info: [IOS_SYSLOG_ROW ] SearchData = <a9fd2165 1118a157 766855ba 435690b8 be29ad2f 08c8fb33 5de606c7 43c41f5c>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <a2d0e125 51633b3b 90054017 376c257f c7ae8a74 9da50cc2 e8a51b30 2254ab00>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <5c98c22c 44e1d8cd 6cfe0f6c 7ca38992 c376e2ba f0c36123 0b47cc6b 7acd8780>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <681908c8 2c14de2b 96bcce6f c8fea51a 7fe86d4f c3c26eba 09b9f4d3 833d28ce>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <daa602fa 87dd27e6 df41cda2 cada28e1 b5bb967e 8a4c98ea 11792900 932ae45f>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <b3e2d0c7 40eb117f 3e312a30 fa27cc8c 71b403dc 46cf533b efb7dda7 6418aed0>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <2bbed9b9 4aa48bdd 80f1f7b9 54cb72a9 0a96b6d9 32fc6f78 a5052841 9bbc7432>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>;
info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>;
info: [IOS_SYSLOG_ROW ] CloudResource = <225c28cd 6aa365d8 3a7b3d61 deb9664d 8d210fc5 385eb25d 1e9ff145 8d40966a>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <cb83dae8 f02417df a0ab8c5c 812e03dd 58425b11 1d35723e 86882034 f65d6ac7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <8bf8c8af 318e05df 882d1696 03bfb2cc c7c31085 9d8da763 49d21487 0f407857>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <b435b1d5 310d452d b5ba86a8 136636ac 9506c313 036d2fa7 5f92b7fc 941d6461>;
info: [IOS_SYSLOG_ROW ] Folder = <26625708 df551c03 fa9f84da edf6d333 083f8e7b 5e9d46f7 e35d546b 26e0f1fc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <5d949e9c 7987fdc3 a08eefd8 2594439b a865d1e7 2c672475 53dbe29e 4898519e>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <bef80390 e9508d78 9b690c51 fb94e9fc ad8ec970 82ce129d b7b3aa9c 54378780>;
info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
info: [IOS_SYS
LOG_ROW ] PhotoStreamAlbum = <41368ae6 3e584888 d26b8ccd 6bf2f32b ec745c87 a7234b21 ed8fbe57 49a15307>;
info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <9a94749f d76f7b0d 86715fc1 d44b7732 5fb2e012 b5b4dc21 bc1396bb 3318b787>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <57add8dc 15b1d739 ca103c7a 044197a0 55780843 5db4b3b9 ea7a1de9 ec671d52>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) no suitable mapping model found
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) inferring a mapping model between data models with
info: [IOS_SYSLOG_ROW ] source hashes:
info: [IOS_SYSLOG_ROW ] {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <310aef72 829ae4c8 80d46bac 8969ed1f ca9402eb 8f6e6d92 a86e2a1b 786d461b>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <c9140053 e1684b27 2a2c2305 c2666dfe 430c944a a639871f 3e6a433b de077638>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <c5589e04 d2537b51 061d66db 440e02ad d415a448 1c2a39e0 fcc96d6c 372d652d>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <a190631b d62681b5 5f9c08ad 7742eccf a7de64c6 bccbfc22 c36b240d 60a57d72>;
info: [IOS_SYSLOG_ROW ] CloudResource = <6a9f73c3 41951c1c 8658e803 367cffa3 2054a1f0 2cc052d4 9f8d94c2 ab4d5927>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <f80a966a 9edba928 94bd801d 710fcaa0 82124f58 e5952369 68491ff4 6a74f2f7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <747489c2 3448d322 17aa0b7f 87bbcf8d 1b938646 ea13a981 0c866193 bf46c143>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <a8108ef9 64f98c70 66c98779 900ff01d 99cc810f a96e5b0d 53ccccd3 11d6f528>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <23660b45 2e3a48d1 55d6f020 17d07a56 feae9eda 3aec138e 914dbe7a 1579f280>;
info: [IOS_SYSLOG_ROW ] Folder = <26163aff 087a0aae 215d3fd5 95a91f16 e90b4c9f 8fff15ab b812f25b 9239dfdc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <25a9ce3d 9bfee060 04eb6cc4 3c484c02 75617c1d 36cd55c1 0648a6b7 f0fa805a>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <576711cc 9a32b068 24f4234c acfebb60 fe1ec8d2 30e73dfa 7f717e15 e25f4cfa>;
infoe[
39m: [IOS_SYSLOG_ROW ] Keyword = <29ed20a3 89692052 21d0ebf4 d43d59d3 2eb81c98 34dc5655 81092109 ac6a5fc5>;
info: [IOS_SYSLOG_ROW ] Moment = <20b498b0 45093ee0 5bbae270 71fc792c 860e4c6b c9b9677b a0bf7bd2 203060cd>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <f426c029 61973789 73850dd2 16ccd239 cef46466 f43101a2 dfe7a1df bc0d299c>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <3d784128 74b13d65 86ec6fab c4ad5d69 7e45886d 57d121b7 39df63dd 59f6bb6f>;
info: [IOS_SYSLOG_ROW ] SearchData = <a9fd2165 1118a157 766855ba 435690b8 be29ad2f 08c8fb33 5de606c7 43c41f5c>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <a2d0e125 51633b3b 90054017 376c257f c7ae8a74 9da50cc2 e8a51b30 2254ab00>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <5c98c22c 44e1d8cd 6cfe0f6c 7ca38992 c376e2ba f0c36123 0b47cc6b 7acd8780>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <681908c8 2c14de2b 96bcce6f c8fea51a 7fe86d4f c3c26eba 09b9f4d3 833d28ce>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <daa602fa 87dd27e6 df41cda2 cada28e1 b5bb967e 8a4c98ea 11792900 932ae45f>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <b3e2d0c7 40eb117f 3e312a30 fa27cc8c 71b403dc 46cf533b efb7dda7 6418aed0>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <2bbed9b9 4aa48bdd 80f1f7b9 54cb72a9 0a96b6d9 32fc6f78 a5052841 9bbc7432>;
info: [IOS_SYSLOG_ROW ] AssetDescription = <bcf1df7a 47f359c3 78df6ab0 c7e21a64 280768f5 81219f26 8e123f62 beaeff67>;
info: [IOS_SYSLOG_ROW ] AssetToAlbumOrder = <d25891bf e962894e a634181f dfeb38dc 93824fa2 7f9d1e50 60b8115c eb543616>;
info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
info: [IOS_SYSLOG_ROW ] CloudMaster = <390193dd 78eb55e8 2dbea523 b10da0ca af925f4e dd9cdd3c cbbb40e5 f80f4a9c>;
info: [IOS_SYSLOG_ROW ] CloudMasterMediaMetadata = <15687a91 d8d834db 39bfd32e 34dba948 7d21ae4f b8e2bd7c d50cce7d 8f4f7cf8>;
info: [IOS_SYSLOG_ROW ] CloudResource = <225c28cd 6aa365d8 3a7b3d61 deb9664d 8d210fc5 385eb25d 1e9ff145 8d40966a>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <cb83dae8 f02417df a0ab8c5c 812e03dd 58425b11 1d35723e 86882034 f65d6ac7>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
info: [IOS_SYSLOG_ROW ] Face = <773522af 2604e581 e1065f32 972ecd11 d4de1bc7 0c70f577 b690d85c 10d68d13>;
info: [IOS_SYSLOG_ROW ] FaceAlbum = <8bf8c8af 318e05df 882d1696 03bfb2cc c7c31085 9d8da763 49d21487 0f407857>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <b435b1d5 310d452d b5ba86a8 136636ac 9506c313 036d2fa7 5f92b7fc 941d6461>;
info: [IOS_SYSLOG_ROW ] Folder = <26625708 df551c03 fa9f84da edf6d333 083f8e7b 5e9d46f7 e35d546b 26e0f1fc>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <5d949e9c 7987fdc3 a08eefd8 2594439b a865d1e7 2c672475 53dbe29e 4898519e>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <bef80390 e9508d78 9b690c51 fb94e9fc ad8ec970 82ce129d b7b3aa9c 54378780>
;
info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <41368ae6 3e584888 d26b8ccd 6bf2f32b ec745c87 a7234b21 ed8fbe57 49a15307>;
info: [IOS_SYSLOG_ROW ] SearchData = <8ad03e02 85ace0eb f0389adb b365596b a2766ecb bac19e26 09522fd0 17eb6053>;
info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
info: [IOS_SYSLOG_ROW ] UnmanagedAdjustment = <f3ed37c1 482b51c0 a280dc46 42dac71c 262c1a1a cb79f149 02cddd1d a8e77ef5>;
info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <9a94749f d76f7b0d 86715fc1 d44b7732 5fb2e012 b5b4dc21 bc1396bb 3318b787>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <57add8dc 15b1d739 ca103c7a 044197a0 55780843 5db4b3b9 ea7a1de9 ec671d52>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.08 seconds
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.facebook.xpc): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.twitter.xpc): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.vimeo.xpc): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.flickr.xpc): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.weibo.xpc): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2 com.apple.CoreSimulator.SimDevice.375A25F8-6B0E-4F2D-97DF-5F2E86976043.launchd_sim[15611] (com.apple.tencentweibo.xpc): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: CoreData: annotation: (migration)	 Automatic schema migration succeeded for store at 'file:///Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Media/PhotoData/Photos.sqlite'
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:43 dabel-mac-2.local assetsd[15774]: Property list invalid for format: 200 (property lists cannot contain NULL)

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 --- last message repeated 4 times ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a scenario producer: PLCloudPruneAgent
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a scenario producer: PLCloudDownloadAgent
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a trigger: PLCloudSystemStartedTrigger
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a trigger: PLCacheDeleteTrigger
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a trigger: PLCLoudSettingsChangedTrigger
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a trigger: PLCloudAppInForegroundTrigger
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a trigger: PLCloudMetadataChangedTrigger
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: Cloud Resources scheduler activated a trigger: PLCloudMetadataStableTrigger
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: table drop: 101
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local assetsd[15774]: [CPLLogging] opened asl file /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/Logs/CrashReporter/DiagnosticLogs/CloudPhotoLibrary.aslgroup/assetsd-store.asl (fd: 21)

info: Instruments is ready to receive commands

info: [debug] Instruments launched. Starting poll loop for new commands.
info: [debug] Setting bootstrap config keys/values
info: [debug] Pushing command to appium work queue: "target = $.target();\nau = $;\n$.isVerbose = true;\n"
info: [debug] Socket data received (2 bytes)
info: [debug] Socket data being routed.
info: [debug] Sending command to instruments: target = $.target();
au = $;
$.isVerbose = true;


info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: evaluation finished
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: responding with:
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Running system command #1: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":true}...

info: [debug] Socket data received (27 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":true}
info: [debug] Setting initial orientation to PORTRAIT
info: [debug] Pushing command to appium work queue: "au.setScreenOrientation('PORTRAIT')"
info: [debug] Sending command to instruments: au.setScreenOrientation('PORTRAIT')

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Got new command 1 from instruments: au.setScreenOrientation('PORTRAIT')

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: evaluating au.setScreenOrientation('PORTRAIT')
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: target.setDeviceOrientation("1")

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: evaluation finished

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: responding with:
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Running system command #2: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":"PORTRAIT"}...

info: [debug] Socket data received (33 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":"PORTRAIT"}
info: [debug] Waiting for app source to contain elements
info: [debug] Pushing command to appium work queue: "au.mainApp().getTreeForXML()"
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Got new command 2 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:44 dabel-mac-2.local MobileSafari[15768]: Normal message received by listener connection. Ignoring.

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: evaluation finished
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: responding with:d":true,"visible":false,"hint":null,"path":"/0/0","x":0,"y":0,"width":375,"height":667},">":[]}},{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1","x":0,"y":0,"width":375,"height":667},">":[{"UIAButton":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":false,"valid":true,"visible":false,"hint":null,"path":"/0/1/0","x":0,"y":0,"width":375,"height":64.5},">":[]}},{"UIAButton":{"@":{"name":"URL","label":"Address","value":"Search or enter website name","dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double tap to show controls","path":"/0/1/1","x":9.5,"y":24.5,"width":356,"height":29},">":[{"UIAElement":{"@":{"name":"URL","label":"Search or enter website name","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double tap to show controls","path":"/0/1/1/0","x":11.5,"y":24.5,"width":352,"height":29},">":[]}}]}},{"UIAButton":{"@":{"name":"Cancel","label":"Cancel","value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/2","x":379.5,"y":24.5,"width":56,"height":29},">":[]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/3","x":0,"y":61.5,"width":375,"height":2.5},">":[]}},{"UIATableView":{"@":{"name":"Empty list","label":"Empty list","value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/4","x":0,"y":0,"width":375,"height":667},">":[]}},{"UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/5","x":0,"y":64,"width":375,"height":603},">":[{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/5/0","x":372.5,"y":28,"width":2.5,"height":36},">":[]}},{"UIAButton":{"@":{"name":"Apple","label":"Apple","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double-tap and hold, then drag to reorder","path":"/0/1/5/1","x":27,"y":75,"width":60,"height":105},">":[]}},{"UIAButton":{"@":{"name":"Bing","label":"Bing","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double-tap and hold, then drag to reorder","path":"/0/1/5/2","x":114,"y":75,"width":60,"height":105},">":[]}},{"UIAButton":{"@":{"name":"Google","label":"Google","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double-tap and hold, then drag to reorder","path":"/0/1/5/3","x":201,"y":75,"width":60,"height":105},">":[]}},{"UIAButton":{"@":{"name":"Yahoo","label":"Yahoo","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Double-tap and hold, then drag to reorder","path":"/0/1/5/4","x":288,"y":75,"width":60,"height":105},">":[]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/5/5","x":-36,"y":664.5,"width":36,"height":2.5},">":[]}}]}},{"UIAToolbar":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/6","x":0,"y":667,"width":375,"height":44},">":[{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/6/0","x":0,"y":666.5,"width":375,"height":0.5},">":[]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/6/1","x":0,"y":667,"width":375,"height":44},">":[]}}]}},{"UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/7","x":0,"y":20,"width":375,"height":647},">":[{"UIAScrollView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid"
:true,"visible":true,"hint":null,"path":"/0/1/7/0","x":0,"y":0,"width":375,"height":667},">":[{"UIAWebView":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/7/0/0","x":0,"y":64,"width":375,"height":559.0561224489795},">":[]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/7/0/1","x":372.5,"y":616,"width":2.5,"height":7},">":[]}},{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/7/0/2","x":368,"y":728.5,"width":7,"height":2.5},">":[]}}]}}]}},{"UIAToolbar":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/8","x":0,"y":623,"width":375,"height":44},">":[{"UIAImage":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/1/8/0","x":0,"y":623,"width":375,"height":44},">":[]}},{"UIAButton":{"@":{"name":"Back","label":"Back","value":null,"dom":null,"enabled":false,"valid":true,"visible":true,"hint":"Double tap and hold to open history","path":"/0/1/8/1","x":0.5,"y":625,"width":42,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Forward","label":"Forward","value":null,"dom":null,"enabled":false,"valid":true,"visible":true,"hint":null,"path":"/0/1/8/2","x":85,"y":625,"width":42,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Share","label":"Share","value":null,"dom":null,"enabled":false,"valid":true,"visible":true,"hint":null,"path":"/0/1/8/3","x":161.5,"y":624,"width":51,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Show Bookmarks","label":"Show Bookmarks","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/8/4","x":239,"y":625,"width":57,"height":40},">":[]}},{"UIAButton":{"@":{"name":"Pages","label":"Pages","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/1/8/5","x":318.5,"y":625,"width":57,"height":40},">":[]}}]}}]}},{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":false,"hint":null,"path":"/0/2","x":0,"y":0,"width":375,"height":667},">":[]}},{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/3","x":0,"y":0,"width":375,"height":667},">":[{"UIAStatusBar":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0/3/0","x":0,"y":0,"width":375,"height":20},">":[{"UIAElement":{"@":{"name":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","label":null,"value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/0","x":6,"y":0,"width":38,"height":20},">":[]}},{"UIAElement":{"@":{"name":"3 of 3 Wi-Fi bars","label":"3 of 3 Wi-Fi bars","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/1","x":49,"y":0,"width":13,"height":20},">":[]}},{"UIAElement":{"@":{"name":"3:29 PM","label":"3:29 PM","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/2","x":164,"y":0,"width":47,"height":20},">":[]}},{"UIAElement":{"@":{"name":"100% battery power","label":"100% battery power","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":"Swipe down with three fingers to reveal the notification center., Swipe up with thr
ee fingers to reveal the control center, Double-tap to scroll to top","path":"/0/3/0/3","x":345,"y":0,"width":25,"height":20},">":
info: [debug] [INST] []}}]}}]}}]}}}
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Running system command #3: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":{"UIAApplication":{"@":{"name":"Safari","label":"Safari","value":null,"dom":nul...
info: [debug] Socket data received (8192 bytes)
info: [debug] Socket data received (267 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":{"UIAApplication":{"@":{"name":"Safari","label":"Safari","value":null,"dom":null,"enabled":true,"valid":true,"visible":true,"hint":null,"path":"/0","x":0,"y":20,"width":375,"height":647},">":[{"UIAWindow":{"@":{"name":null,"label":null,"value":null,"dom":null,"enabled":true,"vali
info: [debug] Waiting up to 7000ms for condition
info: [debug] Pushing command to appium work queue: "au.getElementByName('URL')"
info: [debug] Sending command to instruments: au.getElementByName('URL')

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Got new command 3 from instruments: au.getElementByName('URL')

info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: evaluating au.getElementByName('URL')
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: evaluation finished
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Lookup returned [object UIAButton] with the name "URL" (id: 0).
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: responding with:
info: [debug] [INST] 2015-07-21 20:29:44 +0000 Debug: Running system command #4: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":{"ELEMENT":"0"}}...

info: [debug] Socket data received (38 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":{"ELEMENT":"0"}}
info: [debug] Pushing command to appium work queue: "au.tapById('0')"
info: [debug] Sending command to instruments: au.tapById('0')
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: Got new command 4 from instruments: au.tapById('0')
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: evaluating au.tapById('0')
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: UIAButton.tap()
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:45 dabel-mac-2.local syncdefaultsd[15786]: (Note ) SYDAlwaysOnAccount: no account (null)
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:45 dabel-mac-2.local syncdefaultsd[15786]: (Note ) SYDAccount: no account

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:45 dabel-mac-2.local syncdefaultsd[15786]: (Note ) SYDPIMAccount: no account (null)
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:45 dabel-mac-2.local syncdefaultsd[15786]: (Note ) marked "com.me.keyvalueservice" topic as "ignored" on (null)

info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: evaluation finished

info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: responding with:
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: Running system command #5: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":""}...

info: [debug] Socket data received (25 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":""}
info: [debug] Waiting up to 0ms for condition
info: [debug] Pushing command to appium work queue: "au.getElementsByName('Address')"
info: [debug] Sending command to instruments: au.getElementsByName('Address')

info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: Got new command 5 from instruments: au.getElementsByName('Address')
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: evaluating au.getElementsByName('Address')

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:45 dabel-mac-2.local kbd[15788]: table drop: 101

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:45 dabel-mac-2.local apsd[15640]: [Warning] Setting up a new database at path /Users/dabel/Library/Developer/CoreSimulator/Devices/375A25F8-6B0E-4F2D-97DF-5F2E86976043/data/Library/ApplePushService/aps.db.

info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: evaluation finished

info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: Lookup returned [object UIAButton] with the name "URL" (id: 1).
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: Lookup returned [object UIATextField] with the name "Address" (id: 2).
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: responding with:
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: Running system command #6: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":[{"ELEMENT":"1"},{"ELEMENT":"2"}]}...

info: [debug] Socket data received (56 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":[{"ELEMENT":"1"},{"ELEMENT":"2"}]}
info: [debug] Pushing command to appium work queue: "au.getElement('2').setValue('http:\\/\\/127.0.0.1:4723\\/welcome')"
info: [debug] Sending command to instruments: au.getElement('2').setValue('http:\/\/127.0.0.1:4723\/welcome')

info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: Got new command 6 from instruments: au.getElement('2').setValue('http:\/\/127.0.0.1:4723\/welcome')

info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: evaluating au.getElement('2').setValue('http:\/\/127.0.0.1:4723\/welcome')
info: [debug] [INST] 2015-07-21 20:29:45 +0000 Debug: UIATextField.tap()

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:45 dabel-mac-2.local calaccessd[15773]: table drop: 101

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:46 --- last message repeated 1 time ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:46 dabel-mac-2 assertiond[15628]: assertion failed: 14B25 12D508: assertiond + 12446 [6756D728-8EE6-3DA2-B069-3EA61C107DF8]: 0x1

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:46 --- last message repeated 1 time ---

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:46 dabel-mac-2 MobileCal[15792]: objc[15792]: Class ColorBarView is implemented in both /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/EventKitUI.framework/EventKitUI and /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/Applications/MobileCal.app/MobileCal. One of the two will be used. Which one is undefined.
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:46 dabel-mac-2 MobileCal[15792]: assertion failed: 14B25 12D508: libxpc.dylib + 59313 [5775267F-BF6F-33DA-806F-32C27348CDC9]: 0x7d

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:46 dabel-mac-2 assertiond[15628]: assertion failed: 14B25 12D508: assertiond + 12446 [6756D728-8EE6-3DA2-B069-3EA61C107DF8]: 0x1

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: evaluation finished

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: responding with:

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: Running system command #7: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":""}...

info: [debug] Socket data received (25 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":""}
info: [debug] Waiting up to 0ms for condition
info: [debug] Pushing command to appium work queue: "au.getElementByName('go')"
info: [debug] Sending command to instruments: au.getElementByName('go')

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: Got new command 7 from instruments: au.getElementByName('go')

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: evaluating au.getElementByName('go')
info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: evaluation finished
info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: Lookup returned [object UIAButton] with the name "Go" (id: 3).
info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: responding with:
info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: Running system command #8: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":{"ELEMENT":"3"}}...

info: [debug] Socket data received (38 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":{"ELEMENT":"3"}}
info: [debug] Pushing command to appium work queue: "au.tapById('3')"
info: [debug] Sending command to instruments: au.tapById('3')

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: Got new command 8 from instruments: au.tapById('3')
info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: evaluating au.tapById('3')
info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: UIAButton.tap()

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: evaluation finished

info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: responding with:
info: [debug] [INST] 2015-07-21 20:29:46 +0000 Debug: Running system command #9: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{"status":0,"value":""}...

info: --> GET /welcome {}
info: <-- GET /welcome 200 1.187 ms - 128 

info: [debug] Socket data received (25 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {"status":0,"value":""}
info: [debug] Navigating to most recently opened webview
info: [debug] [REMOTE] useNewSafari --> true
info: [debug] [REMOTE] Debugger socket connected to ::1:27753
info: [debug] [REMOTE] Sending connection key
info: [debug] [REMOTE] Sending _rpc_reportIdentifier: message to remote debugger
info: [debug] [REMOTE] {"__argument":{"WIRConnectionIdentifierKey":"f75fbb43-29c1-479b-b37f-19e8a197da0b"},"__selector":"_rpc_reportIdentifier:"}
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] {"__argument":{"WIRSimulatorBuildKey":"12D508","WIRSimulatorProductVersionKey":"8.2","WIRSimulatorNameKey":"iPhone Simulator"},"__selector":"_rpc_reportSetup:"}
info: [debug] [REMOTE] Sim name: iPhone Simulator
info: [debug] [REMOTE] Sim build: 12D508
info: [debug] [REMOTE] {"__argument":{"WIRApplicationDictionaryKey":{"PID:15768":{"WIRApplicationIdentifierKey":"PID:15768","WIRIsApplicationProxyKey":false,"WIRApplicationNameKey":"Safari","WIRApplicationBundleIdentifierKey":"com.apple.mobilesafari","WIRIsApplicationActiveKey":1},"PID:15778":{"WIRApplicationIdentifierKey":"PID:15778","WIRIsApplicationProxyKey":true,"WIRApplicationNameKey":"","WIRApplicationBundleIdentifierKey":"com.apple.WebKit.WebContent","WIRIsApplicationActiveKey":0,"WIRHostApplicationIdentifierKey":"PID:15768"}}},"__selector":"_rpc_reportConnectedApplicationList:"}
info: [debug] Found separate bundleId com.apple.WebKit.WebContent acting as proxy for com.apple.mobilesafari. Going to use its app ID key of PID:15778 instead
info: [debug] Using remote debugger app key: PID:15778
info: [debug] [REMOTE] Selecting app PID:15778 (try #1)
info: [debug] [REMOTE] function () { [native code] }
info: [debug] [REMOTE] Sending _rpc_forwardGetListing: message to remote debugger
info: [debug] [REMOTE] {"__argument":{"WIRConnectionIdentifierKey":"f75fbb43-29c1-479b-b37f-19e8a197da0b","WIRApplicationIdentifierKey":"PID:15778"},"__selector":"_rpc_forwardGetListing:"}
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] {"__argument":{"WIRApplicationIdentifierKey":"PID:15778","WIRListingKey":{"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://127.0.0.1:4723/welcome","WIRPageIdentifierKey":1}}},"__selector":"_rpc_applicationSentListing:"}
info: [debug] Picking webview WEBVIEW_1
info: [debug] Attempting to set context to 'WEBVIEW_1'
info: [debug] [REMOTE] Selecting page 1 and forwarding socket setup
info: [debug] [REMOTE] Sending _rpc_forwardSocketSetup: message to remote debugger
info: [debug] [REMOTE] {"__argument":{"WIRApplicationIdentifierKey":"PID:15778","WIRConnectionIdentifierKey":"f75fbb43-29c1-479b-b37f-19e8a197da0b","WIRSenderKey":"36095134-af7c-4f4c-b998-35f476148c50","WIRPageIdentifierKey":1},"__selector":"_rpc_forwardSocketSetup:"}
info: [debug] [REMOTE] Set sender key
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] Enabled activity on page
info: [debug] [REMOTE] Unregistering fr
om page readiness notifications
info: [debug] [REMOTE] Page loading
info: [debug] [REMOTE] Waiting for dom...
info: [debug] [REMOTE] Page loaded, verifying whether ready through readyState

info: [debug] [REMOTE] Receiving data from remote debugger

info: [debug] [REMOTE] {"__argument":{"WIRApplicationIdentifierKey":"PID:15778","WIRListingKey":{"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://127.0.0.1:4723/welcome","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"f75fbb43-29c1-479b-b37f-19e8a197da0b"}}},"__selector":"_rpc_applicationSentListing:"}
info: [debug] Remote debugger notified us of a new page listing
info: [debug] New page listing is same as old, doing nothing

info: [debug] [REMOTE] Checking document readyState

info: [debug] [REMOTE] Sending javascript command
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger

info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] readyState was complete
info: [debug] [REMOTE] Page is ready, calling onload cbs
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to the default of 7200 secs
info: [debug] Appium session started with sessionId 1a925d31-d3cd-4231-9698-f7ff4db739fd
info: <-- POST /wd/hub/session 303 9997.657 ms - 74 
info: --> GET /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd {}
info: [debug] Responding to client with success: {"status":0,"value":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"warnings":{},"desired":{"browserName":"safari","platformName":"iOS","deviceName":"iPhone Simulator","platformVersion":"8.2"},"platformName":"iOS","deviceName":"iPhone Simulator","platformVersion":"8.2","safari":true},"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: <-- GET /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd 200 0.759 ms - 492 {"status":0,"value":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"warnings":{},"desired":{"browserName":"safari","platformName":"iOS","deviceName":"iPhone Simulator","platformVersion":"8.2"},"platformName":"iOS","deviceName":"iPhone Simulator","platformVersion":"8.2","safari":true},"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}

info: --> POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/url {"url":"http://m.retailmenot.test"}
info: [debug] [REMOTE] Navigating to new URL: http://m.retailmenot.test
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger
info: [debug] [REMOTE] Waiting for frame navigated...
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] Got a blank data response from debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response

info: [debug] [REMOTE] Receiving data from remote debugger

info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] Frame navigated, unloading page
info: [debug] [REMOTE] Frame navigated, calling cbs
info: [debug] [REMOTE] frame navigated in 0.336 sec.
info: [debug] [REMOTE] Waiting for dom...
info: [debug] [REMOTE] Page loaded, verifying whether ready through readyState

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 --- last message repeated 1 time ---
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.TextInput.kbd

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.coretelephony
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.VoiceOverTouch
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.Maps
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.UIKit.fileprovider.default
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.CoreSuggestions
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.accessibility.heard
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.cmfsyncagent
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.Maps(com.apple.Maps.recents)
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.Maps(com.apple.MapsSupport.history)
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.Maps(com.apple.MapsSupport.bookmarks)
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.cloudrecents.CloudRecentsAgent(com.apple.cloudrecents.phone)
info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local syncdefaultsd[15786]: (Note ) Found new store com.apple.mobilesafari(com.apple.Safari.WebFeedSubscriptions)
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] Got a blank data response from debugger

info: [debug] [REMOTE] Receiving data from remote debugger

info: [debug] [REMOTE] {"__argument":{"WIRApplicationIdentifierKey":"PID:15778","WIRListingKey":{"1":{"WIRTitleKey":"RetailMeNot: Coupon Codes, Coupons, Promo Codes, Free Shipping and Discounts for Thousands of Stores","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://m.retailmenot.test/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"f75fbb43-29c1-479b-b37f-19e8a197da0b"}}},"__selector":"_rpc_applicationSentListing:"}
info: [debug] Remote debugger notified us of a new page listing
info: [debug] New page listing is same as old, doing nothing

info: [IOS_SYSLOG_ROW ] Jul 21 15:29:48 dabel-mac-2.local lsuseractivityd[15796]: [SFActivityAdvertiser] ERROR: no XPC proxy, queuing advertisement <7c703ac3 93f4a401 a2>

info: [debug] [REMOTE] Checking document readyState

info: [debug] [REMOTE] Sending javascript command
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] readyState was interactive
info: [debug] [REMOTE] Page was not ready, retrying

info: [debug] [REMOTE] Checking document readyState

info: [debug] [REMOTE] Sending javascript command
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger

info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] readyState was interactive
info: [debug] [REMOTE] Page was not ready, retrying

info: [debug] [REMOTE] Checking document readyState

info: [debug] [REMOTE] Sending javascript command
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger

info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] Page loaded, verifying whether ready through readyState
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] [REMOTE] readyState was complete
info: [debug] [REMOTE] Page is ready, calling onload cbs
info: [debug] Responding to client with success: {"status":0,"value":"","sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: <-- POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/url 200 1863.684 ms - 74 {"status":0,"value":"","sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: --> POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/element {"using":"css selector","value":".header"}
info: [debug] Waiting up to 0ms for condition
info: [debug] [REMOTE] Executing 'find_element' atom in default context
info: [debug] [REMOTE] Sending javascript command
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"5000"},"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: <-- POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/element 200 8.089 ms - 90 {"status":0,"value":{"ELEMENT":"5000"},"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: --> POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/element {"using":"css selector","value":".hamburger"}
info: [debug] Waiting up to 0ms for condition
info: [debug] [REMOTE] Executing 'find_element' atom in default context
info: [debug] [REMOTE] Sending javascript command
info: [debug] [REMOTE] Sending _rpc_forwardSocketData: message to remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] got applicationSentData response
info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"5001"},"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: <-- POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/element 200 8.517 ms - 90 {"status":0,"value":{"ELEMENT":"5001"},"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: --> GET /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/contexts {}
info: [debug] [REMOTE] Selecting app PID:15778 (try #1)
info: [debug] [REMOTE] function () { [native code] }
info: [debug] [REMOTE] Sending _rpc_forwardGetListing: message to remote debugger
info: [debug] [REMOTE] {"__argument":{"WIRConnectionIdentifierKey":"f75fbb43-29c1-479b-b37f-19e8a197da0b","WIRApplicationIdentifierKey":"PID:15778"},"__selector":"_rpc_forwardGetListing:"}
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] Receiving data from remote debugger
info: [debug] [REMOTE] {"__argument":{"WIRApplicationIdentifierKey":"PID:15778","WIRListingKey":{"1":{"WIRTitleKey":"RetailMeNot: Coupon Codes, Coupons, Promo Codes, Free Shipping and Discounts for Thousands of
 Stores","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://m.retailmenot.test/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"f75fbb43-29c1-479b-b37f-19e8a197da0b"}}},"__selector":"_rpc_applicationSentListing:"}
info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_1"],"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: <-- GET /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/contexts 200 2.280 ms - 98 {"status":0,"value":["NATIVE_APP","WEBVIEW_1"],"sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: --> POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/context {"name":"NATIVE_APP"}
info: [debug] Attempting to set context to 'NATIVE_APP'
info: [debug] Responding to client with success: {"status":0,"value":"","sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: <-- POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/context 200 0.660 ms - 74 {"status":0,"value":"","sessionId":"1a925d31-d3cd-4231-9698-f7ff4db739fd"}
info: --> POST /wd/hub/session/1a925d31-d3cd-4231-9698-f7ff4db739fd/touch/perform {"actions":[{"action":"press","options":{"element":"5001"}},{"action":"wait","options":{"ms":1}},{"action":"release","options":{}}]}
info: [debug] Pushing command to appium work queue: "au.getElement('5001').rect()"
info: [debug] Sending command to instruments: au.getElement('5001').rect()

info: [debug] [INST] 2015-07-21 20:29:49 +0000 Debug: Got new command 9 from instruments: au.getElement('5001').rect()

error: uncaughtException: Cannot read property 'x' of undefined date=Tue Jul 21 2015 15:29:49 GMT-0500 (CDT), pid=14621, uid=1367349619, gid=20, cwd=/Applications/Appium.app/Contents/Resources/node_modules/appium, execPath=/Applications/Appium.app/Contents/Resources/node/bin/node, version=v0.12.7, argv=[/Applications/Appium.app/Contents/Resources/node/bin/node, /Applications/Appium.app/Contents/Resources/node_modules/appium/lib/server/main.js, --command-timeout, 7200, --debug-log-spacing, --platform-version, 8.1, --platform-name, iOS, --show-ios-log, --device-name, iPhone 5], rss=126980096, heapTotal=106079488, heapUsed=74194360, loadavg=[3.11767578125, 2.17041015625, 2.16650390625], uptime=599050, trace=[column=36, file=/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/ios-controller.js, function=, line=2263, method=null, native=false, column=43, file=/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/async/lib/async.js, function=next, line=798, method=null, native=false, column=16, file=/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/async/lib/async.js, function=null, line=32, method=null, native=false, column=9, file=/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/common.js, function=[object Object].exports.respond, line=28, method=exports.respond, native=false, column=18, file=/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/ios.js, function=, line=1473, method=null, native=false, column=20, file=/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/lib/command-proxy.js, function=getResultAndSendNext, line=146, method=null, native=false, column=7, file=/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/lib/command-proxy.js, function=, line=88, method=null, native=false, column=20, file=events.js, function=Socket.emit, line=129, method=emit, native=false, column=16, file=_stream_readable.js, function=null, line=908, method=null, native=false, column=11, file=node.js, function=process._tickDomainCallback, line=381, method=_tickDomainCallback, native=false], stack=[TypeError: Cannot read property 'x' of undefined,     at [object Object].<anonymous> (/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/ios-controller.js:2263:36),     at next (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/async/lib/async.js:798:43),     at /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/async/lib/async.js:32:16,     at [object Object].exports.respond (/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/common.js:28:9),     at [object Object].<anonymous> (/Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/ios.js:1473:18),     at getResultAndSendNext (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/lib/command-proxy.js:146:20),     at Socket.<anonymous> (/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/lib/command-proxy.js:88:7),     at Socket.emit (events.js:129:20),     at _stream_readable.js:908:16,     at process._tickDomainCallback (node.js:381:11)]

I guess it’s worth noting that this also happens when I get a webelement and then do iOSDriver.tap(1,element,1);
Same crash and error.

Ok so before you were trying to do things which a TouchAction on the location of the element, but now you want to just use the tap() method on the element itself.

You can just stay in the webview context and the mobile tap should work. The issue you are running into is you are using the element variable which you originally got in the web context. This element only exists in the webview context, so when you change to the native context that element is undefined and appium has no way to get the element which corresponds to the ID (5001).

If you just stay in the webview context the whole time, things should be fine. Also check the documentation for enabling the “native web tap” in iOS: https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md

Hm, maybe I’m doing something wrong, but in the webview context my mobileelement.tap() returns this error:

org.openqa.selenium.WebDriverException: Not yet implemented. Please help us: http://appium.io/get-involved.html (WARNING: The server did not provide any stacktrace information)

Subsequent googling lead me to the context switch.
I see what you mean about the element not being defined in this context, which resolves this mystery for me although my problem still persists. Thanks so much!