Appium restarts application in a loop in ios simulator?

Hi, I try to test iOS app with Appium version 1.3.7. I launched some examples and they all run successful but when I launched my app with .ipa version or .app, Appium open the simulator and my app open and close several times until the simulator stack. The inspector didn’t open.
There what I get in Appium logs:

info: Welcome to Appium v1.3.7 (REV 72fbfaa116d3d9f6a862600ee99cf02f6d0e2182)

info: Appium REST http interface listener started on 0.0.0.0:4723
info: [debug] Non-default server args: {“app”:“/Users/liorkrispinwork/Desktop/iOS Tests/Warranteer.app.zip”,“deviceName”:“iPhone 5”,“platformName”:“iOS”,“platformVersion”:“8.3”,“showIOSLog”:true,“defaultCommandTimeout”:7200}
info: Console LogLevel: debug

info: → GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.7”,“revision”:“72fbfaa116d3d9f6a862600ee99cf02f6d0e2182”}}}

info: ← GET /wd/hub/status 200 8.633 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.3.7”,“revision”:“72fbfaa116d3d9f6a862600ee99cf02f6d0e2182”}}}

info: → GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.7”,“revision”:“72fbfaa116d3d9f6a862600ee99cf02f6d0e2182”}}}
info: ← GET /wd/hub/status 200 3.336 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.3.7”,“revision”:“72fbfaa116d3d9f6a862600ee99cf02f6d0e2182”}}}
info: → GET /wd/hub/sessions {}
info: [debug] Responding to client with success: {“status”:0,“value”:}
info: ← GET /wd/hub/sessions 200 1.022 ms - 23 {“status”:0,“value”:}

info: → POST /wd/hub/session {“desiredCapabilities”:{“platformName”:“iOS”,“platformVersion”:“8.3”,“newCommandTimeout”:“999999”,“automationName”:“Appium”,“deviceName”:“iPhone 5”}}

info: Client User-Agent string: Appium (unknown version) CFNetwork/720.3.13 Darwin/14.3.0 (x86_64)
info: [debug] Using local .zip from command line: /Users/liorkrispinwork/Desktop/iOS Tests/Warranteer.app.zip
info: [debug] Copying local zip to tmp dir

info: [debug] /Users/liorkrispinwork/Desktop/iOS Tests/Warranteer.app.zip copied to /var/folders/6v/jl9psjbj65lgv99z47npyzjc0000gq/T/115418-11572-rmpn87/appium-app.zip

info: [debug] Unzipping /var/folders/6v/jl9psjbj65lgv99z47npyzjc0000gq/T/115418-11572-rmpn87/appium-app.zip

info: [debug] Testing zip archive: /var/folders/6v/jl9psjbj65lgv99z47npyzjc0000gq/T/115418-11572-rmpn87/appium-app.zip

info: [debug] Zip archive tested clean

info: [debug] Unzip successful

info: [debug] Using locally extracted app: /var/folders/6v/jl9psjbj65lgv99z47npyzjc0000gq/T/115418-11572-rmpn87/Warranteer.app

info: [debug] Creating new appium session 3471c90d-5195-44b1-852e-078271c52a7a
info: [debug] Removing any remaining instruments sockets
info: [debug] Cleaned up instruments socket /tmp/instruments_sock
info: [debug] Setting Xcode folder
info: [debug] Setting Xcode version

info: [debug] Setting iOS SDK Version

info: [debug] Getting sdk version from xcrun with a timeout
info: [debug] iOS SDK Version set to 8.3
info: [debug] Checking whether instruments supports our device string
info: [debug] Getting list of devices instruments supports

info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments

info: [debug] Getting device string from opts: {“forceIphone”:false,“forceIpad”:false,“xcodeVersion”:“6.3.1”,“iOSSDKVersion”:“8.3”,“deviceName”:“iPhone 5”,“platformVersion”:“8.3”}

info: [debug] fixDevice is on
info: [debug] Final device string is: ‘iPhone 5 (8.3 Simulator)’

info: [debug] iOS sim UDID is F8A30BB3-48BF-4DA0-9971-2E2C334ACC11
info: [debug] Detecting automation tracetemplate
info: [debug] Not auto-detecting udid, running on sim
info: [debug] Parsed app Info.plist (as binary)
info: [debug] Parsed app Localizable.strings
info: [debug] Getting bundle ID from app
info: [debug] Parsed app Info.plist (as binary)
info: [debug] Creating instruments
info: On some xcode 6 platforms, instruments-without-delay does not work. If you experience this, you will need to re-run appium with the --native-instruments-lib flag
info: [debug] Preparing uiauto bootstrap
info: [debug] Dynamic bootstrap dir: /Users/liorkrispinwork/Library/Application Support/appium/bootstrap

info: [debug] Dynamic env: {“nodePath”:“/Applications/Appium.app/Contents/Resources/node/bin/node”,“commandProxyClientPath”:“/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js”,“instrumentsSock”:“/tmp/instruments_sock”,“interKeyDelay”:null,“justLoopInfinitely”:false,“autoAcceptAlerts”:false,“autoDismissAlerts”:false,“sendKeyStrategy”:“oneByOne”}
info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify!

info: [debug] Dynamic bootstrap path: /Users/liorkrispinwork/Library/Application Support/appium/bootstrap/bootstrap-931e8d7703a594e3.js
info: [debug] Reusing dynamic bootstrap: /Users/liorkrispinwork/Library/Application Support/appium/bootstrap/bootstrap-931e8d7703a594e3.js
info: [debug] Getting device string from opts: {“forceIphone”:false,“forceIpad”:false,“xcodeVersion”:“6.3.1”,“iOSSDKVersion”:“8.3”,“deviceName”:“iPhone 5”,“platformVersion”:“8.3”}
info: [debug] fixDevice is on
info: [debug] Final device string is: ‘iPhone 5 (8.3 Simulator)’
info: [debug] We’re on iOS7.1+ so forcing defaultDevice on
info: [debug] Getting device string from opts: {“forceIphone”:false,“forceIpad”:false,“xcodeVersion”:“6.3.1”,“iOSSDKVersion”:“8.3”,“deviceName”:“iPhone 5”,“platformVersion”:“8.3”}
info: [debug] fixDevice is on
info: [debug] Final device string is: ‘iPhone 5 (8.3 Simulator)’
info: [debug] Parsed app Info.plist (as binary)
info: [debug] Wrote new app Info.plist with device type
info: [debug] Checking whether we need to set app preferences
info: [debug] Running ios sim reset flow
info: [debug] Killing the simulator process
info: [debug] Killall iOS Simulator
info: [debug] Killing any other simulator daemons

info
info: [debug] Cleaning sim data files

Executing: xcrun simctl erase F8A30BB3-48BF-4DA0-9971-2E2C334ACC11 with timeout 2000

info: [debug] Cleaning app data files

warn: Applications directory /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application doesn’t exist. Have you run this simulator before?
warn: Applications directory /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Bundle/Application doesn’t exist. Have you run this simulator before?
info: Couldn’t find app directories to delete. Probably it’s not installed

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] No device id or app, not installing to real device.
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 5 (8.3 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 5 (8.3 Simulator)” /var/folders/6v/jl9psjbj65lgv99z47npyzjc0000gq/T/115418-11572-rmpn87/Warranteer.app -e UIASCRIPT “/Users/liorkrispinwork/Library/Application Support/appium/bootstrap/bootstrap-931e8d7703a594e3.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: → GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.7”,“revision”:“72fbfaa116d3d9f6a862600ee99cf02f6d0e2182”},“isShuttingDown”:false},“sessionId”:“3471c90d-5195-44b1-852e-078271c52a7a”}
info: ← GET /wd/hub/status 200 1.798 ms - 178 {“status”:0,“value”:{“build”:{“version”:“1.3.7”,“revision”:“72fbfaa116d3d9f6a862600ee99cf02f6d0e2182”},“isShuttingDown”:false},“sessionId”:“3471c90d-5195-44b1-852e-078271c52a7a”}

info: [IOS_SYSLOG_ROW ] May 13 10:40:24 h-MacBook-Pro-sl-Lior bootlog[0]: BOOT_TIME 1431502824 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior syslogd[11617]: 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 ] May 18 16:27:16 h-MacBook-Pro-sl-Lior syslogd[11617]: 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 ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615]: assertion failed: 14D136: launchd_sim + 164366 [0442297D-31AD-37EE-96E2-C009D4F546D8]: 0xd
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.instruments.deviceservice): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.SimulatorBridge): This service is defined to be constantly running and is inherently inefficient.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.assertiond): This service is defined to be constantly running and is inherently inefficient.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.assetsd.nebulad): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.assetsd.notificationServer): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.assetsd): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.backboardd): Unknown key for Boolean: HighPriorityIO
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.backboardd): This service is defined to be constantly running and is inherently inefficient.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.calaccessd.xpc): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.calaccessd): The JetsamProperties key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.certui.relay): ThrottleInterval set to zero. You’re not that important. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.syslogd[11617]): Endpoint has been activate
d through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.system.logger
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local locationd[11632]: Logging binary sensor data to /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Library/Caches/locationd/locationdSensors.bin
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local locationd[11632]: NBB-Could not get UDID for stable refill timing, falling back on random
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local configd_sim[11635]: network changed: v4(en0+:192.168.252.58) DNS+ Proxy+
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.

info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local securityd[11640]: unable to access hwaes key

info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local identityservicesd[11625]: [Warning] DeviceHeartbeat - Failed loading device heartbeat data from keychain -25300
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local distnoted[11644]: # distnote server daemon absolute time: 103874.813481325 civil time: Mon May 18 16:27:16 2015 pid: 11644 uid: 503 root: yes
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local CoreSimulatorBridge[11638]: Switching to keyboard: en

info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local filecoordinationd[11647]: (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 ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local backboardd[11630]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local backboardd[11630]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0xb029b000
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local backboardd[11630]: HID Session async scheduling initiated.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local backboardd[11630]: HID Session async root queue running at priority 63 and schedule 2.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local backboardd[11630]: HID Session async scheduling complete.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local backboardd[11630]: Successfully opened the IOHIDSession

info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local identityservicesd[11625]: [Warning] Setting up a new database at path /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Library/IdentityServices/ids.db.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local backboardd[11630]: Migration complete (if performed). (Elapsed time: 0.01 seconds)
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local identityservicesd[11625]: [Warning] Setting up a new database at path /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Library/IdentityServices/ids-a.db.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local identityservicesd[11625]: [Warning] Setting up a new database at path /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Library/IdentityServices/ids-c.db.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local identityservicesd[11625]: [Warning] NULL accountGUIDs passed to CFArrayRef IDSOutgoingMessageRecordCopyUnsentMessagesForAccountsAndPriority(NSArray *, int64_t, int64_t, IDSDataProtectionClass)
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 — last message repeated 2 times —
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local lsd[11643]: LaunchServices: Seeding database

info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local nanoregistryd[11646]: libMobileGestalt MobileGestalt.c:1025: Could not retrieve region info

info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local locationd[11632]: PairedSync, Debugging at level 0 for console and level 0 for log files
info: [IOS_SYSLOG_ROW ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local locationd[11632]: 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 ] May 18 16:27:16 h-MacBook-Pro-sl-Lior.local locationd[11632]: 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 ] May 18 16:27:17 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.routined[11620]): Could not find program specified by service: 2: No such file or directory: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/routined
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.routined[11620]): Service setup event to handle failure and will not launch until it fires.

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0x18891d4 main: Reboot detected
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0x18891d4 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 ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0x18891d4 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migrating system app data containers
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0x18891d4 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migration complete
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.sharingd[11631]): Could not find program specified by service: 2: No such file or directory: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/sharingd
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.sharingd[11631]): Service setup event to handle failure and will not launch until it fires.

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local containermanagerd[11651]: 0x1dce1d4 main: containermanagerd performing first boot initialization

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: +[SBPushStore migratePushStore] Migrating push store: /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Library/SpringBoard/PushStore
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: +[SBPushStore migratePushStore] Push store does not exist; no migration needed.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local itunesstored[11649]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local backboardd[11630]: Telling system app “com.apple.springboard” that it can start immediately
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local backboardd[11630]: BKSystemAppSentinel: Now monitoring “com.apple.springboard”
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: FBDefaultLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: FBAppLibraryLog; isEnabled: 0

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: FBWorkspaceLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: SBIconLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: SBStatusBarishLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: SBLocalNotificationLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: SBAlarmLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: SBBannerLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Loaded logger: SBSoundLog; isEnabled: 0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0x18891d4 record_current_build_info: Recorded current system version as 12F69
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0x18891d4 __47-[MIDeveloperDiskImageTracker checkMountPoint:]_block_invoke: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Developer/Applications is not present now or before
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIClientConnection fetchInstalledAppsWithOptions:completion:]: Fetch installed apps requested by lsd (pid 11643) with options (null)
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.AccountAuthenticationDialog at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/B0AB061C-5027-415B-BD4D-9D830F8E56A7

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local fileproviderd[11619]: (Note ) FileProvider: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd starting.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.MobileAddressBook.ContactsViewService at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/40AF4D70-1BE5-426D-B31A-FBF37A06A412

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.datadetectors.DDActionsService at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/50A88768-2724-4A4B-9CCE-1D07DEF3FF72
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.accounts.dom): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local mstreamd[11621]: (Note ) mstreamd: mstreamd starting up.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local mstreamd[11621]: (Note ) PS: The subscription plugin class does not support push notification refreshing.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local mstreamd[11621]: (Note ) PS: Media stream daemon starting…

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Health at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/E9ED2E52-B44A-4AD6-84E3-66F3C71634A0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Health.HealthToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/B7575E68-9955-41B9-BA3A-28A340D2361F
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.HealthPrivacyService at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/07DF11FC-0311-4DF4-B84F-E347321C50C8
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Maps at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/9523CB1F-E32A-40CD-BC9E-56DF8B15C9FE
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local mstreamd[11621]: (Note ) AS: <MSASDaemonModel: 0x791790c0>: Migrating database from version -1 to version 2.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local mstreamd[11621]: (Note ) AS: <MSASDaemonModel: 0x791790c0>: Set database version to 2.

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilecal.taptoradar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/702ED563-1776-446C-89B9-BEEF55317857
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local mediaremoted[11622]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilecal.widget at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/31AF7776-8651-431C-A201-6C4910D012BB
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local mediaremoted[11622]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilesafari at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/09D30C9F-0292-4425-A2F8-8C31AF326834
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilesafari.RCSafariExtension at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/10FF3C77-A856-4CA7-943F-86CA055D44C0

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilesafari.SafariDiagnosticExtension at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/F4A4AD17-BDA8-4DA6-8348-F096E30E4332
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobileslideshow.StreamShareService at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/039DC2D0-17A9-4145-B8F1-23BD941501C2
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) profiled: Service starting…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Managed Configuration migrating…

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Beginning manifest migration…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Removing duplicated hidden profile identifiers…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed removing duplicated hidden profile identifiers.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Creating stubs…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Removing orphaned profiles…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Transferring profile signer certificates…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Migrating removal passwords…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed migrating removal passwords.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Migrating defaults to managed preferences area…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed migrating defaults.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Migrating OTA profiles…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed migrating OTA profiles.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Transferring installation dates…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed transferring installation dates.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Transferring tags to profiles…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed transferring tags.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Removing old profile copies…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed removing old profile copies.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Applying default user settings…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local callservicesd[11655]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Applying iPhone defaults
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local callservicesd[11655]: Normal message received by listener connection. Ignoring.

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.social.SLGoogleAuth.SLGoogleAuthService at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/6958D21A-7CAF-47EB-9952-38194F5797CE
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Facebook.post at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/B859E9C2-CDB3-4E27-BD7B-61783B40B454
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Flickr.post at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/D7738F15-8874-4121-8F03-5E1001F553CD
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.SinaWeibo.post at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/DD7B1B64-B7C2-458D-B6C2-3E62E2A653CC

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.TencentWeibo.post at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/E02BAA53-CE11-4BA6-8857-EDC739282E94
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Twitter.post at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/562A4594-972B-49E4-844B-89B5E782BDDC
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Vimeo.post at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/E6747451-D1BD-4202-A71F-CC2BF5B7512A
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.ios.StoreKitUIService at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/E69F426B-3975-4B69-8298-E7EF3B47D13A

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed applying default user settings.
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Migrating settings…
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.webapp at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/A90B963B-3C99-40DE-9E29-EA63A9487EA1
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.webapp1 at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/76E3BC4F-3D5B-4F45-A5C7-2992B034FDF1

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/991E3832-D117-4EDC-86B2-4A627C252C77
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.WebViewService at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/E27B43C9-0FC6-4420-A9DA-EBDE6690F8F3

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.cloudkit.CloudKit.CloudKitTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/952C090B-8F23-49F5-BCA8-534303F689A8
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIBundle _validateWithError:]: 37: Bundle at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/JavaScriptCore.framework did not have a CFBundleIdentifier in its Info.plist

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.PassKit.ApplePayTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/BE05B0D0-DF54-4963-9E6F-1E3FD517FF2E
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.UIKit.fileprovider.default at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/11C02F1B-6BB9-49EB-AF6A-4DA6F8A4AAC7
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.UIKit.shareinvitation at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/060BA3A3-478E-4F8D-BC40-EE041425A9E6

info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 __69-[MIFileManager urlsForItemsInDirectoryAtURL:ignoringSymlinks:error:]_block_invoke: Ignoring symlink at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/WebKit.framework
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.AXTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/BC95E81C-FC63-482A-9B19-9CBAB40E2809
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.GuidedAccessTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/A7D6FA13-7424-412A-990C-690611E612EB
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.HearingAidsTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/75B952A8-A595-4B8A-82AA-2A4A41CF17A0
info: [IOS_SYSLOG_ROW ] May 18 16:27:17 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.SwitchControlTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/EAB49E6C-4753-48A1-AFC1-29234CEBA656
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.VoiceOverTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/51093104-A856-4377-BBF3-5428CB6C64E4

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.CloudDocsDaemon.TTR-extension at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/9B6F37A0-6BE8-49DC-A74E-C931C0E332B9

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed migrating settings.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Updating client restrictions…
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.BackgroundAppRefresh at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/1C2CC391-2310-4F97-8339-EC5BF2B0F69B

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Baseband at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/25FECD69-409F-4CCC-9530-9D814D56AC01
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Bluetooth at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/8DDB29A0-2069-45FE-9236-44EF487709C0
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Contacts at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/13782516-BB38-4CE0-9247-D5DC5AB9639C
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.CrashLogs at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/60AAAC3B-7DBB-4225-8C2B-B242E9136B98
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.DataAccess at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/0E1E59BC-4CB1-48EF-ACE2-4C81AE258133

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.FaceTime at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/54D94977-074C-4047-A7B7-2BA8D5211D0E
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.HangTracer at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/50E61B72-179E-4735-9F2C-27C74C4506AE
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Keyboard at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/522B9C00-9035-43CC-8BCF-31644DF7DCB4
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Done updating. 0 client restrictions processed.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Updating profile restrictions…
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.LowMemory at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/039CC4D8-9B8A-4BE1-B13B-40E8568D0442
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Messages at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/CD8439E1-CACA-4FEF-9F9E-F12A4E89B6B9
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Panic at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/8981941A-E67A-42B5-80CA-40AB5C29CF3D

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Phone at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/90F6F0F4-C0F2-4EA4-91FA-8DA24DA38093
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Sandbox at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/F8F1E47A-ECB8-4BF6-B83D-0C613C4A8FAD
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Siri at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/450E9E7A-1A07-411C-AA76-2E0064C8B525
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.SpringBoard at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/C93AF111-A5E1-41C6-B607-BDDF63CE79D6
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.StackShot at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/95692D7A-D1B8-4609-B4CC-0C8CBA684B49
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.Syslog at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/72F9ACCE-E153-47CB-A30D-090315AD757A
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.VisualVoiceMail at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/CE729C4D-5C3D-486D-AF64-FCD92A29E62A
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.VPN at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/9421AF74-0DB4-4712-B640-22A3C187F989

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.DiagnosticExtensions.WiFi at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/CFE1D4A6-1BFB-47FC-BB2B-59F2FD86FDCF

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Done updating. 0 profile restrictions processed.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Updating implied settings…

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Done updating.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Cleaning up app configuration.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Finished cleaning up app configuration.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0115000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Sharing.AirDropTapToRadar at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/PluginKitPlugin/9FA035AD-ABD0-44AE-AA94-010D7A8189B9

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Tagging managed accounts…

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Completed tagging 0 accounts as managed.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Adding missing tags to IMAP accounts…

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local locationd[11632]: Location icon should now be in state ‘Inactive’

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local CoreSimulatorBridge[11638]: KEYMAP: Chose mode=en_US @ hw=US;sw=QWERTY from match=en_US @ hw=US;sw=QWERTY from language=en

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior SpringBoard[11629]: assertion failed: 14D136 12F69: libxpc.dylib + 69007 [21968CDD-4DA7-390D-9264-D74A6FA6AF2B]: 0x7d
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Done adding missing tags to 0 IMAP accounts.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Managed Configuration completed migration.
info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local profiled[11654]: (Note ) MC: Waking daemons post migration

info: [IOS_SYSLOG_ROW ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) URL:file:///Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Media/PhotoData/Photos.sqlite options:{
info: [IOS_SYSLOG_ROW ] NSPersistentStoreFileProtectionKey = NSFileProtectionCompleteUntilFirstUserAuthentication;
info: [IOS_SYSLOG_ROW ] NSPersistentStoreOrderKeyUpdateNotification = 1;
info: [IOS_SYSLOG_ROW ] NSSQLitePersistWALOption = 1;
info: [IOS_SYSLOG_ROW ] NSSQLitePragmasOption = {
info: [IOS_SYSLOG_ROW ] “journal_mode” = WAL;
info: [IOS_SYSLOG_ROW ] };
info: [IOS_SYSLOG_ROW ] } … returned error Error Domain=NSCocoaErrorDomain Code=134100 “The operation couldn’t be completed. (Cocoa error 134100.)” UserInfo=0x7a33f5a0 {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 64f
64a77 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 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 8009c9
f1 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 ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: Incompatible version schema for persistent store ‘file:///Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/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 b
8ace8b3>;
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 = <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 ] PhotoStreamA
lbum = <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 ] May 18 16:27:18 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) will attempt automatic schema migration
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 — last message repeated 3 times —
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local CoreSimulatorBridge[11638]: LaunchServices: installing app for existing placeholder <LSApplicationProxy: 0x7966c5f0> com.warranteer.app
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local CoreSimulatorBridge[11638]: LaunchServices: Not creating progress for <LSApplicationProxy: 0x7966c5f0> com.warranteer.app since it is not a placeholder.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0093000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of “/var/folders/6v/jl9psjbj65lgv99z47npyzjc0000gq/T/115418-11572-rmpn87/Warranteer.app” type Developer requested by CoreSimulatorBridge (pid 11638)
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0093000 -[MIInstaller _extractPackageWithError:]: Did not construct delta; doing full copy for installation.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: 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 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 = <5f02189
c 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 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 b
337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) no suitable mapping model found
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: 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 ] 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 c8b8386
1 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 ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: libMobileGestalt MobileGestalt.c:841: still-camera is static and will never generate a notification
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: libMobileGestalt MobileGestalt.c:841: stand-alone-contacts is static and will never generate a notification
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Installed apps did change.
info: [IOS_SYSLOG_ROW ] Added: {(
info: [IOS_SYSLOG_ROW ] “com.apple.camera”,
info: [IOS_SYSLOG_ROW ] “com.apple.WebSheet”,
info: [IOS_SYSLOG_ROW ] “com.apple.AdSheetPhone”,
info: [IOS_SYSLOG_ROW ] “com.apple.Preferences”,
info: [IOS_SYSLOG_ROW ] “com.apple.HealthPrivacyService”,
info: [IOS_SYSLOG_ROW ] “com.apple.AccountAuthenticationDialog”,
info: [IOS_SYSLOG_ROW ] “com.apple.gamecenter.GameCenterUIService”,
info: [IOS_SYSLOG_ROW ] “com.apple.MobileAddressBook”,
info: [IOS_SYSLOG_ROW ] “com.apple.WatchKitSettings”,
info: [IOS_SYSLOG_ROW ] “com.apple.DataActivation”,
info: [IOS_SYSLOG_ROW ] “com.apple.TencentWeiboAccountMigrationDialog”,
info: [IOS_SYSLOG_ROW ] “com.apple.webapp”,
info: [IOS_SYSLOG_ROW ] “com.apple.share”,
info: [IOS_SYSLOG_ROW ] “com.apple.PhotosViewService”,
info: [IOS_SYSLOG_ROW ] “com.apple.iad.iAdOptOut”,
infoe
[39m: [IOS_SYSLOG_ROW ] “com.apple.Health”,
info: [IOS_SYSLOG_ROW ] “com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI”,
info: [IOS_SYSLOG_ROW ] “com.apple.datadetectors.DDActionsService”,
info: [IOS_SYSLOG_ROW ] “com.apple.Maps”,
info: [IOS_SYSLOG_ROW ] “com.apple.WebViewService”,
info: [IOS_SYSLOG_ROW ] “com.apple.TrustMe”,
info: [IOS_SYSLOG_ROW ] “com.apple.social.SLGoogleAuth”,
info: [IOS_SYSLOG_ROW ] “com.apple.mobilesms.compose”,
info: [IOS_SYSLOG_ROW ] “com.apple.FacebookAccountMigrationDialog”,
info: [IOS_SYSLOG_ROW ] “com.apple.mobileslideshow”,
info: [IOS_SYSLOG_ROW ] “com.apple.Passbook”,
info: [IOS_SYSLOG_ROW ] “com.apple.SharedWebCredentialViewService”,
info: [IOS_SYSLOG_ROW ] “com.apple.PrintKit.Print-Center”,
info: [IOS_SYSLOG_ROW ] “com.apple.mobilecal”,
info: [IOS_SYSLOG_ROW ] “com.apple.MailCompositionService”,
info: [IOS_SYSLOG_ROW ] “com.apple.CloudKit.ShareBear”,
info: [IOS_SYSLOG_ROW ] “com.apple.ios.StoreKitUIService”,
info: [IOS_SYSLOG_ROW ] “com.apple.gamecenter”,
info: [IOS_SYSLOG_ROW ] “com.apple.MusicUIService”,
info: [IOS_SYSLOG_ROW ] “com.apple.uikit.PrintStatus”,
info: [IOS_SYSLOG_ROW ] “com.apple.appleaccount.AACredentialRecoveryDialog”,
info: [IOS_SYSLOG_ROW ] “com.apple.PassbookUIService”,
info: [IOS_SYSLOG_ROW ] “com.apple.webapp1”,
info: [IOS_SYSLOG_ROW ] “com.apple.mobilesafari”,
info: [IOS_SYSLOG_ROW ] “com.apple.quicklook.quicklookd”
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 ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local networkd[11657]: networkd-413.20.6 pid 11657
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: *** error reading settings archive file: <SBRootSettings: /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Documents/com.apple.springboard.settings/RootSettings.plist>
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: *** error reading settings archive file: <SBRootSettings: /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist>
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local geod[11658]: 2015-05-18 16:27:19.292, 11658, 7ae13750, [GEOPersistenceManager]: readPhoneNumberMuidMapping:uniquePhoneNumbers:version:atPath:error: could not read file at ~/Library/GeoServices/PhoneNumberMapping.plist
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local geod[11658]: 2015-05-18 16:27:19.294, 11658, 7ae13750, [GEOPersistenceManager]: Mapping directory does not exist. Will create it at path: /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Library/GeoServices/PhoneNumberMapping.plist
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.04 seconds
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local geod[11658]: 2015-05-18 16:27:19.326, 11658, 7ae13750, [ResourceManifest]: No tile groups available
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) Automatic schema migration succeeded for store at ‘file:///Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Media/PhotoData/Photos.sqlite’
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Normal message received by
listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local securityd[11640]: SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA216041469CE07FF9B3F295016BC46D193E53205EF7CB7C5180F32303135303531363030313531395A307330713049300906052B0E03021A0500041474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02101C29E6E6BB1971B0E24CB57F898D726E8000180F32303135303531363030313531395AA011180F32303135303532333030313531395A300D06092A864886F70D01010505000382010100A7A199E038BBABE2D1E7E1D6A66A9A3802F6D1A2753C1641CA29557A133D2F507B97524F732936C07D8E622B3973DAB96F869DDF9F0EF48617FCE1533062A8464412B29805A27D61F207B1268109713E420EC2203E08375A37633A7219A6F99CB79F232DDF485B8B79E67C74B25DEC1EEDAB586FA1CDF748B124E9B38CA4676DFB87050503E737A15AC8D56B6B96368981F1BE6AF2627270FCEAA52A60862C47A07F05E200C96B79933BE0334B08851FA365042098BBDA0CC3EF61D2AA73D9AA9153808FBEB4B5582F5FB37C8BAE2AF590EFB520324C4F41A0BE2452958A495027FED6EFE18661C2E50938B73A0F9821710BD0CEE59DD3728508F3513541BE14A08204603082045C3082045830820340A00302010202107060C24389F44BB5FF3CD9475DE27769300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303431323030303030305A170D3135303731313233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100D64CEB922D19BFA94F4729A537398B30EBF5C6631C62BBCB769F306E16CA4057B4B5224A150FCCB73E82BAA609D6877334B1DF7103A2DA909FC7E0BB3DB2B3A9EB2673380F8EE9E3716D3CB2293C0CEDC85EE3CCB5A3D3A0F5CF60000BEF038E5681A52C8C7E7B739E38DAD594025B3CE6270835A9CC2A67AF884262DB46C2A5D1C3C0E3F9DF9E7E13BC15F92F4D0A281DBFA81C3871B77C61A1D9AF62BD292EE9DBDFDFD00A38078E1439DD328EDD04AC12FD5C7BAF71A67653A0073E4C2B0592B5EDF0B557CDBBA33BAC4AC1B3D763B4EE7BBA7A8FA1F0B113F8972B6E67058F900FCE2FFBC72E2F5DBBEFF61CB1CD6627FFE15D2F8F62EB8709A734C9359F0203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D33353939301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E0416041469CE07FF9B3F295016BC46D193E53205EF7CB7C5300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B0500038201010048B21764459225136166708E24E597AC2FE680694CC95435E209D80CDD3C83DE7D134619CB87482729F5EF8453DADA52CA9BE8065B819899B79675F3B4CF9CD25F2483B0D352AED1EB51E2B59E75D4BF39A0929D986681BFAEEFC4B4998F5135D8A6C0D1EF0E8D30A04B3A736AE7858BC02471EB08E5CF789798AD35E46316D37892310E21A9045D5BAD956AA1BD9B10692C54D4BD3FA1DCDDB746BAABDBFCFAAD75FFDB51BA9019823D1180E41C57577325C35DBBEDD705D77896A1D3D76242A36ACE68681BA7D2F22E26324C04FF18272FA7A71D083991BC087B50C0E34105106CF1E382DBEDDF7577A291386EDEC609283E4E3F6419717934A725F30C6530
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local securityd[11640]: SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA216041469CE07FF9B3F295016BC46D193E53205EF7CB7C5180F32303135303531363037343530305A307330713049300906052B0E03021A0500041474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02101CA789DAAE963EE4D261E610EFB238758000180F32303135303531363037343530305AA011180F32303135303532333037343530305A300D06092A864886F70D010105050003820101006C57471F3FA8692E3D9E53989A006E5C82EC8AB70E4
8B9D54DD4150EA0481FEF3B31A6A6EAACBDA926383F91AD956F92B701CEDA19E979050EFA180E6ED12AF6B39DC47336D93666B03EF0B45EC92703AD3A0CA86422641065BE836447DCFF9EE0F9A827783C27508DE65D46BF3FB8BE94B307A6D5EE4AD04AA3E83CE1C80A739FAC80227627D3D8900E4D15CA2D356335FD52E1710BDAC3994F6582365AC67FD083ACAAFBB31D4F41E0D42A978B6B7C1046D2B06BE2AA454CA6E93E0CB5AB83E783B40E3ABA9505027718782A33F1D320774FED9717BCD0487051529438E9E722F893175929469321E178D89EBAC5485B46D1138590D0D0F421EDA424DAD5E2A08204603082045C3082045830820340A00302010202107060C24389F44BB5FF3CD9475DE27769300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303431323030303030305A170D3135303731313233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100D64CEB922D19BFA94F4729A537398B30EBF5C6631C62BBCB769F306E16CA4057B4B5224A150FCCB73E82BAA609D6877334B1DF7103A2DA909FC7E0BB3DB2B3A9EB2673380F8EE9E3716D3CB2293C0CEDC85EE3CCB5A3D3A0F5CF60000BEF038E5681A52C8C7E7B739E38DAD594025B3CE6270835A9CC2A67AF884262DB46C2A5D1C3C0E3F9DF9E7E13BC15F92F4D0A281DBFA81C3871B77C61A1D9AF62BD292EE9DBDFDFD00A38078E1439DD328EDD04AC12FD5C7BAF71A67653A0073E4C2B0592B5EDF0B557CDBBA33BAC4AC1B3D763B4EE7BBA7A8FA1F0B113F8972B6E67058F900FCE2FFBC72E2F5DBBEFF61CB1CD6627FFE15D2F8F62EB8709A734C9359F0203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D33353939301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E0416041469CE07FF9B3F295016BC46D193E53205EF7CB7C5300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B0500038201010048B21764459225136166708E24E597AC2FE680694CC95435E209D80CDD3C83DE7D134619CB87482729F5EF8453DADA52CA9BE8065B819899B79675F3B4CF9CD25F2483B0D352AED1EB51E2B59E75D4BF39A0929D986681BFAEEFC4B4998F5135D8A6C0D1EF0E8D30A04B3A736AE7858BC02471EB08E5CF789798AD35E46316D37892310E21A9045D5BAD956AA1BD9B10692C54D4BD3FA1DCDDB746BAABDBFCFAAD75FFDB51BA9019823D1180E41C57577325C35DBBEDD705D77896A1D3D76242A36ACE68681BA7D2F22E26324C04FF18272FA7A71D083991BC087B50C0E34105106CF1E382DBEDDF7577A291386EDEC609283E4E3F6419717934A725F30C6530
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local securityd[11640]: SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206DE0A0100A08206D7308206D306092B0601050507300101048206C4308206C030819EA21604143B4F7D61A421A912751ECA086175DFC165554E70180F32303135303531383038343532325A307330713049300906052B0E03021A05000414B9E9B287028503F8ECA5FB42E13E0F49C72426E204147FD365A7C2DDECBBF03009F34339FA02AF33313302107EE14A6F6FEFF2D37F3FAD654D3ADAB48000180F32303135303531383038343532325AA011180F32303135303532353038343532325A300D06092A864886F70D01010505000382010100634D52A70A941A4273469F0E204CD281FC28E43E08CB234DB9510C0C7E730C4937C1D38F7A2CBE0B6862AC43347082B2E3869B99403B4947FA7F8DA2ABA972DDBED3B0AFD8A0D872393000DADE9BB178ED554EABA47EADE95EF300874AEB286D8A4EA8AC459D6AFD55FE0682B0859BF4C82F877CB0B1106B9EAB47544DE2A5D28FEFBA95A9A9B8FD330C2A4C7F64CF1D0E07D503B96687D594E5F71C72D07BB122A8E942959E4D3F7652ADA0DF7406303B40626267B9ABB3B9C94186CB8451D8F89E99874CE66509E458B337078ABE2CA0D82879E5DC641A96702F5C4BDF29744CF08690486125E22D3E234217A900EA5FD599AF09B6C160FF724BB0600DF2C9A082050730820503308204FF308203E7A00302010202101D32B08B14275505424D91DD8D67C042300D06092A864886F70D01010505003081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E20547275
7374204E6574776F726B313A3038060355040B1331286329203230303620566572695369676E2C20496E632E202D20466F7220617574686F72697A656420757365206F6E6C79314530430603550403133C566572695369676E20436C6173732033205075626C6963205072696D6172792043657274696669636174696F6E20417574686F72697479202D204735301E170D3134313230323030303030305A170D3135313231363233353935395A30818E310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B313F303D0603550403133653796D616E74656320436C617373203320504341202D204735204F43535020526573706F6E646572204365727469666963617465203330820122300D06092A864886F70D01010105000382010F003082010A0282010100CEB0AC10E711043226DD1B504CA1C0D92C83DF32F3AC7F1C3A1BDF7448E50A80604A470025B2982AA2BD9173FA6325E5D8EC3F74AD1B4AA610300971170984187EFE2E6B4058C46CD469EAF38D0430A1006B6BD2A868C8392231D3353FE3CC73A1C02E1784335B1A92D175ED8CB1B9D7B05DFBB5E8523082895A7DD7F49A196CCEE249B05907EAEDA2E76A5C48EB71D5D87F23837577EF34717AF623F04A99F2D4D6D24032242212DD246CAD42D7881C059BE70744A87965D5F528F8D73217A8E9E197D0AB008B40F3F18F1480C42B97C3F3A52201B7872045EB0B304D2CF1B9627BCC5EA1007327A9ACA1BF66F536D2707234974AA788C6F409F7B3EE276AFD0203010001A382011930820115300C0603551D130101FF04023000306C0603551D20046530633061060B6086480186F845010717033052302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302806082B06010505070202301C1A1A687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300F06092B06010505073001050402050030210603551D11041A3018A416301431123010060355040313095447562D422D323736301D0603551D0E041604143B4F7D61A421A912751ECA086175DFC165554E70301F0603551D230418301680147FD365A7C2DDECBBF03009F34339FA02AF333133300D06092A864886F70D0101050500038201010028F12697F2446772065665FAF22393A1E135E44EE276E651442B47F655599A21F1C14EA9971FCBD42522C8629E7B1C816558C2744007167EFAC22ADC47A1496DF93C5D96B720E4A07BC2CA37EC0198255847EAAB627B99EB9EC9B637F4DF6A2B8EF96A288846A7C21E839383A49648743F39BF3E5CB87C9681E358C04E1DB380D773CE56690BD10E2B5F72D625882946990BFECA9F4746529FE10450F6DCDFE1DA0B95D345302441FBC6E789A68381769FE173A71ADA4178A30EFF95E12117BF4445C64DF9724EBFB9FB89D63291EB82A4865BAB2E2CA279BDE77C69AD3D0FF8CB60DED638379A402149E7203521CAE662FCFF3D8F5BBB042F397472C84517C8
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: -[BBObserver setDelegate:] Delegate implements addBulletin but does not implement noteInvalidatedBulletinIDs: <SBBulletinLocalObserverGateway: 0x7b3852e0>
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local securityd[11640]: SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206DE0A0100A08206D7308206D306092B0601050507300101048206C4308206C030819EA21604143B4F7D61A421A912751ECA086175DFC165554E70180F32303135303531383038343532325A307330713049300906052B0E03021A05000414B9E9B287028503F8ECA5FB42E13E0F49C72426E204147FD365A7C2DDECBBF03009F34339FA02AF33313302107EE14A6F6FEFF2D37F3FAD654D3ADAB48000180F32303135303531383038343532325AA011180F32303135303532353038343532325A300D06092A864886F70D01010505000382010100634D52A70A941A4273469F0E204CD281FC28E43E08CB234DB9510C0C7E730C4937C1D38F7A2CBE0B6862AC43347082B2E3869B99403B4947FA7F8DA2ABA972DDBED3B0AFD8A0D872393000DADE9BB178ED554EABA47EADE95EF300874AEB286D8A4EA8AC459D6AFD55FE0682B0859BF4C82F877CB0B1106B9EAB47544DE2A5D28FEFBA95A9A9B8FD330C2A4C7F64CF1D0E07D503B96687D594E5F71C72D07BB122A8E942959E4D3F7652ADA0DF7406303B40626267B9ABB3B9C94186CB8451D8F89E99874CE66509E458B337078ABE2CA0D82879E5DC641A96702F5C4BDF29744CF08690486125E22D3E234217A900EA5FD599AF09B6C160FF724BB0600DF2C9A082050730820503308204FF308203E7A00302010202101D32B08B14275505424D91DD8D67C042300D06092A864886F70D01010505003081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313A3038060355040B1331286329203230303620566572695369676E2C20496E632E202D20466F7220617574686F72697A
656420757365206F6E6C79314530430603550403133C566572695369676E20436C6173732033205075626C6963205072696D6172792043657274696669636174696F6E20417574686F72697479202D204735301E170D3134313230323030303030305A170D3135313231363233353935395A30818E310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B313F303D0603550403133653796D616E74656320436C617373203320504341202D204735204F43535020526573706F6E646572204365727469666963617465203330820122300D06092A864886F70D01010105000382010F003082010A0282010100CEB0AC10E711043226DD1B504CA1C0D92C83DF32F3AC7F1C3A1BDF7448E50A80604A470025B2982AA2BD9173FA6325E5D8EC3F74AD1B4AA610300971170984187EFE2E6B4058C46CD469EAF38D0430A1006B6BD2A868C8392231D3353FE3CC73A1C02E1784335B1A92D175ED8CB1B9D7B05DFBB5E8523082895A7DD7F49A196CCEE249B05907EAEDA2E76A5C48EB71D5D87F23837577EF34717AF623F04A99F2D4D6D24032242212DD246CAD42D7881C059BE70744A87965D5F528F8D73217A8E9E197D0AB008B40F3F18F1480C42B97C3F3A52201B7872045EB0B304D2CF1B9627BCC5EA1007327A9ACA1BF66F536D2707234974AA788C6F409F7B3EE276AFD0203010001A382011930820115300C0603551D130101FF04023000306C0603551D20046530633061060B6086480186F845010717033052302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302806082B06010505070202301C1A1A687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300F06092B06010505073001050402050030210603551D11041A3018A416301431123010060355040313095447562D422D323736301D0603551D0E041604143B4F7D61A421A912751ECA086175DFC165554E70301F0603551D230418301680147FD365A7C2DDECBBF03009F34339FA02AF333133300D06092A864886F70D0101050500038201010028F12697F2446772065665FAF22393A1E135E44EE276E651442B47F655599A21F1C14EA9971FCBD42522C8629E7B1C816558C2744007167EFAC22ADC47A1496DF93C5D96B720E4A07BC2CA37EC0198255847EAAB627B99EB9EC9B637F4DF6A2B8EF96A288846A7C21E839383A49648743F39BF3E5CB87C9681E358C04E1DB380D773CE56690BD10E2B5F72D625882946990BFECA9F4746529FE10450F6DCDFE1DA0B95D345302441FBC6E789A68381769FE173A71ADA4178A30EFF95E12117BF4445C64DF9724EBFB9FB89D63291EB82A4865BAB2E2CA279BDE77C69AD3D0FF8CB60DED638379A402149E7203521CAE662FCFF3D8F5BBB042F397472C84517C8
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.accessibility.AccessibilityUIServer): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: Incompatible version schema for persistent store ‘file:///Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/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 115
ad96b 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: [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 = <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 ] Clo
udFeedEntry = <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 ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) will attempt automatic schema migration
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.lakitu): The JoinExistingSession key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.imdpersistence.IMDPersistenceAgent): The _DirtyJetsamPriority key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.imdpersistence.IMDPersistenceAgent): The DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could no
t find icon for representation → com.apple.MobileSMS
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: throwing out icon because its isn’t visible in the model : node=<SBApplicationIcon: 0x7b0a0230; nodeID: “com.apple.camera”> com.apple.camera
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.weather
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobiletimer
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.videos
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobilenotes
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.reminders
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.stocks
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.iBooks
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.MobileStore
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.AppStore
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.facetime
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.calculator
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.podcasts
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.compass
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.tips
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.VoiceMemos
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.nike
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.Bridge
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobilephone
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobilemail
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.Music
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.mobilecal
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.mobilecal_CFBundleIcon[15]
inf
o: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local securityd[11640]: SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA216041469CE07FF9B3F295016BC46D193E53205EF7CB7C5180F32303135303531373034333435305A307330713049300906052B0E03021A0500041474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02107597813CE72D1E6831B2F5BB14B085568000180F32303135303531373034333435305AA011180F32303135303532343034333435305A300D06092A864886F70D01010505000382010100AAD11453E3531569E97C1667F38EA857DC69F6F6D718F496E31B5FBE1867C1B0D1F58C70BE7B71CDBCD2251C432127832B0554759D939F06D0E03347B259E52A2ECB98B8941A3EC625135AF3867B555F04A9C5D449968A89083BCB98476E423974FA47675B3F77D9F758483D60C3293C6523EC33A630BB0CEEE17B450B575CD044A16962A4203DB1CF48C2CEAFCC7203F63686ECC65E473288B8B232788C9D970329C1074DABBCB7A538402556EC9B221BB0549D3126D0FED967B1D6360D7CEE71424BB6F7A345211A2A50492A78BECF92A302D2FEC73CBEA59FC09F4A959DE0D16FB05DE3D00A976B410DD228EAE20B24B6A42C5A4675B1CC54BB780E5B11BAA08204603082045C3082045830820340A00302010202107060C24389F44BB5FF3CD9475DE27769300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303431323030303030305A170D3135303731313233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100D64CEB922D19BFA94F4729A537398B30EBF5C6631C62BBCB769F306E16CA4057B4B5224A150FCCB73E82BAA609D6877334B1DF7103A2DA909FC7E0BB3DB2B3A9EB2673380F8EE9E3716D3CB2293C0CEDC85EE3CCB5A3D3A0F5CF60000BEF038E5681A52C8C7E7B739E38DAD594025B3CE6270835A9CC2A67AF884262DB46C2A5D1C3C0E3F9DF9E7E13BC15F92F4D0A281DBFA81C3871B77C61A1D9AF62BD292EE9DBDFDFD00A38078E1439DD328EDD04AC12FD5C7BAF71A67653A0073E4C2B0592B5EDF0B557CDBBA33BAC4AC1B3D763B4EE7BBA7A8FA1F0B113F8972B6E67058F900FCE2FFBC72E2F5DBBEFF61CB1CD6627FFE15D2F8F62EB8709A734C9359F0203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D33353939301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E0416041469CE07FF9B3F295016BC46D193E53205EF7CB7C5300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B0500038201010048B21764459225136166708E24E597AC2FE680694CC95435E209D80CDD3C83DE7D134619CB87482729F5EF8453DADA52CA9BE8065B819899B79675F3B4CF9CD25F2483B0D352AED1EB51E2B59E75D4BF39A0929D986681BFAEEFC4B4998F5135D8A6C0D1EF0E8D30A04B3A736AE7858BC02471EB08E5CF789798AD35E46316D37892310E21A9045D5BAD956AA1BD9B10692C54D4BD3FA1DCDDB746BAABDBFCFAAD75FFDB51BA9019823D1180E41C57577325C35DBBEDD705D77896A1D3D76242A36ACE68681BA7D2F22E26324C04FF18272FA7A71D083991BC087B50C0E34105106CF1E382DBEDDF7577A291386EDEC609283E4E3F6419717934A725F30C6530
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.mobileslideshow_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: 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 ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.Maps
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) no suitable mapping model found
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.Maps_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: 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_RO
W ] 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 ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/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 ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.Health
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.Health_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.Preferences
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-
sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.Preferences_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.gamecenter
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.gamecenter_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.MobileAddressBook
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.MobileAddressBook_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.WatchKitSettings
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.WatchKitSettings_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.mobilesafari
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.mobilesafari_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.05 seconds
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: BTM: attaching to BTServer
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: BTM: failed to attach with error 9
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: BTM: attaching to BTServer
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: BTM: failed to attach with error 9
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: BTM: attaching to BTServer
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: BTM: failed to attach with error 9
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) Automatic schema migration succeeded for store at ‘file:///Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices
/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Media/PhotoData/Photos.sqlite’
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: Incompatible version schema for persistent store ‘file:///Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/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 ] 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 ] migrationManagerClass = NSSQLiteInPlaceMigrationManager;
info: [IOS_SYSLOG_ROW ] } and current model versions = {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <34f2a415 40550bd3 d3facd99 4ba893a5 797ccb38 5789eacf 1c8f7ce9 e093c139>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <190d3fb8 272840d6 e9be1f8d 9f00e679 b9ebaaae c93b2538 722c46b5 3107fd36>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <cbb3f878 84adee42 d2c6d8e2 f5808f04 8c04c6df ffa094f5 84c76382 c0063fc6>;
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 ] CloudResourceNode = <b8ccbdbd 18b39f0f 9cb6b3c5 999946de b7ffae8f 1aac1e2c 367fda25 6588423f>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <ccfaa869 d25c25c4 6eabcbce bb3ef95d a8cf6421 57aebc71 6d76a637 a3e92e63>;
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 = <7b03635f 444f1d69 d991539f 00e59306 96077b1c 599213c1 bc0ec265 fdaba396>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <2aa08d0a be0ba836 4fc3983d 76c48fbe 238a90e0 c200fc51 cac0fc70 2b87b145>;
info: [IOS_SYSLOG_ROW ] Folder = <5d39b725 6a2abb9b ec8a2318 6dcc2da4 80edade3 5879773d baa03794 7428332b>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <ca4db871 da863db4 ce4be
242 3b6ee095 6fc8f146 97869981 cdf93f20 81a3920e>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <15e1f33c 2763253a 56a28eae 2ae35f84 ac9276a1 fd654a55 56be94d3 9801f7ba>;
info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>;
info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <800885b6 c45f8c66 1d4d4df7 3695f067 5d26825d ad7a2103 bb0d490e 7860b1ce>;
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 = <cef2bab6 6403b627 113657ed 288f5556 41fc7275 66f2c5b3 3c263779 bb0805da>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <8f5864a7 cccb219c 3a90bfb1 4064e354 a58de3e5 fdd536b1 7ace479c f5fdd8d0>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) will attempt automatic schema migration
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Application windows are expected to have a root view controller at the end of application launch
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 — last message repeated 2 times —
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: 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 ] CloudSharedAlbumInvitationRecor
d = <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 ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <34f2a415 40550bd3 d3facd99 4ba893a5 797ccb38 5789eacf 1c8f7ce9 e093c139>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <190d3fb8 272840d6 e9be1f8d 9f00e679 b9ebaaae c93b2538 722c46b5 3107fd36>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <cbb3f878 84adee42 d2c6d8e2 f5808f04 8c04c6df ffa094f5 84c76382 c0063fc6>;
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 ] CloudResourceNode = <b8ccbdbd 18b39f0f 9cb6b3c5 999946de b7ffae8f 1aac1e2c 367fda25 6588423f>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum
= <ccfaa869 d25c25c4 6eabcbce bb3ef95d a8cf6421 57aebc71 6d76a637 a3e92e63>;
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 = <7b03635f 444f1d69 d991539f 00e59306 96077b1c 599213c1 bc0ec265 fdaba396>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <2aa08d0a be0ba836 4fc3983d 76c48fbe 238a90e0 c200fc51 cac0fc70 2b87b145>;
info: [IOS_SYSLOG_ROW ] Folder = <5d39b725 6a2abb9b ec8a2318 6dcc2da4 80edade3 5879773d baa03794 7428332b>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <ca4db871 da863db4 ce4be242 3b6ee095 6fc8f146 97869981 cdf93f20 81a3920e>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <15e1f33c 2763253a 56a28eae 2ae35f84 ac9276a1 fd654a55 56be94d3 9801f7ba>;
info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>;
info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <800885b6 c45f8c66 1d4d4df7 3695f067 5d26825d ad7a2103 bb0d490e 7860b1ce>;
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 = <cef2bab6 6403b627 113657ed 288f5556 41fc7275 66f2c5b3 3c263779 bb0805da>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <8f5864a7 cccb219c 3a90bfb1 4064e354 a58de3e5 fdd536b1 7ace479c f5fdd8d0>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) no suitable mapping model found
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local assetsd[11628]: 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>;
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 ] destination hashes: {
info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <34f2a415 40550bd3 d3facd99 4ba893a5 797ccb38 5789eacf 1c8f7ce9 e093c139>;
info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
info: [IOS_SYSLOG_ROW ] Album = <190d3fb8 272840d6 e9be1f8d 9f00e679 b9ebaaae c93b2538 722c46b5 3107fd36>;
info: [IOS_SYSLOG_ROW ] AlbumList = <e5114d78 8b74fd88 a8c4e778 1e1a8f99 5d997d0a d7cc865f c0fdf949 3c8876ff>;
info: [IOS_SYSLOG_ROW ] Asset = <cbb3f878 84adee42 d2c6d8e2 f5808f04 8c04c6df ffa094f5 84c76382 c0063fc6>;
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 = <84a3a0
85 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 ] CloudResourceNode = <b8ccbdbd 18b39f0f 9cb6b3c5 999946de b7ffae8f 1aac1e2c 367fda25 6588423f>;
info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <ccfaa869 d25c25c4 6eabcbce bb3ef95d a8cf6421 57aebc71 6d76a637 a3e92e63>;
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 = <7b03635f 444f1d69 d991539f 00e59306 96077b1c 599213c1 bc0ec265 fdaba396>;
info: [IOS_SYSLOG_ROW ] FetchingAlbum = <2aa08d0a be0ba836 4fc3983d 76c48fbe 238a90e0 c200fc51 cac0fc70 2b87b145>;
info: [IOS_SYSLOG_ROW ] Folder = <5d39b725 6a2abb9b ec8a2318 6dcc2da4 80edade3 5879773d baa03794 7428332b>;
info: [IOS_SYSLOG_ROW ] GenericAlbum = <ca4db871 da863db4 ce4be242 3b6ee095 6fc8f146 97869981 cdf93f20 81a3920e>;
info: [IOS_SYSLOG_ROW ] GenericAsset = <15e1f33c 2763253a 56a28eae 2ae35f84 ac9276a1 fd654a55 56be94d3 9801f7ba>;
info: [IOS_SYSLOG_ROW ] Keyword = <cacff224 ab0db1e5 1ed5c9ca 5328bece f077109a de43611f d791ff7e 78bf2a4d>;
info: [IOS_SYSLOG_ROW ] Moment = <3c51072e 7e0015e1 dc21446c 8dbf88ad 45a6004b d7772fbe 7d33d4da 391acf03>;
info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
info: [IOS_SYSLOG_ROW ] MomentList = <d06203e1 8c6f1842 087bf48c 7511eee9 fa5624be 393e8a71 0649f989 8c0165ad>;
info: [IOS_SYSLOG_ROW ] Person = <ac06921b a5b5bd98 4f2fd374 5c252862 c74d995e 8b8f7e2a 31104681 b7d16b25>;
info: [IOS_SYSLOG_ROW ] PersonReference = <34c68274 75a7d454 ef09c333 9b80d6df 35989b02 78ac847d f0611a3b 5e77dcb2>;
info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <800885b6 c45f8c66 1d4d4df7 3695f067 5d26825d ad7a2103 bb0d490e 7860b1ce>;
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 = <cef2bab6 6403b627 113657ed 288f5556 41fc7275 66f2c5b3 3c263779 bb0805da>;
info: [IOS_SYSLOG_ROW ] WallpaperAsset = <8f5864a7 cccb219c 3a90bfb1 4064e354 a58de3e5 fdd536b1 7ace479c f5fdd8d0>;
info: [IOS_SYSLOG_ROW ] }
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local itunesstored[11649]: iTunes Store environment is: ST11
info: [IOS_SYSLOG_ROW ] May 18 16:27:19 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: |GAXGeneral|info| whitelistedApps and appSelfLockIDs both nil. No need to enable GAX (Single App Mode)
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local mediaremoted[11622]: Property list invalid for format: 200 (property lists cannot contain NULL)
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: SMS Plugin initialized.
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) in-place migration completed succeessfully in 0.13 seconds
info: [IOS_SYSLOG_ROW ] May 18 16:27
:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING LOCAL com.apple.mobilecal, <BBLocalDataProvider 0x7b47b980; com.apple.mobilecal>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING LOCAL com.apple.reminders, <BBLocalDataProvider 0x7b16bf10; com.apple.reminders>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Sharing Plugin initialized.
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Normal message received by listener connection. Ignoring.
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING REMOTE com.apple.AppStore, <BBRemoteDataProvider 0x7b09be10; com.apple.AppStore>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING REMOTE com.apple.mobilecal.widget, <BBRemoteDataProvider 0x7b284e10; com.apple.mobilecal.widget>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING REMOTE com.apple.springboard.notificationcenter.today, <BBRemoteDataProvider 0x7b5006b0; com.apple.springboard.notificationcenter.today>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING REMOTE com.apple.springboard.notificationcenter.tomorrow, <BBRemoteDataProvider 0x7b4b0500; com.apple.springboard.notificationcenter.tomorrow>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: CPSqliteStatementReset: database table is locked: _SqliteDatabaseProperties for SELECT value FROM _SqliteDatabaseProperties WHERE key = ?;
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: table drop: 101
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 — last message repeated 1 time —
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local locationd[11632]: ERROR: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/SpringBoard.app/SpringBoard is depending on legacy on-demand authorization, which is not supported for new apps
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: 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 ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING LOCAL com.apple.mobilecal.today, <BBLocalDataProvider 0x7b5cb740; com.apple.mobilecal.today>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING LOCAL com.apple.cmas, <BBLocalDataProvider 0x7b3889d0; com.apple.cmas>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING LOCAL com.apple.mobileslideshow, <BBLocalDataProvider 0x7b382430; com.apple.mobileslideshow>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: table drop: 101
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: CoreData: annotation: (migration) Automatic schema migration succeeded for store at ‘file:///Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Media/PhotoData/
Photos.sqlite’
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING LOCAL com.apple.MobileSMS, <BBLocalDataProvider 0x7b49f400; com.apple.MobileSMS>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: ADDING LOCAL com.apple.SocialBulletinBoardProvider, <BBLocalDataProvider 0x7b2c18a0; com.apple.SocialBulletinBoardProvider>
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: table drop: 101
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local lsd[11643]: Launch Services: Failed to find app container URL for identifier com.apple.mobilecal
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Failed to get the user name
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.apple.mobilecal_CFBundleIcon[31]
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local calaccessd[11660]: Error opening database: unable to open database file
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local IMDPersistenceAgent[11661]: [Warning] Setting up a new database at path /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Library/SMS/sms.db.
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local recentsd[11662]: Error 1 getting library version: no such table: properties
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: table drop: 101
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local securityd[11640]: SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 3082070A0A0100A0820703308206FF06092B0601050507300101048206F0308206EC30819EA2160414D659CBA9A69C0A884FC0A77AB0E52EB4CDD8D3F7180F32303135303531373038353531305A307330713049300906052B0E03021A0500041439AF18B41C021F39109656FDC6D358EF74858B9904144E43C81D76EF37537A4FF2586F94F338E2D5BDDF0210408C88AB3913CF80BF26E0DC17A628B68000180F32303135303531373038353531305AA011180F32303135303532343038353531305A300D06092A864886F70D010105050003820101006D4E46101E2BE9545BF98218CBAF886AB49D4BCA3BCB38119004068F2F7F8BA4C320579B8A5EA055983B6F45C5803F4AEBC927011BFD297FCEFCAB1EB410D9CC60460D181EF563FE7BC1D5410B7DD0CBDDF6F458C03C30990F410E2C1553254545D04993A7D1BA97698FF6448FBCA87EEAE393274529C7F94F401F87A539FF03E66EA8183A81D303E68DEAE6A9C45852942D270CBEF09A062E54B7C6AD7EB8F153DBC0A37FD37BB9AD01988B7C49F9ECAD9DC87B1AE023DC775951D9B1049B35974EF8D3E85C8282C5733501E2E3F9903D678F4DD0267E39FEF1297DDA1BE9986A1CA81FF990BA6F8F0887DDB6B20299106F8AFBFD7B4ACDF8D74F6409AB47CEA08205333082052F3082052B30820413A003020102021071F4D014E9B577E0213855C1D3E47B43300D06092A864886F70D01010505003081BE310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036313830360603550403132F566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204341301E170D3135303530363030303030305A170D3135303830343233353935395A3081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E65747
76F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036314430420603550403133B566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A028201010094FC2FB02E20DE9475BED59A36B8DDDFFBA777E7B0DA65ACE1CEF8C75A127C092236C150B2E6C79E8D5AA78429E0C3354CEBC4C0E735BBD6D9DE7E3D526FC487AD77936079D5E09BD378E67CAB70B4F5EDE724FB7B153844B5C5C5419432D600C4EA19B8321912ED068EEABCAC92FB9CFA784D83ADDFA3776A66C3240FBE056A98B4A2445B535EB3214A3466019754A70BC25BE7608E2FB625170E519F37C9C9B2C4FF31A25D06CBEFF3B081EAE124728054FF4E471DB0C388862C1EB0542D3DB322C91AFF56D82C91F7BC3FF2AA1810967859162E89856DA920226EAA7E32BDDBB6B38C205A687A8F41BBBCFF4B279EB6E386619E3F143C25CF35ADE4D577AB0203010001A38201153082011130090603551D13040230003081AC0603551D200481A43081A130819E060B6086480186F8450107170330818E302806082B06010505070201161C68747470733A2F2F7777772E766572697369676E2E636F6D2F435053306206082B0601050507020230563015160E566572695369676E2C20496E632E30030201011A3D566572695369676E27732043505320696E636F72702E206279207265666572656E6365206C6961622E206C74642E20286329393720566572695369676E30130603551D25040C300A06082B06010505070309300B0603551D0F040403020780300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D33383234300D06092A864886F70D0101050500038201010062F31EB73E5F241107C671068044D62D086C7AC5467E3BD1EA9D32F25FEA9E8187B7D5F168F776B0249E09BB0F5E54FF26C94A96FBB71168C39F8E42BD5A7CC0204AEBC4A809C846B0DB41630A356DB8A638FE9C7CDA04D41F39FC9907B8BE6A00C13F5A8898306866CC072786ACF1B3CD437F0F50C0AB61C139E0B3A42DF6B903989D104038E9FC289D19A97844045210353F97A302B09FED24253A9A6F7567D3849FCB5A14B0D0AB7F38707A479E4DB8636ED2A74A547A5422AB250255214710AC3224D249F938D6C86DB6951F019913F242524AC73F5A20B37E478886C6F69F8174FB1076CF86B6B1BC4DF5B7286E4F671337091003109109DAE2586F8B49
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local securityd[11640]: SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206DE0A0100A08206D7308206D306092B0601050507300101048206C4308206C030819EA21604143B4F7D61A421A912751ECA086175DFC165554E70180F32303135303531363135353031335A307330713049300906052B0E03021A05000414B9E9B287028503F8ECA5FB42E13E0F49C72426E204147FD365A7C2DDECBBF03009F34339FA02AF33313302102C48DD930DF5598EF93C99547A60ED438000180F32303135303531363135353031335AA011180F32303135303532333135353031335A300D06092A864886F70D01010505000382010100C73E7FFD7E184635C62296EAC9A1FF3BE56F2AEDC67A278C9350BE18B9E1DF80663454F586629A100F1D5141BD646F869606D095C1FADE9688E4B28DACAC68CB678CD841CCB421A932CE83C948E340709B45DC1705088771E8A15472960FB4A49E6DB076EEB4062DBF9F80B1338796085E5B562239919321FBB912B7FCC5DAC3A325BCECA557901B586B5B0E5CB9B2A08FB0A36A19A47AD24679DF6A30876808234B3F1CB946E4FDF159F6870A5475F8339CD7F1F2B8988A27D39B01D8C70F7A2A5965625BE5A97E9843AFB06064DD0464586544215EC17173D901CFC35A176267E81D05936D203BFA249AC989874662E6CA88D0A20B67BA4AEC0E505FD6DB9CA082050730820503308204FF308203E7A00302010202101D32B08B14275505424D91DD8D67C042300D06092A864886F70D01010505003081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313A3038060355040B1331286329203230303620566572695369676E2C20496E632E202D20466F7220617574686F72697A656420757365206F6E6C79314530430603550403133C566572695369676E20436C6173732033205075626C6963205072696D6172792043657274696669636174696F6E20417574686F72697479202D204735301E170D3134313230323030303030305A170D3135313231363233353935395A30818E310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B313F303D0603550403133653796D616E74656320436C617373203320504341202D204735204F43535020526573706F6E646572204365727469666963617465203330820122300D06092A864886F70D01010105000382010F003082010A0282010100CEB0AC10E711043226DD1B504CA1C0D92C83DF32F3AC
7F1C3A1BDF7448E50A80604A470025B2982AA2BD9173FA6325E5D8EC3F74AD1B4AA610300971170984187EFE2E6B4058C46CD469EAF38D0430A1006B6BD2A868C8392231D3353FE3CC73A1C02E1784335B1A92D175ED8CB1B9D7B05DFBB5E8523082895A7DD7F49A196CCEE249B05907EAEDA2E76A5C48EB71D5D87F23837577EF34717AF623F04A99F2D4D6D24032242212DD246CAD42D7881C059BE70744A87965D5F528F8D73217A8E9E197D0AB008B40F3F18F1480C42B97C3F3A52201B7872045EB0B304D2CF1B9627BCC5EA1007327A9ACA1BF66F536D2707234974AA788C6F409F7B3EE276AFD0203010001A382011930820115300C0603551D130101FF04023000306C0603551D20046530633061060B6086480186F845010717033052302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302806082B06010505070202301C1A1A687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300F06092B06010505073001050402050030210603551D11041A3018A416301431123010060355040313095447562D422D323736301D0603551D0E041604143B4F7D61A421A912751ECA086175DFC165554E70301F0603551D230418301680147FD365A7C2DDECBBF03009F34339FA02AF333133300D06092A864886F70D0101050500038201010028F12697F2446772065665FAF22393A1E135E44EE276E651442B47F655599A21F1C14EA9971FCBD42522C8629E7B1C816558C2744007167EFAC22ADC47A1496DF93C5D96B720E4A07BC2CA37EC0198255847EAAB627B99EB9EC9B637F4DF6A2B8EF96A288846A7C21E839383A49648743F39BF3E5CB87C9681E358C04E1DB380D773CE56690BD10E2B5F72D625882946990BFECA9F4746529FE10450F6DCDFE1DA0B95D345302441FBC6E789A68381769FE173A71ADA4178A30EFF95E12117BF4445C64DF9724EBFB9FB89D63291EB82A4865BAB2E2CA279BDE77C69AD3D0FF8CB60DED638379A402149E7203521CAE662FCFF3D8F5BBB042F397472C84517C8
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Property list invalid for format: 200 (property lists cannot contain NULL)
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 — last message repeated 4 times —
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a scenario producer: PLCloudPruneAgent
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a scenario producer: PLCloudDownloadAgent
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a trigger: PLCloudSystemStartedTrigger
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a trigger: PLCacheDeleteTrigger
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a trigger: PLCLoudSettingsChangedTrigger
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a trigger: PLCloudAppInForegroundTrigger
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a trigger: PLCloudMetadataChangedTrigger
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: Cloud Resources scheduler activated a trigger: PLCloudMetadataStableTrigger
info: [IOS_SYSLOG_ROW ] May 18 16:27:20 h-MacBook-Pro-sl-Lior.local assetsd[11628]: table drop: 101
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local geod[11658]: /SourceCache/GeoServices_Sim/GeoServices-982.64/GEODBWriter.mm:210 recreating tile database because manifest URL changed
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local geod[11658]: /SourceCache/GeoServices_Sim/GeoServices-982.64/GEODBWriter.mm:447 Recreating tile database
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0093000 -[MIInstaller performInstallationWithError:]: Installing
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0093000 -[MIContainer makeContainerLiveRep
lacingContainer:withError:]: Made container live for com.warranteer.app at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Data/Application/FC067572-3E00-482D-B6FA-BA33E8CDC489
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.warranteer.app at /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/Containers/Bundle/Application/425650CD-7D08-4FDE-8F31-327FF19A5E88
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local installd[11624]: 0xb0093000 -[MIInstaller performInstallationWithError:]: Staging: 2.65s; Waiting: 0.00s; Installation: 0.15s; Overall: 2.80s
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local CoreSimulatorBridge[11638]: LaunchServices: NotifiedObservers <LSApplicationProxy: 0x7906ffd0> com.warranteer.app was installed
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local lsd[11643]: LaunchServices:(called by PID 11638) Identifiers file does not exist.
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local lsd[11643]: LaunchServices:(called by PID 11638) Creating new identifiers file.
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local lsd[11643]: LaunchServices: Updating identifier store
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Installed apps did change.
info: [IOS_SYSLOG_ROW ] Added: {(
info: [IOS_SYSLOG_ROW ] “com.warranteer.app”
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 ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.MobileSMS
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: throwing out icon because its isn’t visible in the model : node=<SBApplicationIcon: 0x7b0a0230; nodeID: “com.apple.camera”> com.apple.camera
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.weather
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobiletimer
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.videos
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobilenotes
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.reminders
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.stocks
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.iBooks
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.MobileStore
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.AppStore
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.facetime
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.calculator
in
fo: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.podcasts
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.compass
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.tips
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.VoiceMemos
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.nike
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.Bridge
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobilephone
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.mobilemail
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: could not find icon for representation → com.apple.Music
info: [IOS_SYSLOG_ROW ] May 18 16:27:21 h-MacBook-Pro-sl-Lior.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[11643]: LaunchServices: Failed to set the data protection class for /Users/liorkrispinwork/Library/Developer/CoreSimulator/Devices/F8A30BB3-48BF-4DA0-9971-2E2C334ACC11/data/tmp/com.apple.IconsCache/com.warranteer.app_CFBundleIcon[15]
info: [IOS_SYSLOG_ROW ] May 18 16:27:22 h-MacBook-Pro-sl-Lior.local syncdefaultsd[11663]: (Note ) SYDAccount: no account
info: [IOS_SYSLOG_ROW ] May 18 16:27:22 h-MacBook-Pro-sl-Lior.local syncdefaultsd[11663]: (Note ) SYDPIMAccount: no account (null)
info: [IOS_SYSLOG_ROW ] May 18 16:27:22 h-MacBook-Pro-sl-Lior.local syncdefaultsd[11663]: (Note ) SYDAlwaysOnAccount: no account (null)

info: [IOS_SYSLOG_ROW ] May 18 16:27:22 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (UIKitApplication:com.warranteer.app[0xd4b][11664]): Program specified by service does not contain one of the requested architectures: ��"
info: [IOS_SYSLOG_ROW ] May 18 16:27:22 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to get pid for ‘UIKitApplication:com.warranteer.app[0xd4b]’: No such process (err 3)
info: [IOS_SYSLOG_ROW ] May 18 16:27:22 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Application ‘UIKitApplication:com.warranteer.app[0xd4b]’ exited voluntarily.
info: [IOS_SYSLOG_ROW ] May 18 16:27:22 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port

info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (UIKitApplication:com.warranteer.app[0xdcf9][11665]): Program specified by service does not contain one of the requested architectures: ��"

info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to get pid for ‘UIKitApplication:com.warranteer.app[0xdcf9]’: No such process (err 3)
info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Application ‘UIKitApplication:com.warranteer.app[0xdcf9]’ exited voluntarily.

info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (UIKitApplication:com.warranteer.app[0x9abb][11666]): Program specified by service does not contain one of the requested architectures: ��"
info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to get pid for ‘UIKitApplication:com.warranteer.app[0x9abb]’: No such process (err 3)
info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Application ‘UIKitApplication:com.warranteer.app[0x9abb]’ exited voluntarily.

info: [IOS_SYSLOG_ROW ] May 18 16:27:23 h-MacBook-Pro-sl-Lior.local calaccessd[11660]: table drop: 101

info: [IOS_SYSLOG_ROW ] May 18 16:27:24 — last message repeated 1 time —

info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (UIKitApplication:com.warranteer.app[0x3deb][11667]): Program specified by service does not contain one of the requested architectures: ��"
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to get pid for ‘UIKitApplication:com.warranteer.app[0x3deb]’: No such process (err 3)
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Application ‘UIKitApplication:com.warranteer.app[0x3deb]’ exited voluntarily.

info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior assertiond[11633]: assertion failed: 14D136 12F69: assertiond + 14647 [D82D8D7B-5253-3300-B083-B6F739F68355]: 0x1
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 — last message repeated 1 time —
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior com.apple.CoreSimulator.SimDevice.F8A30BB3-48BF-4DA0-9971-2E2C334ACC11.launchd_sim[11615] (UIKitApplication:com.warranteer.app[0xbda6][11669]): Program specified by service does not contain one of the requested architectures: ��"
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Unable to get pid for ‘UIKitApplication:com.warranteer.app[0xbda6]’: No such process (err 3)
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior.local SpringBoard[11629]: Application ‘UIKitApplication:com.warranteer.app[0xbda6]’ exited voluntarily.

info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior MobileCal[11668]: objc[11668]: Class ColorBarView is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/EventKitUI.framework/EventKitUI and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/MobileCal.app/MobileCal. One of the two will be used. Which one is undefined.
info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior MobileCal[11668]: assertion failed: 14D136 12F69: libxpc.dylib + 69007 [21968CDD-4DA7-390D-9264-D74A6FA6AF2B]: 0x7d

info: [IOS_SYSLOG_ROW ] May 18 16:27:24 h-MacBook-Pro-sl-Lior assertiond[11633]: assertion failed: 14D136 12F69: assertiond + 14647 [D82D8D7B-5253-3300-B083-B6F739F68355]: 0x1

Thanks!

Hi,

Try running the app on simulator/device through xcode first and then run Appium

Let me know if it helps.

Thanks,
Sujata

I resolved this issue and may help someone else too.

To test in the simulator, the .app you will use is the one built against the simulator. You will need to use the path that points to the “Debug-iphonesimulator” folder after building in Xcode.

I ran into the same issue and the line below found on the website (Appium Tutorial) helped me.
“It’s important to note that this app is built for the simulator. Builds for physical iOS devices only work on physical iOS devices.”

Here is the process that needs to be followed to launch the application onto the iOS simulator:

  1. Open the .xcodeproj with Xcode
    2. Select the iOS simulator by clicking the project name which is located on the top left corner (next to Stop button)
  2. Select Product->Clean
  3. Select Product->Build
  4. Click on “RUN” button
  5. If everything is fine we will be notifying with Build Success message and the respective simulator will open.
  6. Notice that our application will gets installed successfully and the application will launch and the respective .app file gets created under the debug iphoneSimulators (/Users/XXX/Library/Developer/Xcode/DerivedData/XXXXXX-xxxxxxx/Build/Products/Debug-iphonesimulator/xxx.app)
1 Like

Excellent answer, solved my problem! :slightly_smiling_face: