Appium Mac 里使用 Appium 的 Inspect 启动 app 失败

careysucci · 2015年03月30日 · 最后由 陈恒捷 回复于 2015年03月30日 · 3320 次阅读

1、配置 app、platform 参数,启动 appium
2、点击 Inspect,模拟器启动,进入主界面
3、app 刚启动又回到模拟器主界面,一直重复此过程,始终无法正常进入 app 主界面,并正常启动 Inspect。
请大神帮分析这是什么问题,日志如下:

2015-03-30 09:35:25:300 - info: Welcome to Appium v1.3.7 (REV 72fbfaa116d3d9f6a862600ee99cf02f6d0e2182)
2015-03-30 09:35:25:309 - info: Appium REST http interface listener started on 0.0.0.0:4723
2015-03-30 09:35:25:313 - info: [debug] Non-default server args: {"app":"/Users/carey/Desktop/entmobile.ipa","log":"/tmp/appium.log","deviceName":"iPhone 5","platformName":"iOS","platformVersion":"8.2","showIOSLog":true,"defaultCommandTimeout":7200}
2015-03-30 09:35:25:314 - info: Console LogLevel: debug
2015-03-30 09:35:25:314 - info: File LogLevel: debug
2015-03-30 09:35:25:416 - info: --> GET /wd/hub/status {}
2015-03-30 09:35:25:418 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"}}}
2015-03-30 09:35:25:426 - info: <-- GET /wd/hub/status 200 11.396 ms - 104 {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"}}}
2015-03-30 09:35:33:868 - info: --> GET /wd/hub/status {}
2015-03-30 09:35:33:870 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"}}}
2015-03-30 09:35:33:874 - info: <-- GET /wd/hub/status 200 34.673 ms - 104 {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"}}}
2015-03-30 09:35:33:876 - info: --> GET /wd/hub/sessions {}
2015-03-30 09:35:33:877 - info: [debug] Responding to client with success: {"status":0,"value":[]}
2015-03-30 09:35:33:879 - info: <-- GET /wd/hub/sessions 200 3.045 ms - 23 {"status":0,"value":[]}
2015-03-30 09:35:33:933 - info: --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"8.2","newCommandTimeout":"999999","automationName":"Appium","deviceName":"iPhone 5"}}
2015-03-30 09:35:33:935 - info: Client User-Agent string: Appium (unknown version) CFNetwork/673.5 Darwin/13.4.0 (x86_64) (VMware7%2C1)
2015-03-30 09:35:33:944 - info: [debug] Using local .ipa from command line: /Users/carey/Desktop/entmobile.ipa
2015-03-30 09:35:33:955 - info: [debug] Copying local zip to tmp dir
2015-03-30 09:35:34:711 - info: [debug] /Users/carey/Desktop/entmobile.ipa copied to /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/appium-app.zip
2015-03-30 09:35:34:806 - info: [debug] Unzipping /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/appium-app.zip
2015-03-30 09:35:34:817 - info: [debug] Testing zip archive: /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/appium-app.zip
2015-03-30 09:35:35:240 - info: [debug] Zip archive tested clean
2015-03-30 09:35:36:456 - info: --> GET /wd/hub/status {}
2015-03-30 09:35:36:471 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isShuttingDown":false}}
2015-03-30 09:35:36:491 - info: <-- GET /wd/hub/status 200 31.004 ms - 127 {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isShuttingDown":false}}
2015-03-30 09:35:37:084 - info: [debug] Unzip successful
2015-03-30 09:35:37:092 - info: [debug] Using locally extracted app: /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/Payload/YYMobile.app
2015-03-30 09:35:37:105 - info: [debug] Creating new appium session 651fbbff-11a5-48eb-b6c7-69346137e457
2015-03-30 09:35:37:116 - info: [debug] Removing any remaining instruments sockets
2015-03-30 09:35:37:128 - info: [debug] Cleaned up instruments socket /tmp/instruments_sock
2015-03-30 09:35:37:139 - info: [debug] Setting Xcode folder
2015-03-30 09:35:37:178 - info: [debug] Setting Xcode version
2015-03-30 09:35:37:232 - info: [debug] Setting iOS SDK Version
2015-03-30 09:35:37:260 - info: [debug] Getting sdk version from xcrun with a timeout
2015-03-30 09:35:37:315 - info: [debug] iOS SDK Version set to 8.2
2015-03-30 09:35:37:321 - info: [debug] Checking whether instruments supports our device string
2015-03-30 09:35:37:327 - info: [debug] Getting list of devices instruments supports
2015-03-30 09:35:37:350 - info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments
2015-03-30 09:35:46:469 - info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.2","iOSSDKVersion":"8.2","deviceName":"iPhone 5","platformVersion":"8.2"}
2015-03-30 09:35:46:478 - info: [debug] fixDevice is on
2015-03-30 09:35:46:488 - info: [debug] Final device string is: 'iPhone 5 (8.2 Simulator)'
2015-03-30 09:35:46:497 - info: [debug] iOS sim UDID is 117A2222-200A-4899-B449-59A79E4E3CE2
2015-03-30 09:35:46:510 - info: [debug] Detecting automation tracetemplate
2015-03-30 09:35:46:533 - info: [debug] Not auto-detecting udid, running on sim
2015-03-30 09:35:46:545 - info: [debug] Could not parse plist file (as binary) at /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/Payload/YYMobile.app/en.lproj/Localizable.strings
2015-03-30 09:35:46:554 - info: Will try to parse the plist file as XML
2015-03-30 09:35:46:561 - info: [debug] Could not parse plist file (as XML) at /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/Payload/YYMobile.app/en.lproj/Localizable.strings
2015-03-30 09:35:46:572 - warn: Could not parse app Localizable.strings assuming it doesn't exist
2015-03-30 09:35:46:581 - info: [debug] Getting bundle ID from app
2015-03-30 09:35:46:595 - info: [debug] Parsed app Info.plist (as binary)
2015-03-30 09:35:46:603 - info: [debug] Creating instruments
2015-03-30 09:35:46:611 - 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
2015-03-30 09:35:46:621 - info: [debug] Preparing uiauto bootstrap
2015-03-30 09:35:46:628 - info: [debug] Dynamic bootstrap dir: /Users/carey/Library/Application Support/appium/bootstrap
2015-03-30 09:35:46:640 - 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"}
2015-03-30 09:35:46:672 - info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify!
...
2015-03-30 09:35:46:679 - info: [debug] Dynamic bootstrap path: /Users/carey/Library/Application Support/appium/bootstrap/bootstrap-931e8d7703a594e3.js
2015-03-30 09:35:46:700 - info: [debug] Reusing dynamic bootstrap: /Users/carey/Library/Application Support/appium/bootstrap/bootstrap-931e8d7703a594e3.js
2015-03-30 09:35:46:707 - info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.2","iOSSDKVersion":"8.2","deviceName":"iPhone 5","platformVersion":"8.2"}
2015-03-30 09:35:46:714 - info: [debug] fixDevice is on
2015-03-30 09:35:46:723 - info: [debug] Final device string is: 'iPhone 5 (8.2 Simulator)'
2015-03-30 09:35:46:730 - info: [debug] We're on iOS7.1+ so forcing defaultDevice on
2015-03-30 09:35:46:740 - info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.2","iOSSDKVersion":"8.2","deviceName":"iPhone 5","platformVersion":"8.2"}
2015-03-30 09:35:46:749 - info: [debug] fixDevice is on
2015-03-30 09:35:46:757 - info: [debug] Final device string is: 'iPhone 5 (8.2 Simulator)'
2015-03-30 09:35:46:771 - info: [debug] Parsed app Info.plist (as binary)
2015-03-30 09:35:46:791 - info: [debug] Wrote new app Info.plist with device type
2015-03-30 09:35:46:797 - info: [debug] Checking whether we need to set app preferences
2015-03-30 09:35:46:806 - info: [debug] Running ios sim reset flow
2015-03-30 09:35:46:812 - info: [debug] Killing the simulator process
2015-03-30 09:35:46:822 - info: [debug] Killall iOS Simulator
2015-03-30 09:35:46:834 - info: [debug] Killing any other simulator daemons
2015-03-30 09:35:46:933 - info: [debug] Cleaning sim data files
2015-03-30 09:35:47:275 - info: [debug] Cleaning app data files
2015-03-30 09:35:47:281 - warn: Applications directory /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application doesn't exist. Have you run this simulator before?
2015-03-30 09:35:47:283 - warn: Applications directory /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Bundle/Application doesn't exist. Have you run this simulator before?
2015-03-30 09:35:47:283 - info: Couldn't find app directories to delete. Probably it's not installed
2015-03-30 09:35:47:284 - info: [debug] Not setting locale
2015-03-30 09:35:47:284 - info: [debug] No iOS / app preferences to set
2015-03-30 09:35:47:286 - info: [debug] Starting iOS 8.* simulator log capture
2015-03-30 09:35:47:476 - info: [debug] Not pre-launching simulator
2015-03-30 09:35:47:499 - info: [debug] No device id or app, not installing to real device.
2015-03-30 09:35:47:517 - info: [debug] Starting command proxy.
2015-03-30 09:35:47:528 - info: [debug] Instruments socket server started at /tmp/instruments_sock
2015-03-30 09:35:47:539 - info: [debug] Starting instruments
2015-03-30 09:35:47:577 - info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments
2015-03-30 09:35:47:585 - info: Launching instruments
2015-03-30 09:35:47:593 - info: [debug] Attempting to run app on iPhone 5 (8.2 Simulator)
2015-03-30 09:35:47:603 - 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.2 Simulator)" /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/Payload/YYMobile.app -e UIASCRIPT "/Users/carey/Library/Application Support/appium/bootstrap/bootstrap-931e8d7703a594e3.js" -e UIARESULTSPATH /tmp/appium-instruments
2015-03-30 09:35:47:609 - 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"}
2015-03-30 09:35:47:618 - info: [debug] And launch timeouts (in ms): {"global":90000}
2015-03-30 09:35:48:284 - info: [debug] [INST] Waiting for device to boot...
2015-03-30 09:36:01:762 - info: [IOS_SYSLOG_ROW ] Mar 29 20:14:12 CareydeMac bootlog[0]: BOOT_TIME 1427685252 0
2015-03-30 09:36:01:781 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:01 CareydeMac syslogd[10940]: Configuration Notice:
2015-03-30 09:36:01:795 - info: [IOS_SYSLOG_ROW ] ASL Module "com.apple.cloudd" claims selected messages.
2015-03-30 09:36:01:802 - info: [IOS_SYSLOG_ROW ] Those messages may not appear in standard system log files or in the ASL database.
2015-03-30 09:36:01:814 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:01 CareydeMac syslogd[10940]: Configuration Notice:
2015-03-30 09:36:01:815 - info: [IOS_SYSLOG_ROW ] ASL Module "com.apple.clouddocs" claims selected messages.
2015-03-30 09:36:01:815 - info: [IOS_SYSLOG_ROW ] Those messages may not appear in standard system log files or in the ASL database.
2015-03-30 09:36:01:815 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:01 CareydeMac syslogd[10940]: Configuration Notice:
2015-03-30 09:36:01:815 - info: [IOS_SYSLOG_ROW ] ASL Module "com.apple.testmanagerd" claims selected messages.
2015-03-30 09:36:01:815 - info: [IOS_SYSLOG_ROW ] Those messages may not appear in standard system log files or in the ASL database.
2015-03-30 09:36:01:816 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938]: assertion failed: 13F1066: launchd_sim + 164350 [8299A031-DD0C-382B-A0CA-342713324245]: 0xd
2015-03-30 09:36:01:816 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.assertiond): This service is defined to be constantly running and is inherently inefficient.
2015-03-30 09:36:01:816 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.assetsd.nebulad): The JetsamProperties key is not available on this platform.
2015-03-30 09:36:01:816 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.assetsd.notificationServer): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
2015-03-30 09:36:01:816 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.assetsd): The JetsamProperties key is not available on this platform.
2015-03-30 09:36:01:816 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.backboardd): Unknown key for Boolean: HighPriorityIO
2015-03-30 09:36:01:816 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.backboardd): This service is defined to be constantly running and is inherently inefficient.
2015-03-30 09:36:01:817 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.calaccessd.xpc): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
2015-03-30 09:36:01:817 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.calaccessd): The JetsamProperties key is not available on this platform.
2015-03-30 09:36:01:817 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.certui.relay): ThrottleInterval set to zero. You're not that important. Ignoring.
2015-03-30 09:36:01:817 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.certui.relay): The JetsamProperties key is not available on this platform.
2015-03-30 09:36:01:817 - info: [IOS_SYSLOG_ROW ] Mar 30 02:35:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.cloudphotod): The JetsamProperties key is not available on this platform.
2015-03-30 09:36:01:817 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:01 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.syslogd[10940]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.system.logger
2015-03-30 09:36:02:963 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:02 CareydeMac.local configd_sim[10958]: network changed: v4(en0+:192.168.220.131) DNS+ Proxy+
2015-03-30 09:36:03:618 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:03 CareydeMac.local fileproviderd[10942]: (Note ) FileProvider: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/FileProvider.framework/Support/fileproviderd starting.
2015-03-30 09:36:03:839 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:03 CareydeMac.local installd[10947]: 0x19541a8 main: Reboot detected
2015-03-30 09:36:04:178 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:04 CareydeMac.local installd[10947]: 0x19541a8 is_build_upgrade: Did not find last build info; we must be upgrading from pre-8.0 or this is an erase install.
2015-03-30 09:36:04:591 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:04 CareydeMac.local installd[10947]: 0x19541a8 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migrating system app data containers
2015-03-30 09:36:05:007 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:04 CareydeMac.local installd[10947]: 0x19541a8 -[MISystemAppDataContainerMigrator performMigrationWithError:]: Migration complete
2015-03-30 09:36:05:337 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:05 CareydeMac.local securityd[10963]: unable to access hwaes key
2015-03-30 09:36:07:431 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:07 CareydeMac.local identityservicesd[10948]: [Warning] DeviceHeartbeat - Failed loading device heartbeat data from keychain -25300
2015-03-30 09:36:07:451 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:07 CareydeMac.local distnoted[10966]: # distnote server daemon  absolute time: 22915.542830056   civil time: Mon Mar 30 02:36:07 2015   pid: 10966 uid: 501  root: yes
2015-03-30 09:36:08:380 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:08 CareydeMac.local identityservicesd[10948]: [Warning] Setting up a new database at path /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Library/IdentityServices/ids.db.
2015-03-30 09:36:08:517 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:08 CareydeMac.local CoreSimulatorBridge[10959]: Switching to keyboard: en
2015-03-30 09:36:08:813 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:08 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:08:926 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:08 CareydeMac.local identityservicesd[10948]: [Warning] Setting up a new database at path /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Library/IdentityServices/ids-a.db.
2015-03-30 09:36:09:662 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:09 CareydeMac.local identityservicesd[10948]: [Warning] Setting up a new database at path /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Library/IdentityServices/ids-c.db.
2015-03-30 09:36:09:912 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:09 CareydeMac.local identityservicesd[10948]: [Warning] NULL accountGUIDs passed to CFArrayRef IDSOutgoingMessageRecordCopyUnsentMessagesForAccountsAndPriority(NSArray *, int64_t, int64_t, IDSDataProtectionClass)
2015-03-30 09:36:10:204 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 --- last message repeated 2 times ---
2015-03-30 09:36:10:213 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:10:342 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local backboardd[10952]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
2015-03-30 09:36:10:412 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local containermanagerd[10965]: 0x1e0d1a8 main: containermanagerd performing first boot initialization
2015-03-30 09:36:10:459 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local backboardd[10952]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0xb0197000
2015-03-30 09:36:10:466 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local backboardd[10952]: HID Session async scheduling initiated.
2015-03-30 09:36:10:474 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local backboardd[10952]: HID Session async root queue running at priority 63 and schedule 2.
2015-03-30 09:36:10:486 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local backboardd[10952]: HID Session async scheduling complete.
2015-03-30 09:36:10:496 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local backboardd[10952]: Successfully opened the IOHIDSession
2015-03-30 09:36:10:877 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:10 CareydeMac.local lsd[10968]: LaunchServices: Seeding database
2015-03-30 09:36:11:674 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:11 CareydeMac.local backboardd[10952]: Migration complete (if performed). (Elapsed time: 0.01 seconds)
2015-03-30 09:36:11:933 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:11 CareydeMac.local installd[10947]: 0x19541a8 record_current_build_info: Recorded current system version as 12D508
2015-03-30 09:36:11:981 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:11 CareydeMac.local installd[10947]: 0x19541a8 __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
2015-03-30 09:36:12:161 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:12 CareydeMac.local installd[10947]: 0xb0093000 -[MIClientConnection fetchInstalledAppsWithOptions:completion:]: Fetch installed apps requested by lsd (pid 10968) with options (null)
2015-03-30 09:36:12:393 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:12 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:12:615 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:12 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.AccountAuthenticationDialog at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/6AFA2BA1-3B35-4640-B067-12322C7ED95E
2015-03-30 09:36:12:648 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:12 CareydeMac.local locationd[10954]: Logging binary sensor data to /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Library/Caches/locationd/locationdSensors.bin
2015-03-30 09:36:13:200 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:13 CareydeMac.local locationd[10954]: NBB-Could not get UDID for stable refill timing, falling back on random
2015-03-30 09:36:13:442 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:13 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.MobileAddressBook.ContactsViewService at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/F2D0A78B-3E0F-4444-BEC7-798656181DC8
2015-03-30 09:36:13:873 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:13 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.datadetectors.DDActionsService at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/8EB74B61-1181-4CEB-9B2C-3F8DBA2C0767
2015-03-30 09:36:14:270 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:14 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Health at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/492EE5F5-FF2C-4859-B12E-CBA67D3B5031
2015-03-30 09:36:14:330 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:14 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Health.HealthToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/96B4F5A8-90EE-4278-A01D-35EE7284FC58
2015-03-30 09:36:14:531 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:14 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.HealthPrivacyService at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/8F8D6822-592E-4892-BF03-1E75FB1819F1
2015-03-30 09:36:14:791 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:14 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.Maps at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/4B73797E-FF19-495C-9F35-F8D6D8760FC2
2015-03-30 09:36:14:974 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:14 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilecal.taptoradar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/853BBCF6-056B-4D68-81FC-19CB831BB11F
2015-03-30 09:36:15:061 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:15 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilecal.widget at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/4C897EDD-8C5A-44DC-B609-9B95C59C614C
2015-03-30 09:36:15:085 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:15 CareydeMac.local locationd[10954]: [Warning] Cannot listen to battery level change notification.
2015-03-30 09:36:15:463 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:15 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilesafari at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/285491BC-AC82-4B10-8045-00A0FAA175F1
2015-03-30 09:36:15:744 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:15 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobilesafari.RCSafariExtension at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/7A92A71A-2498-4B7B-BFC0-60FF238C8D45
2015-03-30 09:36:16:143 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:16 CareydeMac locationd[10954]: assertion failed: 13F1066 12D508: libsystem_sim_trace.dylib + 19982 [6F9E3432-6AE7-38C3-B9FB-BD719525438D]: 0x4
2015-03-30 09:36:16:443 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:16 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.mobileslideshow.StreamShareService at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/C3A4002C-32A7-4D9A-9C4E-0017E9C1756F
2015-03-30 09:36:16:460 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:16 CareydeMac.local mstreamd[10944]: (Note ) mstreamd: mstreamd starting up.
2015-03-30 09:36:16:474 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:16 CareydeMac.local mstreamd[10944]: (Note ) PS: The subscription plugin class does not support push notification refreshing.
2015-03-30 09:36:16:672 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:16 CareydeMac.local mstreamd[10944]: (Note ) PS: Media stream daemon starting...
2015-03-30 09:36:17:251 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:17 CareydeMac.local mstreamd[10944]: (Note ) AS: <MSASDaemonModel: 0x7866a0f0>: Migrating database from version -1 to version 2.
2015-03-30 09:36:17:268 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:17 CareydeMac.local mstreamd[10944]: (Note ) AS: <MSASDaemonModel: 0x7866a0f0>: Set database version to 2.
2015-03-30 09:36:17:449 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:17 CareydeMac.local mediaremoted[10945]: Normal message received by listener connection. Ignoring.
2015-03-30 09:36:17:752 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:17 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Facebook.post at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/F80602D1-24E8-4D10-A137-9E79588C1C99
2015-03-30 09:36:17:856 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:17 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Flickr.post at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/97556F69-6AFD-4468-B365-128F47D2429D
2015-03-30 09:36:18:008 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:17 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.SinaWeibo.post at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/DA42EC0E-1BB8-4EE3-8D54-BADF04409A05
2015-03-30 09:36:18:317 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:18 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.TencentWeibo.post at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/F6CBA1A7-C4B1-4133-9A65-55309C925C62
2015-03-30 09:36:18:413 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:18 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Twitter.post at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/4DCD9C7E-DF75-4116-980F-51DD8D86EF6B
2015-03-30 09:36:18:672 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:18 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.share.Vimeo.post at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/C2B81DBF-8512-476C-B82D-53931457D5FE
2015-03-30 09:36:18:949 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:18 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.ios.StoreKitUIService at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/5A0698A5-A63D-4B86-BA6B-680F47476080
2015-03-30 09:36:19:306 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac.local nanoregistryd[10971]: libMobileGestalt MobileGestalt.c:1025: Could not retrieve region info
2015-03-30 09:36:19:722 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:19:742 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.webapp at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/284CE143-C1B5-4DC6-9D41-6E613CAC5940
2015-03-30 09:36:19:755 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.accounts.dom): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:19:854 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac.local locationd[10954]: PairedSync, Debugging at level 0 for console and level 0 for log files
2015-03-30 09:36:19:874 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac.local locationd[10954]: 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.
2015-03-30 09:36:19:884 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac.local locationd[10954]: 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.
2015-03-30 09:36:19:915 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:19 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.webapp1 at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/512D8517-8288-43EF-8584-E79ECF05B2B7
2015-03-30 09:36:20:150 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:20 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/328CFCB5-AF63-4C76-B147-4B4E37B24973
2015-03-30 09:36:20:487 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:20 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.WebViewService at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/7F136225-0926-410C-852A-65F57BE6EC67
2015-03-30 09:36:20:831 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:20 CareydeMac.local mediaremoted[10945]: Normal message received by listener connection. Ignoring.
2015-03-30 09:36:21:271 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:21 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.cloudkit.CloudKit.CloudKitTapToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/BCD08B87-9D98-4A46-A031-48AB4AEBE864
2015-03-30 09:36:22:412 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:22 CareydeMac.local installd[10947]: 0xb0093000 -[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
2015-03-30 09:36:23:248 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:23 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.PassKit.ApplePayTapToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/55534F2F-E0E1-4312-A15C-ADB3095C2920
2015-03-30 09:36:23:516 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:23 CareydeMac.local itunesstored[10974]: Normal message received by listener connection. Ignoring.
2015-03-30 09:36:24:399 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:24 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.UIKit.fileprovider.default at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/BBF67541-C81B-48D9-8D96-8300C3B43577
2015-03-30 09:36:24:982 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:24 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.AXTapToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/C86FF113-07EB-4EE8-B93A-D1F5C3FA1A85
2015-03-30 09:36:25:091 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:25 CareydeMac.local callservicesd[10975]: Normal message received by listener connection. Ignoring.
2015-03-30 09:36:25:739 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:25 --- last message repeated 1 time ---
2015-03-30 09:36:25:752 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:25 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.GuidedAccessTapToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/96DB0A47-C92C-43F3-B0F6-5806EF782051
2015-03-30 09:36:26:126 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:26 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.HearingAidsTapToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/5EA3A250-CADF-4DA1-A333-47B30C2783DA
2015-03-30 09:36:26:474 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:26 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.SwitchControlTapToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/8D5D12FF-B752-46D6-80AA-B596121A3A22
2015-03-30 09:36:26:542 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:26 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.accessibility.Accessibility.VoiceOverTapToRadar at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/71FF2B4E-7AB4-43EC-911D-584B7EDA3D92
2015-03-30 09:36:27:263 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:27 CareydeMac.local installd[10947]: 0xb0093000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.apple.CloudDocsDaemon.TTR-extension at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/PluginKitPlugin/33A4FA5B-4874-468B-B483-5FF09A9258E8
2015-03-30 09:36:27:820 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:27 CareydeMac.local SpringBoard[10951]: +[SBPushStore migratePushStore] Migrating push store: /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Library/SpringBoard/PushStore
2015-03-30 09:36:27:835 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:27 CareydeMac.local SpringBoard[10951]: +[SBPushStore migratePushStore] Push store does not exist; no migration needed.
2015-03-30 09:36:27:979 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:27 CareydeMac.local backboardd[10952]: Telling system app "com.apple.springboard" that it can start immediately
2015-03-30 09:36:28:004 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:27 CareydeMac.local backboardd[10952]: BKSystemAppSentinel: Now monitoring "com.apple.springboard"
2015-03-30 09:36:28:036 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: FBDefaultLog; isEnabled: 0
2015-03-30 09:36:28:237 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: FBAppLibraryLog; isEnabled: 0
2015-03-30 09:36:28:249 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: FBWorkspaceLog; isEnabled: 0
2015-03-30 09:36:28:305 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: SBIconLog; isEnabled: 0
2015-03-30 09:36:28:317 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: SBStatusBarishLog; isEnabled: 0
2015-03-30 09:36:28:328 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: SBLocalNotificationLog; isEnabled: 0
2015-03-30 09:36:28:354 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: SBAlarmLog; isEnabled: 0
2015-03-30 09:36:28:404 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: SBBannerLog; isEnabled: 0
2015-03-30 09:36:28:419 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:28 CareydeMac.local SpringBoard[10951]: Loaded logger: SBSoundLog; isEnabled: 0
2015-03-30 09:36:29:731 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:29 CareydeMac.local profiled[10973]: (Note ) profiled: Service starting...
2015-03-30 09:36:30:141 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Managed Configuration migrating...
2015-03-30 09:36:30:357 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Beginning manifest migration...
2015-03-30 09:36:30:443 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Removing duplicated hidden profile identifiers...
2015-03-30 09:36:30:465 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Completed removing duplicated hidden profile identifiers.
2015-03-30 09:36:30:479 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Creating stubs...
2015-03-30 09:36:30:499 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Removing orphaned profiles...
2015-03-30 09:36:30:513 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Transferring profile signer certificates...
2015-03-30 09:36:30:656 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Migrating removal passwords...
2015-03-30 09:36:30:952 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Completed migrating removal passwords.
2015-03-30 09:36:30:961 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Migrating defaults to managed preferences area...
2015-03-30 09:36:30:974 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Completed migrating defaults.
2015-03-30 09:36:30:990 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Migrating OTA profiles...
2015-03-30 09:36:31:003 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:30 CareydeMac.local profiled[10973]: (Note ) MC: Completed migrating OTA profiles.
2015-03-30 09:36:31:015 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Transferring installation dates...
2015-03-30 09:36:31:022 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Completed transferring installation dates.
2015-03-30 09:36:31:035 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Transferring tags to profiles...
2015-03-30 09:36:31:043 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Completed transferring tags.
2015-03-30 09:36:31:056 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Removing old profile copies...
2015-03-30 09:36:31:069 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Completed removing old profile copies.
2015-03-30 09:36:31:082 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Applying default user settings...
2015-03-30 09:36:31:471 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:31 CareydeMac.local profiled[10973]: (Note ) MC: Applying iPhone defaults
2015-03-30 09:36:32:287 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:32 CareydeMac.local locationd[10954]: Location icon should now be in state 'Inactive'
2015-03-30 09:36:32:826 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:32 CareydeMac fileproviderd[10942]: assertion failed: 13F1066 12D508: libsystem_sim_trace.dylib + 19982 [6F9E3432-6AE7-38C3-B9FB-BD719525438D]: 0x4
2015-03-30 09:36:32:838 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:32 CareydeMac.local CoreSimulatorBridge[10959]: KEYMAP: Chose mode=en_US@hw=US;sw=QWERTY from match=en_US@hw=US;sw=QWERTY from language=en
2015-03-30 09:36:33:019 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:33 CareydeMac.local profiled[10973]: (Note ) MC: Completed applying default user settings.
2015-03-30 09:36:33:085 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:33 CareydeMac.local profiled[10973]: (Note ) MC: Migrating settings...
2015-03-30 09:36:33:274 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:33 CareydeMac SpringBoard[10951]: assertion failed: 13F1066 12D508: libxpc.dylib + 68972 [701C1196-AADE-335F-B7E6-B42F53982A50]: 0x7d
2015-03-30 09:36:34:561 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:34 CareydeMac.local CoreSimulatorBridge[10959]: LaunchServices: installing app for existing placeholder <LSApplicationProxy: 0x7be6aa40> com.yy.enterprise.yyvoice
2015-03-30 09:36:34:573 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:34 CareydeMac.local CoreSimulatorBridge[10959]: LaunchServices: Not creating progress for <LSApplicationProxy: 0x7be6aa40> com.yy.enterprise.yyvoice since it is not a placeholder.
2015-03-30 09:36:34:591 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:34 CareydeMac.local installd[10947]: 0xb0197000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of "/var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/Payload/YYMobile.app" type Developer requested by CoreSimulatorBridge (pid 10959)
2015-03-30 09:36:34:604 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:34 CareydeMac.local installd[10947]: 0xb0197000 -[MIInstaller _extractPackageWithError:]: Did not construct delta; doing full copy for installation.
2015-03-30 09:36:35:246 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:35 CareydeMac.local SpringBoard[10951]: Normal message received by listener connection. Ignoring.
2015-03-30 09:36:35:674 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:35 --- last message repeated 3 times ---
2015-03-30 09:36:35:681 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:35 CareydeMac.local SpringBoard[10951]: libMobileGestalt MobileGestalt.c:841: still-camera is static and will never generate a notification
2015-03-30 09:36:35:689 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:35 CareydeMac.local SpringBoard[10951]: libMobileGestalt MobileGestalt.c:841: stand-alone-contacts is static and will never generate a notification
2015-03-30 09:36:35:730 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:35 CareydeMac.local SpringBoard[10951]: Installed apps did change.
2015-03-30 09:36:35:742 - info: [IOS_SYSLOG_ROW ] Added: {(
2015-03-30 09:36:35:750 - info: [IOS_SYSLOG_ROW ] "com.apple.camera",
2015-03-30 09:36:35:759 - info: [IOS_SYSLOG_ROW ] "com.apple.WebSheet",
2015-03-30 09:36:35:763 - info: [IOS_SYSLOG_ROW ] "com.apple.AdSheetPhone",
2015-03-30 09:36:35:763 - info: [IOS_SYSLOG_ROW ] "com.apple.Preferences",
2015-03-30 09:36:35:763 - info: [IOS_SYSLOG_ROW ] "com.apple.HealthPrivacyService",
2015-03-30 09:36:35:763 - info: [IOS_SYSLOG_ROW ] "com.apple.AccountAuthenticationDialog",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.gamecenter.GameCenterUIService",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.MobileAddressBook",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.WatchKitSettings",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.share",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.DataActivation",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.webapp",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.TencentWeiboAccountMigrationDialog",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.PhotosViewService",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.iad.iAdOptOut",
2015-03-30 09:36:35:764 - info: [IOS_SYSLOG_ROW ] "com.apple.Health",
2015-03-30 09:36:35:765 - info: [IOS_SYSLOG_ROW ] "com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI",
2015-03-30 09:36:35:765 - info: [IOS_SYSLOG_ROW ] "com.apple.datadetectors.DDActionsService",
2015-03-30 09:36:35:765 - info: [IOS_SYSLOG_ROW ] "com.apple.Maps",
2015-03-30 09:36:35:765 - info: [IOS_SYSLOG_ROW ] "com.apple.WebViewService",
2015-03-30 09:36:35:765 - info: [IOS_SYSLOG_ROW ] "com.apple.TrustMe",
2015-03-30 09:36:35:765 - info: [IOS_SYSLOG_ROW ] "com.apple.mobilesms.compose",
2015-03-30 09:36:35:765 - info: [IOS_SYSLOG_ROW ] "com.apple.FacebookAccountMigrationDialog",
2015-03-30 09:36:35:766 - info: [IOS_SYSLOG_ROW ] "com.apple.mobileslideshow",
2015-03-30 09:36:35:766 - info: [IOS_SYSLOG_ROW ] "com.apple.Passbook",
2015-03-30 09:36:35:766 - info: [IOS_SYSLOG_ROW ] "com.apple.SharedWebCredentialViewService",
2015-03-30 09:36:35:766 - info: [IOS_SYSLOG_ROW ] "com.apple.PrintKit.Print-Center",
2015-03-30 09:36:35:767 - info: [IOS_SYSLOG_ROW ] "com.apple.mobilecal",
2015-03-30 09:36:35:767 - info: [IOS_SYSLOG_ROW ] "com.apple.gamecenter",
2015-03-30 09:36:35:767 - info: [IOS_SYSLOG_ROW ] "com.apple.MailCompositionService",
2015-03-30 09:36:35:767 - info: [IOS_SYSLOG_ROW ] "com.apple.ios.StoreKitUIService",
2015-03-30 09:36:35:767 - info: [IOS_SYSLOG_ROW ] "com.apple.MusicUIService",
2015-03-30 09:36:35:767 - info: [IOS_SYSLOG_ROW ] "com.apple.uikit.PrintStatus",
2015-03-30 09:36:35:767 - info: [IOS_SYSLOG_ROW ] "com.apple.appleaccount.AACredentialRecoveryDialog",
2015-03-30 09:36:35:768 - info: [IOS_SYSLOG_ROW ] "com.apple.PassbookUIService",
2015-03-30 09:36:35:768 - info: [IOS_SYSLOG_ROW ] "com.apple.webapp1",
2015-03-30 09:36:35:768 - info: [IOS_SYSLOG_ROW ] "com.apple.mobilesafari",
2015-03-30 09:36:35:768 - info: [IOS_SYSLOG_ROW ] "com.apple.quicklook.quicklookd"
2015-03-30 09:36:35:768 - info: [IOS_SYSLOG_ROW ] )}
2015-03-30 09:36:35:768 - info: [IOS_SYSLOG_ROW ] Removed: {(
2015-03-30 09:36:35:768 - info: [IOS_SYSLOG_ROW ] )}
2015-03-30 09:36:35:774 - info: [IOS_SYSLOG_ROW ] Modified: {(
2015-03-30 09:36:35:774 - info: [IOS_SYSLOG_ROW ] )}
2015-03-30 09:36:35:814 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:35 CareydeMac.local profiled[10973]: (Note ) MC: Completed migrating settings.
2015-03-30 09:36:35:832 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:35 CareydeMac.local profiled[10973]: (Note ) MC: Updating client restrictions...
2015-03-30 09:36:36:189 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:36 CareydeMac.local networkd[10979]: networkd-413.5.1 pid 10979
2015-03-30 09:36:36:276 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:36 CareydeMac.local profiled[10973]: (Note ) MC: Done updating. 0 client restrictions processed.
2015-03-30 09:36:36:291 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:36 CareydeMac.local profiled[10973]: (Note ) MC: Updating profile restrictions...
2015-03-30 09:36:36:858 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:36 CareydeMac.local SpringBoard[10951]: *** error reading settings archive file: <SBRootSettings: /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Documents/com.apple.springboard.settings/RootSettings.plist>
2015-03-30 09:36:36:926 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:36 CareydeMac.local SpringBoard[10951]: *** error reading settings archive file: <SBRootSettings: /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist>
2015-03-30 09:36:37:109 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Done updating. 0 profile restrictions processed.
2015-03-30 09:36:37:117 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Updating implied settings...
2015-03-30 09:36:37:183 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Done updating.
2015-03-30 09:36:37:190 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Cleaning up app configuration.
2015-03-30 09:36:37:199 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Finished cleaning up app configuration.
2015-03-30 09:36:37:285 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Tagging managed accounts...
2015-03-30 09:36:37:298 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Completed tagging 0 accounts as managed.
2015-03-30 09:36:37:307 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Adding missing tags to IMAP accounts...
2015-03-30 09:36:37:406 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local securityd[10963]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206DE0A0100A08206D7308206D306092B0601050507300101048206C4308206C030819EA21604143B4F7D61A421A912751ECA086175DFC165554E70180F32303135303333303031333434345A307330713049300906052B0E03021A05000414B9E9B287028503F8ECA5FB42E13E0F49C72426E204147FD365A7C2DDECBBF03009F34339FA02AF33313302102C48DD930DF5598EF93C99547A60ED438000180F32303135303333303031333434345AA011180F32303135303430363031333434345A300D06092A864886F70D01010505000382010100052075A3EFA0E075CF5FC239CF860BF8406D9C6BFC0BA27EE737A93B7A75700DDE18E09A8B9B08B00BA48D3EAE492E1F058598F16FA7CD3870EA89661B1CEF84D4DEA3247C79A67EC6F4E1305227EACC1A72E51034A3BD4A5DDD7CB027725C583792205AE5402875B1A346F65FCC5F9600488EC928129FF09C178B2403F2FC8483072108E27E475EED7D09BB3C3DF842E3A8F47AA15023D554E9E7945064673D25CFD2B13B377259A951C74BEFCA59DE7A79414721ED670A4BAAF9C6BF15FC389DA56706FF462C7892303CFC351A8368C0D52A0CE26773E697F38F9F0F70F3DB12FF18E3A7D4289A2705E69887C4BB417D899054FDED6F3ED740AC8893FC3636A082050730820503308204FF308203E7A00302010202101D32B08B14275505424D91DD8D67C042300D06092A864886F70D01010505003081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313A3038060355040B1331286329203230303620566572695369676E2C20496E632E202D20466F7220617574686F72697A656420757365206F6E6C79314530430603550403133C566572695369676E20436C6173732033205075626C6963205072696D6172792043657274696669636174696F6E20417574686F72697479202D204735301E170D3134313230323030303030305A170D3135313231363233353935395A30818E310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B313F303D0603550403133653796D616E74656320436C617373203320504341202D204735204F43535020526573706F6E646572204365727469666963617465203330820122300D06092A864886F70D01010105000382010F003082010A0282010100CEB0AC10E711043226DD1B504CA1C0D92C83DF32F3AC7F1C3A1BDF7448E50A80604A470025B2982AA2BD9173FA6325E5D8EC3F74AD1B4AA610300971170984187EFE2E6B4058C46CD469EAF38D0430A1006B6BD2A868C8392231D3353FE3CC73A1C02E1784335B1A92D175ED8CB1B9D7B05DFBB5E8523082895A7DD7F49A196CCEE249B05907EAEDA2E76A5C48EB71D5D87F23837577EF34717AF623F04A99F2D4D6D24032242212DD246CAD42D7881C059BE70744A87965D5F528F8D73217A8E9E197D0AB008B40F3F18F1480C42B97C3F3A52201B7872045EB0B304D2CF1B9627BCC5EA1007327A9ACA1BF66F536D2707234974AA788C6F409F7B3EE276AFD0203010001A382011930820115300C0603551D130101FF04023000306C0603551D20046530633061060B6086480186F845010717033052302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302806082B06010505070202301C1A1A687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300F06092B06010505073001050402050030210603551D11041A3018A416301431123010060355040313095447562D422D323736301D0603551D0E041604143B4F7D61A421A912751ECA086175DFC165554E70301F0603551D230418301680147FD365A7C2DDECBBF03009F34339FA02AF333133300D06092A864886F70D0101050500038201010028F12697F2446772065665FAF22393A1E135E44EE276E651442B47F655599A21F1C14EA9971FCBD42522C8629E7B1C816558C2744007167EFAC22ADC47A1496DF93C5D96B720E4A07BC2CA37EC0198255847EAAB627B99EB9EC9B637F4DF6A2B8EF96A288846A7C21E839383A49648743F39BF3E5CB87C9681E358C04E1DB380D773CE56690BD10E2B5F72D625882946990BFECA9F4746529FE10450F6DCDFE1DA0B95D345302441FBC6E789A68381769FE173A71ADA4178A30EFF95E12117BF4445C64DF9724EBFB9FB89D63291EB82A4865BAB2E2CA279BDE77C69AD3D0FF8CB60DED638379A402149E7203521CAE662FCFF3D8F5BBB042F397472C84517C8
2015-03-30 09:36:37:438 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local securityd[10963]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 3082070A0A0100A0820703308206FF06092B0601050507300101048206F0308206EC30819EA21604147E8530F91810AD10D3DAC50A5B3E753713A10EC6180F32303135303332393137323434355A307330713049300906052B0E03021A0500041439AF18B41C021F39109656FDC6D358EF74858B9904144E43C81D76EF37537A4FF2586F94F338E2D5BDDF02105B0EBA5C5111140C44D31F81A32A096D8000180F32303135303332393137323434355AA011180F32303135303430353137323434355A300D06092A864886F70D01010505000382010100AF292C588E5730209C3C22F026DF119D2F56CBCDFE783072BA7A8AE830FADE832F97C3B146F649DD82D1B8CA00A525AF1EB8AC8BE0780222F86ACB5E16556C268B94924376E97F4BCAB20780F04716236ABDEE3C9F223790429041F1EA01FC2B282746C61BC3F2973D2F6CA337A5CF354665697B35954A364E9B58BDD131E6B7E23D4CCD4934B2B1E09B0C987C55A6479454ED658C593D74D2EDC01D6C06600D0CE249AEC90D6B8DA62517521469EBBF3C1BDBE8CCAFE0441A4D1B97AF668EA0B3A761A648252917A63C97AC10D39B9FD7638A188FE27EE07B93E63A1B3B6A788631AA807D8BD39D58791408BC36DCEF703F6A07D8656CA20F4238074E456F82A08205333082052F3082052B30820413A00302010202102AEDE379236068864CA380B8840DCC77300D06092A864886F70D01010505003081BE310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036313830360603550403132F566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204341301E170D3135303231323030303030305A170D3135303531333233353935395A3081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036314430420603550403133B566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100C98AF8FBF7A6523C2A53837C1949F37C0FAD271C65FAF49E11895EB05F862264A2CC5BB60703460FFABE152C3BB8E8FCBCE78F620DD0B1F41AC33511C9BA01A3B0F34078FBA5014A2C0CBE07F621D3EC2BF3E11D30A17AEB3C457E24F0AADF3E997D4A1B6BA2B3C7ECC806467D60068FD1297A8261CFE74E5C12AAC50E37FC5B3EA388C003BCF9A09C0C30739DC297D1F6A97EAD198979723E94A463C4DF105D6113CB01CEA2D8E77F31FE7DC7113F91B2BD076353E1C29E4361D5CEF1852BBD140EAF1CD71B02907644D3FBBE551AC63345C565386474272364434B3B43ECE58A0FC85B46D3FBD61C191DCD6835C7251E004BF8CDFFC014B69AFE1DC30B49210203010001A38201153082011130090603551D13040230003081AC0603551D200481A43081A130819E060B6086480186F8450107170330818E302806082B06010505070201161C68747470733A2F2F7777772E766572697369676E2E636F6D2F435053306206082B0601050507020230563015160E566572695369676E2C20496E632E30030201011A3D566572695369676E27732043505320696E636F72702E206279207265666572656E6365206C6961622E206C74642E20286329393720566572695369676E30130603551D25040C300A06082B06010505070309300B0603551D0F040403020780300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D33303635300D06092A864886F70D0101050500038201010026833CBE4227F14099EC2F7E088C05CD840920B108D09C080D2FC5E9BAA3C5018E4DE67F803E93B2EDBA526B5AAE83F115F33D3DC71CC8B76AD6EFE5B9DC4E46F3720D6C870A6535A974D1A692C16FD3CAAAB3E594C08542CFF8B496F0E45C8BEB4D4060A0548AC4EACC81CAF8C5F6E2E72A026D5298525A102DBE129D9B44F07FB7FA10AF35D8D91CAF15B538052D139C3FD536C45C30F80D604FA4935ED32264E351807E4A7923959959B3E52DFDD2353CA121079DBCF777FACD5255608268ACDF40EA54902A6EF111ADFDFA99FF58913FCF3FC29C0256EA05495C183411CC6B6052B30016D1ACAB2451C31D4155976147E50228F96B0DEABAA01986D5D749
2015-03-30 09:36:37:487 - info: --> GET /wd/hub/status {}
2015-03-30 09:36:37:495 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isShuttingDown":false},"sessionId":"651fbbff-11a5-48eb-b6c7-69346137e457"}
2015-03-30 09:36:37:508 - info: <-- GET /wd/hub/status 200 21.451 ms - 178 {"status":0,"value":{"build":{"version":"1.3.7","revision":"72fbfaa116d3d9f6a862600ee99cf02f6d0e2182"},"isShuttingDown":false},"sessionId":"651fbbff-11a5-48eb-b6c7-69346137e457"}
2015-03-30 09:36:37:540 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Done adding missing tags to 0 IMAP accounts.
2015-03-30 09:36:37:551 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Managed Configuration completed migration.
2015-03-30 09:36:37:623 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:37 CareydeMac.local profiled[10973]: (Note ) MC: Waking daemons post migration
2015-03-30 09:36:39:261 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:39 CareydeMac.local itunesstored[10974]: iTunes Store environment is: ST11
2015-03-30 09:36:39:708 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:39 CareydeMac.local installd[10947]: 0xb0197000 -[MIInstaller performInstallationWithError:]: Installing <MIInstallableBundle ID=com.yy.enterprise.yyvoice; Version=3202, ShortVersion=3.7.0>
2015-03-30 09:36:40:032 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local installd[10947]: 0xb0197000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.yy.enterprise.yyvoice at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Data/Application/6D301CFF-FEF5-4999-9FEC-574C093AEE21
2015-03-30 09:36:40:048 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local installd[10947]: 0xb0197000 -[MIContainer makeContainerLiveReplacingContainer:withError:]: Made container live for com.yy.enterprise.yyvoice at /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Containers/Bundle/Application/7A768AC8-E99D-4101-9839-1DE13462B21A
2015-03-30 09:36:40:230 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local securityd[10963]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 3082070A0A0100A0820703308206FF06092B0601050507300101048206F0308206EC30819EA21604147E8530F91810AD10D3DAC50A5B3E753713A10EC6180F32303135303332393033333531365A307330713049300906052B0E03021A0500041439AF18B41C021F39109656FDC6D358EF74858B9904144E43C81D76EF37537A4FF2586F94F338E2D5BDDF0210408C88AB3913CF80BF26E0DC17A628B68000180F32303135303332393033333531365AA011180F32303135303430353033333531365A300D06092A864886F70D010105050003820101004CB242D5C0622A542B160B043F8BB83FD1BC3264416023AB4C428E9582CB16522EE517A5D89DB6F855AEAC27B3BBFFC92429EF731199BFC41E546EB4EDF6C74FAD3B4D0DEF746BC640212873F4B158C43822E0AA150245ADF679FE380773DC2B2A994D3A2796C7D90C09A6871B5E234970F59760E5D3435818DA5D1FFB24B8BFD8408CC5FF6DF6D8786A8D5F517E7865CE3DDF2ACA4DABC11F3EFBF710525F8E5701231D16268AF9679BEDED010E9926F86F3D8355ACCB8FE19C0BDD4D17F917840A2498389105B61090903C6BDE335BBBA6698D4DC1220FFD7DC6C7A9BB41B8BA79FA031F37D136319387300398F342D90B63247BA990D4619A94B33711FCE7A08205333082052F3082052B30820413A00302010202102AEDE379236068864CA380B8840DCC77300D06092A864886F70D01010505003081BE310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036313830360603550403132F566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204341301E170D3135303231323030303030305A170D3135303531333233353935395A3081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313B3039060355040B13325465726D73206F66207573652061742068747470733A2F2F7777772E766572697369676E2E636F6D2F727061202863293036314430420603550403133B566572695369676E20436C617373203320457874656E6465642056616C69646174696F6E2053534C20534743204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100C98AF8FBF7A6523C2A53837C1949F37C0FAD271C65FAF49E11895EB05F862264A2CC5BB60703460FFABE152C3BB8E8FCBCE78F620DD0B1F41AC33511C9BA01A3B0F34078FBA5014A2C0CBE07F621D3EC2BF3E11D30A17AEB3C457E24F0AADF3E997D4A1B6BA2B3C7ECC806467D60068FD1297A8261CFE74E5C12AAC50E37FC5B3EA388C003BCF9A09C0C30739DC297D1F6A97EAD198979723E94A463C4DF105D6113CB01CEA2D8E77F31FE7DC7113F91B2BD076353E1C29E4361D5CEF1852BBD140EAF1CD71B02907644D3FBBE551AC63345C565386474272364434B3B43ECE58A0FC85B46D3FBD61C191DCD6835C7251E004BF8CDFFC014B69AFE1DC30B49210203010001A38201153082011130090603551D13040230003081AC0603551D200481A43081A130819E060B6086480186F8450107170330818E302806082B06010505070201161C68747470733A2F2F7777772E766572697369676E2E636F6D2F435053306206082B0601050507020230563015160E566572695369676E2C20496E632E30030201011A3D566572695369676E27732043505320696E636F72702E206279207265666572656E6365206C6961622E206C74642E20286329393720566572695369676E30130603551D25040C300A06082B06010505070309300B0603551D0F040403020780300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D33303635300D06092A864886F70D0101050500038201010026833CBE4227F14099EC2F7E088C05CD840920B108D09C080D2FC5E9BAA3C5018E4DE67F803E93B2EDBA526B5AAE83F115F33D3DC71CC8B76AD6EFE5B9DC4E46F3720D6C870A6535A974D1A692C16FD3CAAAB3E594C08542CFF8B496F0E45C8BEB4D4060A0548AC4EACC81CAF8C5F6E2E72A026D5298525A102DBE129D9B44F07FB7FA10AF35D8D91CAF15B538052D139C3FD536C45C30F80D604FA4935ED32264E351807E4A7923959959B3E52DFDD2353CA121079DBCF777FACD5255608268ACDF40EA54902A6EF111ADFDFA99FF58913FCF3FC29C0256EA05495C183411CC6B6052B30016D1ACAB2451C31D4155976147E50228F96B0DEABAA01986D5D749
2015-03-30 09:36:40:257 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local installd[10947]: 0xb0197000 -[MIInstaller performInstallationWithError:]: Staging: 5.12s; Waiting: 0.00s; Installation: 0.55s; Overall: 5.67s
2015-03-30 09:36:40:292 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local CoreSimulatorBridge[10959]: LaunchServices: NotifiedObservers <LSApplicationProxy: 0x7be6b4c0> com.yy.enterprise.yyvoice was installed
2015-03-30 09:36:40:312 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local lsd[10968]: LaunchServices:(called by PID 10959) Identifiers file does not exist.
2015-03-30 09:36:40:325 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local lsd[10968]: LaunchServices:(called by PID 10959) Creating new identifiers file.
2015-03-30 09:36:40:335 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:40 CareydeMac.local lsd[10968]: LaunchServices: Updating identifier store
2015-03-30 09:36:42:298 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:42 CareydeMac.local lsd[10968]: LaunchServices: Currently 0 installed placeholders: (
2015-03-30 09:36:42:318 - info: [IOS_SYSLOG_ROW ] )
2015-03-30 09:36:43:318 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: Normal message received by listener connection. Ignoring.
2015-03-30 09:36:43:417 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: -[BBObserver setDelegate:] Delegate implements addBulletin but does not implement noteInvalidatedBulletinIDs: <SBBulletinLocalObserverGateway: 0x7cfbd720>
2015-03-30 09:36:43:440 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.MobileSMS
2015-03-30 09:36:43:441 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: throwing out icon because its isn't visible in the model : node=<SBApplicationIcon: 0x7c82ccc0; nodeID: "com.apple.camera"> com.apple.camera
2015-03-30 09:36:43:441 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.weather
2015-03-30 09:36:43:441 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobiletimer
2015-03-30 09:36:43:448 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.videos
2015-03-30 09:36:43:449 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobilenotes
2015-03-30 09:36:43:449 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.reminders
2015-03-30 09:36:43:449 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.stocks
2015-03-30 09:36:43:449 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.iBooks
2015-03-30 09:36:43:451 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.MobileStore
2015-03-30 09:36:43:451 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.AppStore
2015-03-30 09:36:43:451 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.Bridge
2015-03-30 09:36:43:460 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.facetime
2015-03-30 09:36:43:461 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.calculator
2015-03-30 09:36:43:462 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.podcasts
2015-03-30 09:36:43:462 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.compass
2015-03-30 09:36:43:462 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.tips
2015-03-30 09:36:43:462 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.VoiceMemos
2015-03-30 09:36:43:463 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.nike
2015-03-30 09:36:43:463 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobilephone
2015-03-30 09:36:43:463 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobilemail
2015-03-30 09:36:43:463 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.Music
2015-03-30 09:36:43:566 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.mobilecal
2015-03-30 09:36:43:671 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.accessibility.AccessibilityUIServer): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:43:678 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:43:685 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imdpersistence.IMDPersistenceAgent): The _DirtyJetsamPriority key is not available on this platform.
2015-03-30 09:36:43:692 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imdpersistence.IMDPersistenceAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:43:699 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.lakitu): The JoinExistingSession key is not available on this platform.
2015-03-30 09:36:43:726 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.mobilecal_CFBundleIcon[15]
2015-03-30 09:36:43:776 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac SpringBoard[10951]: assertion failed: 13F1066 12D508: libsystem_sim_trace.dylib + 19982 [6F9E3432-6AE7-38C3-B9FB-BD719525438D]: 0x4
2015-03-30 09:36:43:798 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.mobileslideshow_CFBundleIcon[15]
2015-03-30 09:36:43:805 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.Maps
2015-03-30 09:36:43:853 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.Maps_CFBundleIcon[15]
2015-03-30 09:36:43:880 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.Passbook_defaultRole-Icon@2x_Icon@3x_Icon-Small_Icon-Small@2x_Icon-Small@3x-15
2015-03-30 09:36:43:893 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.Health
2015-03-30 09:36:43:900 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.Health_CFBundleIcon[15]
2015-03-30 09:36:43:906 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.Preferences
2015-03-30 09:36:43:920 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.Preferences_CFBundleIcon[15]
2015-03-30 09:36:43:927 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.gamecenter
2015-03-30 09:36:43:940 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.gamecenter_CFBundleIcon[15]
2015-03-30 09:36:43:952 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.MobileAddressBook
2015-03-30 09:36:43:959 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.MobileAddressBook_CFBundleIcon[15]
2015-03-30 09:36:43:965 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.WatchKitSettings
2015-03-30 09:36:43:977 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:43 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.WatchKitSettings_CFBundleIcon[15]
2015-03-30 09:36:44:030 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.mobilesafari
2015-03-30 09:36:44:119 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.mobilesafari_CFBundleIcon[15]
2015-03-30 09:36:44:162 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: BTM: attaching to BTServer
2015-03-30 09:36:44:168 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: BTM: failed to attach with error 9
2015-03-30 09:36:44:174 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: BTM: attaching to BTServer
2015-03-30 09:36:44:180 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: BTM: failed to attach with error 9
2015-03-30 09:36:44:185 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: BTM: attaching to BTServer
2015-03-30 09:36:44:192 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: BTM: failed to attach with error 9
2015-03-30 09:36:44:492 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: Application windows are expected to have a root view controller at the end of application launch
2015-03-30 09:36:44:584 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 --- last message repeated 2 times ---
2015-03-30 09:36:44:590 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: libMobileGestalt MobileGestalt.c:841: still-camera is static and will never generate a notification
2015-03-30 09:36:44:596 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: libMobileGestalt MobileGestalt.c:841: stand-alone-contacts is static and will never generate a notification
2015-03-30 09:36:44:603 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: Installed apps did change.
2015-03-30 09:36:44:608 - info: [IOS_SYSLOG_ROW ] Added: {(
2015-03-30 09:36:44:612 - info: [IOS_SYSLOG_ROW ] "com.yy.enterprise.yyvoice"
2015-03-30 09:36:44:617 - info: [IOS_SYSLOG_ROW ] )}
2015-03-30 09:36:44:621 - info: [IOS_SYSLOG_ROW ] Removed: {(
2015-03-30 09:36:44:625 - info: [IOS_SYSLOG_ROW ] )}
2015-03-30 09:36:44:630 - info: [IOS_SYSLOG_ROW ] Modified: {(
2015-03-30 09:36:44:660 - info: [IOS_SYSLOG_ROW ] )}
2015-03-30 09:36:44:668 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.MobileSMS
2015-03-30 09:36:44:674 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: throwing out icon because its isn't visible in the model : node=<SBApplicationIcon: 0x7c82ccc0; nodeID: "com.apple.camera"> com.apple.camera
2015-03-30 09:36:44:679 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.weather
2015-03-30 09:36:44:686 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobiletimer
2015-03-30 09:36:44:691 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.videos
2015-03-30 09:36:44:696 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobilenotes
2015-03-30 09:36:44:701 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.reminders
2015-03-30 09:36:44:706 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.stocks
2015-03-30 09:36:44:723 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.iBooks
2015-03-30 09:36:44:728 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.MobileStore
2015-03-30 09:36:44:733 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.AppStore
2015-03-30 09:36:44:738 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.Bridge
2015-03-30 09:36:44:742 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.facetime
2015-03-30 09:36:44:747 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.calculator
2015-03-30 09:36:44:752 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.podcasts
2015-03-30 09:36:44:756 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.compass
2015-03-30 09:36:44:761 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.tips
2015-03-30 09:36:44:771 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.VoiceMemos
2015-03-30 09:36:44:771 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.nike
2015-03-30 09:36:44:771 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobilephone
2015-03-30 09:36:44:772 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.mobilemail
2015-03-30 09:36:44:772 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local SpringBoard[10951]: could not find icon for representation -> com.apple.Music
2015-03-30 09:36:44:772 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.yy.enterprise.yyvoice_CFBundleIcon[15]
2015-03-30 09:36:45:029 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local mediaremoted[10945]: Property list invalid for format: 200 (property lists cannot contain NULL)
2015-03-30 09:36:45:077 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x65ae][10983]): Program specified by service does not contain one of the requested architectures: �\�
2015-03-30 09:36:45:085 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0x65ae]': No such process (err 3)
2015-03-30 09:36:45:092 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0x65ae]. Error: Operation now in progress
2015-03-30 09:36:45:092 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0x65ae]' exited for an unknown reason.
2015-03-30 09:36:45:108 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x65ae][10983]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:45:558 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
2015-03-30 09:36:45:583 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac geod[10982]: BUG in libdispatch: 13F1066 - 2941 - 0x4
2015-03-30 09:36:45:599 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local geod[10982]: 2015-03-30 02:36:45.586, 10982, 796190e0, [ResourceManifest]: No tile groups available
2015-03-30 09:36:45:778 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: SMS Plugin initialized.
2015-03-30 09:36:45:799 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Sharing Plugin initialized.
2015-03-30 09:36:45:809 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Normal message received by listener connection. Ignoring.
2015-03-30 09:36:45:976 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local securityd[10963]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA216041416EB06CDCB0F7571AC9F80C24E14294D4AFAC8C6180F32303135303332373230303530385A307330713049300906052B0E03021A0500041474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02101C29E6E6BB1971B0E24CB57F898D726E8000180F32303135303332373230303530385AA011180F32303135303430333230303530385A300D06092A864886F70D010105050003820101001691867F7830889415A1396A28917DD06E03E0E6B6A293F4B779B6AF3638B4840C5138E8995F6247E250229231FFCA98FDA66CFDFBE6A51AECF576D8B49E0CD5EB621BCFEF3A2E49E733568F5C4F509F7CC84C2997C450E677DBAC471A1D5B4E76A9687527A775F08FCADA2F2E4E87F134393EE519F9162FED29BF20BA4F95121F0A6A370BCEDC9094AA6EE7A41175AA33E7FA6C2B2766B1CF43E76F19C4B39D4FA29C405F4ED5EE2568077595970934C41C927A2DDE7B8593C7058D3D57840CDED38EC813EE353D3726332310E17204CE69E43B52FD2AA7B49A66C361E292D63AD44B82350F190C0C29E2714DB4A8B98671C6187AB04910B2DCBD1550CE9055A08204603082045C3082045830820340A00302010202101DF0C40FC0C5474072A52F228092C622300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303131393030303030305A170D3135303431393233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100CC371E1E8BC360C0727372DE8C6FA61E9E2FBD43D80DF9CCE79B10494C66D46CF0F6259BA7389092E48C0F8A493747ED3718D87547F0124B4ECAF83580F9CBD3A2E4EBBC227105670CB52DA7EF79C9FC65C6B0A5598B822551250FDCDF7D8EBB5771C5F233783B9BD5E0CBC9027CA6CFB516DC18B7DDFF6CB0E09D7ADF503D3352384047BD7655F77DC38D92582D4842B6183D57091222779B0DC10CFE05DB4F9BDF57B074EE7A6A9038F911B644CFA0BC47B9BAA8FAE629FCAF71FBDE311B53F19E142C6EB232929D915E88E72DC9DB06B03D213B32B5583BEE5659DD5AD1AE8CA5D1BFDA801A4724ECBD253509B39EE766440652BF8BA6CA1695CCD10368910203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D32383634301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E0416041416EB06CDCB0F7571AC9F80C24E14294D4AFAC8C6300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B050003820101006389C79ADD69F6993833CB854B40A46E50AA5562E10D31F2801E2498C66F59B7556DD974458B2541693256DCC455E5308869FC4BA12D9450E25E24642C2179F2B165D78D1BE782665DFBE33A671910A00E0DDC6C4A2E80FEBAD598D9E6A708D17E65D460B945B5AE7686E6B4AB0E2FFDB7786D3D2531806E998C182B5902209D8827A6C5794860A0CC5D088AE847DB25B591342CCE2AFBEDDED6BEC8F8EB8C323607E2D79BD36DEFD8C4F62C57281A79EF780E21F6104605C61B5CE7488BC1CEC21320F52286053BE9FE0F33EDA5F17DE3E97252D5F59F4129BA85A76CD2505737C12B6ABF133C0F4F6F57B30402FA98B753604EDFD8BB33F0BB0E4081A71202
2015-03-30 09:36:45:996 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local securityd[10963]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206DE0A0100A08206D7308206D306092B0601050507300101048206C4308206C030819EA21604143B4F7D61A421A912751ECA086175DFC165554E70180F32303135303333303038303934315A307330713049300906052B0E03021A05000414B9E9B287028503F8ECA5FB42E13E0F49C72426E204147FD365A7C2DDECBBF03009F34339FA02AF33313302107EE14A6F6FEFF2D37F3FAD654D3ADAB48000180F32303135303333303038303934315AA011180F32303135303430363038303934315A300D06092A864886F70D01010505000382010100692222CBE93DADF89376D020C9F3BD82D3B4661F7A2EFFDA4225E1B1726A4929324170F5105C47C0529D7936ECC36B84D5BB2698BA82B56BD2106CEA4318900752BB886C3616950E00A761CD1A6A09C80165A75BC65EF437A71D88322F2AA30D4784C2D39A3ED693DBD4D81EA2DB3594773C34FCDF94AD1E84FEF7A995211EE5DCEA4786028E109A5BD92F49AB0EFF20D4514BA3C5705D2A9582B53D81E75E6221E9B1CF11AC5F4A0B79EBAEB1D79316675D439B7738F629E64167A70E0C92F93CC6BF174D18286F2BB25CE7A8DB50A4477C2B683AC5916219B518E080A58A0277AA59608754B8501C35339DCE0733C0BE32464CCC95041C92E0E8812EF9FA82A082050730820503308204FF308203E7A00302010202101D32B08B14275505424D91DD8D67C042300D06092A864886F70D01010505003081CA310B300906035504061302555331173015060355040A130E566572695369676E2C20496E632E311F301D060355040B1316566572695369676E205472757374204E6574776F726B313A3038060355040B1331286329203230303620566572695369676E2C20496E632E202D20466F7220617574686F72697A656420757365206F6E6C79314530430603550403133C566572695369676E20436C6173732033205075626C6963205072696D6172792043657274696669636174696F6E20417574686F72697479202D204735301E170D3134313230323030303030305A170D3135313231363233353935395A30818E310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B313F303D0603550403133653796D616E74656320436C617373203320504341202D204735204F43535020526573706F6E646572204365727469666963617465203330820122300D06092A864886F70D01010105000382010F003082010A0282010100CEB0AC10E711043226DD1B504CA1C0D92C83DF32F3AC7F1C3A1BDF7448E50A80604A470025B2982AA2BD9173FA6325E5D8EC3F74AD1B4AA610300971170984187EFE2E6B4058C46CD469EAF38D0430A1006B6BD2A868C8392231D3353FE3CC73A1C02E1784335B1A92D175ED8CB1B9D7B05DFBB5E8523082895A7DD7F49A196CCEE249B05907EAEDA2E76A5C48EB71D5D87F23837577EF34717AF623F04A99F2D4D6D24032242212DD246CAD42D7881C059BE70744A87965D5F528F8D73217A8E9E197D0AB008B40F3F18F1480C42B97C3F3A52201B7872045EB0B304D2CF1B9627BCC5EA1007327A9ACA1BF66F536D2707234974AA788C6F409F7B3EE276AFD0203010001A382011930820115300C0603551D130101FF04023000306C0603551D20046530633061060B6086480186F845010717033052302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302806082B06010505070202301C1A1A687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300F06092B06010505073001050402050030210603551D11041A3018A416301431123010060355040313095447562D422D323736301D0603551D0E041604143B4F7D61A421A912751ECA086175DFC165554E70301F0603551D230418301680147FD365A7C2DDECBBF03009F34339FA02AF333133300D06092A864886F70D0101050500038201010028F12697F2446772065665FAF22393A1E135E44EE276E651442B47F655599A21F1C14EA9971FCBD42522C8629E7B1C816558C2744007167EFAC22ADC47A1496DF93C5D96B720E4A07BC2CA37EC0198255847EAAB627B99EB9EC9B637F4DF6A2B8EF96A288846A7C21E839383A49648743F39BF3E5CB87C9681E358C04E1DB380D773CE56690BD10E2B5F72D625882946990BFECA9F4746529FE10450F6DCDFE1DA0B95D345302441FBC6E789A68381769FE173A71ADA4178A30EFF95E12117BF4445C64DF9724EBFB9FB89D63291EB82A4865BAB2E2CA279BDE77C69AD3D0FF8CB60DED638379A402149E7203521CAE662FCFF3D8F5BBB042F397472C84517C8
2015-03-30 09:36:46:041 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0x34dc]': No such process (err 3)
2015-03-30 09:36:46:152 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0x34dc]. Error: Operation now in progress
2015-03-30 09:36:46:152 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0x34dc]' exited for an unknown reason.
2015-03-30 09:36:46:153 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Application '(null)' exited for an unknown reason.
2015-03-30 09:36:46:153 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x34dc][10985]): Program specified by service does not contain one of the requested architectures: ���
2015-03-30 09:36:46:167 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: ADDING LOCAL com.apple.mobilecal, <BBLocalDataProvider 0x7c8b5cc0; com.apple.mobilecal>
2015-03-30 09:36:46:168 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x34dc][10985]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:46:172 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: ADDING LOCAL com.apple.reminders, <BBLocalDataProvider 0x7c8dd230; com.apple.reminders>
2015-03-30 09:36:46:392 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: ADDING REMOTE com.apple.AppStore, <BBRemoteDataProvider 0x7c88cf90; com.apple.AppStore>
2015-03-30 09:36:46:397 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: ADDING REMOTE com.apple.mobilecal.widget, <BBRemoteDataProvider 0x7cfde610; com.apple.mobilecal.widget>
2015-03-30 09:36:46:399 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: ADDING REMOTE com.apple.springboard.notificationcenter.today, <BBRemoteDataProvider 0x7c88d7b0; com.apple.springboard.notificationcenter.today>
2015-03-30 09:36:46:399 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: ADDING REMOTE com.apple.springboard.notificationcenter.tomorrow, <BBRemoteDataProvider 0x7c88e990; com.apple.springboard.notificationcenter.tomorrow>
2015-03-30 09:36:46:462 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:463 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:467 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:468 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:471 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:472 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:473 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:474 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:479 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:479 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:505 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: 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
2015-03-30 09:36:46:534 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local locationd[10954]: 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
2015-03-30 09:36:46:722 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:728 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for BEGIN IMMEDIATE;
2015-03-30 09:36:46:737 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for INSERT OR REPLACE INTO _SqliteDatabaseProperties VALUES (?, ?);
2015-03-30 09:36:46:742 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for INSERT OR REPLACE INTO _SqliteDatabaseProperties VALUES (?, ?);
2015-03-30 09:36:46:750 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: sqlite3 error in _Bool CPRecordStoreSaveWithPreAndPostCallbacksAndTransactionType(CPRecordStoreRef, CPRecordStoreSaveCallback, CPRecordStoreSaveCallback, CPRecordConflictPolicy, CPSqliteTransactionType, CFErrorRef *): cannot commit - no transaction is active
2015-03-30 09:36:46:758 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: warning: Could not compile statement DROP TABLE IF EXISTS ABPersonFullTextSearch;: unknown tokenizer: ab_cf_tokenizer
2015-03-30 09:36:46:764 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: table drop: 1
2015-03-30 09:36:46:789 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementPerform: database table is locked for DROP TABLE IF EXISTS ABPersonFullTextSearch;
2015-03-30 09:36:46:796 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: CPSqliteStatementReset: database table is locked for DROP TABLE IF EXISTS ABPersonFullTextSearch;
2015-03-30 09:36:46:812 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: warning: Could not compile statement UPDATE ABPersonFullTextSearch SET First = ? , Last = ? , Middle = ? , FirstPhonetic = ? , MiddlePhonetic = ? , LastPhonetic = ? , Organization = ? , Department = ? , Note = ? , Birthday = ? , JobTitle = ? , Nickname = ? , Prefix = ? , Suffix = ? , DisplayName = ? , Phone = ? , Email = ? , Address = ? , SocialProfile = ? , URL = ? , RelatedNames = ? , IM = ? , Date = ? , SupplementalCompositeNameTerms = ? WHERE rowid = ?: unknown tokenizer: ab_cf_tokenizer
2015-03-30 09:36:46:839 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 --- last message repeated 5 times ---
2015-03-30 09:36:46:845 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0x38e9]': No such process (err 3)
2015-03-30 09:36:46:928 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0x38e9]. Error: Operation now in progress
2015-03-30 09:36:46:928 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0x38e9]' exited for an unknown reason.
2015-03-30 09:36:46:928 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local SpringBoard[10951]: Application '(null)' exited for an unknown reason.
2015-03-30 09:36:46:928 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x38e9][10988]): Program specified by service does not contain one of the requested architectures: ���
2015-03-30 09:36:46:929 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:46 CareydeMac.local securityd[10963]:  SecOCSPResponseCalculateValidity OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate 308206370A0100A08206303082062C06092B06010505073001010482061D3082061930819EA216041416EB06CDCB0F7571AC9F80C24E14294D4AFAC8C6180F32303135303332373139313031335A307330713049300906052B0E03021A0500041474241467069FF5E0983F5E3E1A6BA0652A54157504140159ABE7DD3A0B59A66463D6CF200757D591E76A02103D7334ABF7BA56C75332DF3A63DC51848000180F32303135303332373139313031335AA011180F32303135303430333139313031335A300D06092A864886F70D0101050500038201010095B4FB4CA1243DDC05DC76D49B0391EB96FEEB49C6B9852C332884E093E48FE33010AF4C5BF4DE7900FCA307CC5E0B8675CB60E5732888BC8317A635AC3BD8A191E7027A582F7ACECF79A60EC74199D61D82AFB441AEC49195974EF24A533DD3154C16176BF90F80D593C30D0E3EBAA5A47C943DFA928346ABF91FD90B595DBFC2161AFEE35AE4788ACEDCA0A05F2EB61CC5209D5818BEDC2F723816FEA09777DFE2C3E7A4CB50E3FFA45E9079B0E63A8985FEA038AAE38F764A2BA78BB6AC3D51DE1F87582B8DBD0A31579048B3B62F95539A1A6A1B4C2A0EBE0090BC8F83429FDAB28428D1A53A8C40F4A4A3D447189B2BB8097866329D3D07B415F3444B79A08204603082045C3082045830820340A00302010202101DF0C40FC0C5474072A52F228092C622300D06092A864886F70D01010B05003077310B3009060355040613025553311D301B060355040A131453796D616E74656320436F72706F726174696F6E311F301D060355040B131653796D616E746563205472757374204E6574776F726B312830260603550403131F53796D616E74656320436C61737320332045562053534C204341202D204733301E170D3135303131393030303030305A170D3135303431393233353935395A3039313730350603550403132E53796D616E74656320436C61737320332045562053534C204341202D204733204F43535020526573706F6E64657230820122300D06092A864886F70D01010105000382010F003082010A0282010100CC371E1E8BC360C0727372DE8C6FA61E9E2FBD43D80DF9CCE79B10494C66D46CF0F6259BA7389092E48C0F8A493747ED3718D87547F0124B4ECAF83580F9CBD3A2E4EBBC227105670CB52DA7EF79C9FC65C6B0A5598B822551250FDCDF7D8EBB5771C5F233783B9BD5E0CBC9027CA6CFB516DC18B7DDFF6CB0E09D7ADF503D3352384047BD7655F77DC38D92582D4842B6183D57091222779B0DC10CFE05DB4F9BDF57B074EE7A6A9038F911B644CFA0BC47B9BAA8FAE629FCAF71FBDE311B53F19E142C6EB232929D915E88E72DC9DB06B03D213B32B5583BEE5659DD5AD1AE8CA5D1BFDA801A4724ECBD253509B39EE766440652BF8BA6CA1695CCD10368910203010001A382011C30820118300F06092B06010505073001050402050030220603551D11041B3019A4173015311330110603550403130A5447562D422D32383634301F0603551D230418301680140159ABE7DD3A0B59A66463D6CF200757D591E76A301D0603551D0E0416041416EB06CDCB0F7571AC9F80C24E14294D4AFAC8C6300C0603551D130101FF04023000306E0603551D20046730653063060B6086480186F845010717033054302606082B06010505070201161A687474703A2F2F7777772E73796D617574682E636F6D2F637073302A06082B06010505070202301E1A1C2020687474703A2F2F7777772E73796D617574682E636F6D2F72706130130603551D25040C300A06082B06010505070309300E0603551D0F0101FF040403020780300D06092A864886F70D01010B050003820101006389C79ADD69F6993833CB854B40A46E50AA5562E10D31F2801E2498C66F59B7556DD974458B2541693256DCC455E5308869FC4BA12D9450E25E24642C2179F2B165D78D1BE782665DFBE33A671910A00E0DDC6C4A2E80FEBAD598D9E6A708D17E65D460B945B5AE7686E6B4AB0E2FFDB7786D3D2531806E998C182B5902209D8827A6C5794860A0CC5D088AE847DB25B591342CCE2AFBEDDED6BEC8F8EB8C323607E2D79BD36DEFD8C4F62C57281A79EF780E21F6104605C61B5CE7488BC1CEC21320F52286053BE9FE0F33EDA5F17DE3E97252D5F59F4129BA85A76CD2505737C12B6ABF133C0F4F6F57B30402FA98B753604EDFD8BB33F0BB0E4081A71202
2015-03-30 09:36:47:113 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local calaccessd[10987]: Error opening database: unable to open database file
2015-03-30 09:36:47:129 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x38e9][10988]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:47:313 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local SpringBoard[10951]: table drop: 101
2015-03-30 09:36:47:733 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local SpringBoard[10951]: [Warning] Cannot listen to battery level change notification.
2015-03-30 09:36:47:753 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local lsd[10968]: Launch Services: Failed to find app container URL for identifier com.apple.mobilecal
2015-03-30 09:36:47:864 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.apple.mobilecal_CFBundleIcon[31]
2015-03-30 09:36:47:895 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local SpringBoard[10951]: Failed to get the user name
2015-03-30 09:36:47:919 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local SpringBoard[10951]: ADDING LOCAL com.apple.mobilecal.today, <BBLocalDataProvider 0x7c8e6aa0; com.apple.mobilecal.today>
2015-03-30 09:36:47:948 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:47 CareydeMac.local SpringBoard[10951]: ADDING LOCAL com.apple.cmas, <BBLocalDataProvider 0x7c8dd9e0; com.apple.cmas>
2015-03-30 09:36:48:136 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0x48c]': No such process (err 3)
2015-03-30 09:36:48:142 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0x48c]. Error: Operation now in progress
2015-03-30 09:36:48:149 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0x48c]' exited for an unknown reason.
2015-03-30 09:36:48:180 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: Application '(null)' exited for an unknown reason.
2015-03-30 09:36:48:181 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x48c][10990]): Program specified by service does not contain one of the requested architectures: ���
2015-03-30 09:36:48:380 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: ADDING LOCAL com.apple.mobileslideshow, <BBLocalDataProvider 0x7e155cc0; com.apple.mobileslideshow>
2015-03-30 09:36:48:396 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: table drop: 101
2015-03-30 09:36:48:466 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: ADDING LOCAL com.apple.MobileSMS, <BBLocalDataProvider 0x7c8925c0; com.apple.MobileSMS>
2015-03-30 09:36:48:485 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: ADDING LOCAL com.apple.SocialBulletinBoardProvider, <BBLocalDataProvider 0x7ca24ad0; com.apple.SocialBulletinBoardProvider>
2015-03-30 09:36:48:617 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x48c][10990]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:48:736 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
2015-03-30 09:36:48:792 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local IMDPersistenceAgent[10992]: [Warning] Setting up a new database at path /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Library/SMS/sms.db.
2015-03-30 09:36:48:873 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local recentsd[10989]: Error 1 getting library version: no such table: properties
2015-03-30 09:36:48:978 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0xcddd]': No such process (err 3)
2015-03-30 09:36:48:978 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0xcddd]. Error: Operation now in progress
2015-03-30 09:36:48:978 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0xcddd]' exited for an unknown reason.
2015-03-30 09:36:48:989 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:48 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0xcddd][10993]): Program specified by service does not contain one of the requested architectures: �\�
2015-03-30 09:36:49:052 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac.local SpringBoard[10951]: table drop: 101
2015-03-30 09:36:49:104 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0xcddd][10993]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:49:848 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0xe704]': No such process (err 3)
2015-03-30 09:36:49:917 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0xe704]. Error: Operation now in progress
2015-03-30 09:36:49:917 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0xe704]' exited for an unknown reason.
2015-03-30 09:36:49:917 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac.local SpringBoard[10951]: Application '(null)' exited for an unknown reason.
2015-03-30 09:36:49:918 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0xe704][10994]): Program specified by service does not contain one of the requested architectures: �\�
2015-03-30 09:36:49:935 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:49 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0xe704][10994]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:50:187 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local calaccessd[10987]: table drop: 101
2015-03-30 09:36:50:613 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0xa337]': No such process (err 3)
2015-03-30 09:36:50:623 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0xa337]. Error: Operation now in progress
2015-03-30 09:36:50:633 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0xa337]' exited for an unknown reason.
2015-03-30 09:36:50:638 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local SpringBoard[10951]: Application '(null)' exited for an unknown reason.
2015-03-30 09:36:50:673 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0xa337][10995]): Program specified by service does not contain one of the requested architectures: �\�
2015-03-30 09:36:50:683 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0xa337][10995]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:50:727 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local assetsd[10991]: CoreData: error: -addPersistentStoreWithType:SQLite configuration:(null) URL:file:///Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Media/PhotoData/Photos.sqlite options:{
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] NSPersistentStoreFileProtectionKey = NSFileProtectionCompleteUntilFirstUserAuthentication;
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] NSSQLitePersistWALOption = 1;
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] NSSQLitePragmasOption =     {
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] "journal_mode" = WAL;
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] };
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] } ... returned error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)" UserInfo=0x7beb3000 {metadata={
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
2015-03-30 09:36:50:728 - info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 479;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =     {
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:50:729 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:50:730 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:50:731 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:50:731 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:50:731 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:50:733 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:50:733 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:50:733 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
2015-03-30 09:36:50:733 - info: [IOS_SYSLOG_ROW ] };
2015-03-30 09:36:50:733 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =     (
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] ""
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] );
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite;
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
2015-03-30 09:36:50:734 - info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
2015-03-30 09:36:50:734 - 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 {
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] metadata =     {
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 479;
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =         {
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:50:735 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:50:736 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:50:737 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:50:737 - info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
2015-03-30 09:36:50:737 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:50:737 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:50:737 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:50:737 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:50:739 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:50:739 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:50:739 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:50:739 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
2015-03-30 09:36:50:739 - info: [IOS_SYSLOG_ROW ] };
2015-03-30 09:36:50:739 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =         (
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] ""
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] );
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite;
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
2015-03-30 09:36:50:740 - info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
2015-03-30 09:36:50:741 - info: [IOS_SYSLOG_ROW ] };
2015-03-30 09:36:50:741 - info: [IOS_SYSLOG_ROW ] reason = "The model used to open the store is incompatible with the one used to create the store";
2015-03-30 09:36:50:767 - info: [IOS_SYSLOG_ROW ] }
2015-03-30 09:36:50:767 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local calaccessd[10987]: table drop: 101
2015-03-30 09:36:50:885 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local assetsd[10991]: CoreData: annotation: Incompatible version schema for persistent store 'file:///Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/Media/PhotoData/Photos.sqlite'.  store metadata = {
2015-03-30 09:36:50:896 - info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssets = 1;
2015-03-30 09:36:50:896 - info: [IOS_SYSLOG_ROW ] ImportedFileSystemAssetsDate = "2014-07-14 04:28:11 +0000";
2015-03-30 09:36:50:896 - info: [IOS_SYSLOG_ROW ] NSPersistenceFrameworkVersion = 479;
2015-03-30 09:36:50:896 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashes =     {
2015-03-30 09:36:50:896 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:50:903 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:50:903 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:50:903 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:50:903 - info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:50:904 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
2015-03-30 09:36:50:905 - info: [IOS_SYSLOG_ROW ] };
2015-03-30 09:36:50:919 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionHashesVersion = 3;
2015-03-30 09:36:50:919 - info: [IOS_SYSLOG_ROW ] NSStoreModelVersionIdentifiers =     (
2015-03-30 09:36:50:919 - info: [IOS_SYSLOG_ROW ] ""
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] );
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] NSStoreType = SQLite;
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] NSStoreUUID = "90B56574-A915-4D17-A1A8-3BE30C88BE76";
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] PLLibraryUpgradeType = Rebuild;
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] PLMigrationDate = "2014-07-14 04:28:07 +0000";
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] PLModelVersion = 7100;
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] PLOSVersion = "13E28";
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] "_NSAutoVacuumLevel" = 2;
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] } and current model versions = {
2015-03-30 09:36:50:920 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:50:921 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:50:921 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:50:921 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:50:921 - info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
2015-03-30 09:36:50:921 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:50:921 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:51:062 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:51:063 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:51:064 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:51:064 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:51:064 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:51:064 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:51:064 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
2015-03-30 09:36:51:064 - info: [IOS_SYSLOG_ROW ] }
2015-03-30 09:36:51:064 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:50 CareydeMac.local assetsd[10991]: CoreData: annotation: (migration)     will attempt automatic schema migration
2015-03-30 09:36:51:420 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0x1880]': No such process (err 3)
2015-03-30 09:36:51:426 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0x1880]. Error: Operation now in progress
2015-03-30 09:36:51:433 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0x1880]' exited for an unknown reason.
2015-03-30 09:36:51:438 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local SpringBoard[10951]: Application '(null)' exited for an unknown reason.
2015-03-30 09:36:51:443 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x1880][10997]): Program specified by service does not contain one of the requested architectures: \
2015-03-30 09:36:51:604 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local syncdefaultsd[10996]: (Note ) SYDAccount: no account
2015-03-30 09:36:51:672 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local syncdefaultsd[10996]: (Note ) SYDPIMAccount: no account (null)
2015-03-30 09:36:51:679 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local syncdefaultsd[10996]: (Note ) SYDAlwaysOnAccount: no account (null)
2015-03-30 09:36:51:713 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x1880][10997]): Trampoline was terminated before jumping to service: Killed: 9
2015-03-30 09:36:51:937 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:51 CareydeMac.local assetsd[10991]: CoreData: annotation: (migration) looking for mapping model with
2015-03-30 09:36:51:944 - info: [IOS_SYSLOG_ROW ] source hashes:
2015-03-30 09:36:51:950 - info: [IOS_SYSLOG_ROW ] {
2015-03-30 09:36:51:955 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:51:962 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:51:969 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:51:974 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:51:979 - info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
2015-03-30 09:36:51:984 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:52:020 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:52:025 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:52:030 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:52:035 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:52:040 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:52:045 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:52:055 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:52:056 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] }
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] destination hashes: {
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:52:057 - info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:52:058 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:52:059 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:52:059 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:52:059 - info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
2015-03-30 09:36:52:059 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:52:059 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] }
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:52 CareydeMac.local DTMobileIS[10960]: Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn
2015-03-30 09:36:52:060 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:52 CareydeMac.local DTMobileIS[10960]: Could not create service named com.apple.instruments.server.services.launchdaemon
2015-03-30 09:36:52:061 - info: [debug] [INST STDERR] Instruments Trace Error : Target failed to run: Failed looking up pid of launched process
2015-03-30 09:36:52:147 - info: [debug] [INSTSERVER] Instruments exited with code 253
2015-03-30 09:36:52:148 - info: [debug] Killall instruments
2015-03-30 09:36:52:204 - info: [debug] Instruments crashed on startup
2015-03-30 09:36:52:205 - info: [debug] Attempting to retry launching instruments, this is retry #1
2015-03-30 09:36:52:205 - info: [debug] Killall iOS Simulator
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:52 CareydeMac.local assetsd[10991]: CoreData: annotation: (migration) no suitable mapping model found
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:52 CareydeMac.local assetsd[10991]: CoreData: annotation: (migration) inferring a mapping model between data models with
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] source hashes:
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] {
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:52:211 - info: [IOS_SYSLOG_ROW ] Asset = <8dc44421 09010766 4a360897 73ac5e46 680cf0d5 4b905521 3d063aaf d04a8c01>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:52:212 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] GenericAsset = <5f02189c 4c8bacca 049b8b2d af9fc815 a9b67b2a 7a978af5 1b354271 7c8b986f>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:52:213 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:52:214 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <d0d7b325 ede09af7 26c9474d 25de5b5d 8612f100 8e1abba1 4c991fa2 483ca03f>;
2015-03-30 09:36:52:214 - info: [IOS_SYSLOG_ROW ] }
2015-03-30 09:36:52:214 - info: [IOS_SYSLOG_ROW ] destination hashes: {
2015-03-30 09:36:52:214 - info: [IOS_SYSLOG_ROW ] AdditionalAssetAttributes = <2034365b 0668db23 6605eba4 27f344f1 26a2f3d5 a702b3d0 94a7608a 063c405d>;
2015-03-30 09:36:52:214 - info: [IOS_SYSLOG_ROW ] Adjustment = <80c158a6 bc060506 f3df23da 0434c82b 60705711 6b075533 60d8b275 ddf51b98>;
2015-03-30 09:36:52:214 - info: [IOS_SYSLOG_ROW ] Album = <fa50fede 9dacd626 ed04a9c6 ea6a6e5c 58785f50 01ea11ec 3e1120f4 d20e4a44>;
2015-03-30 09:36:52:215 - info: [IOS_SYSLOG_ROW ] AlbumList = <d36ad51c ed216c74 8d51532c 6cc4185a d154d462 4d90d00f c8b83861 afc65769>;
2015-03-30 09:36:52:215 - info: [IOS_SYSLOG_ROW ] Asset = <82f3bb79 2d397ed0 004430a0 d671e970 150faac3 38dcb971 41f13c06 dd2508c4>;
2015-03-30 09:36:52:215 - info: [IOS_SYSLOG_ROW ] CloudFeedAssetsEntry = <9a5209ab 7afe5269 9c6873bb db7a8263 4a134b60 b596b771 c46e5eaf eaf5f5ed>;
2015-03-30 09:36:52:215 - info: [IOS_SYSLOG_ROW ] CloudFeedCommentsEntry = <c8b68a81 bf231338 e9e0c729 a5e5f32d 9d567c42 2a077f5e 83224874 c09b56de>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] CloudFeedEntry = <84a3a085 7259191c 27321530 115ad96b ad6c03de 766f121d 3b167f7b d36be7cb>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbum = <eb212cc1 e29b6ef5 27cec305 d39c150f 0f369c46 ee399382 e2245a52 542fc144>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] CloudSharedAlbumInvitationRecord = <b148ee93 11dad2a0 d71c7e5d d24059f8 04063e7e b895c69a 096c82a1 35729edd>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] CloudSharedComment = <f976d2c8 e5e30b3e 61a2f1fb 249c6b9e 79b321a4 1a4526b6 30e94820 a4fdfcb5>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] Face = <57750b8b c1e79e42 bcbd82b1 cf8634d2 7505aa99 14aca6d8 15159c48 2f63bc43>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] FaceAlbum = <bd97a1c0 0ce939dd 42c61c12 7c91834a d45dac7e d933b737 39aa6d8b 5c10b283>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] FetchingAlbum = <8f90b822 d8fce108 13639879 f684d151 9f9e1fbe 973d16ac c5e88ab7 1310f4e6>;
2015-03-30 09:36:52:216 - info: [IOS_SYSLOG_ROW ] GenericAlbum = <397ec183 8e550cbd 0f2e64f1 135c8f3e df185f9a 33eface6 14208b69 d76d9923>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] GenericAsset = <509aae9b a0e57078 31cd837b fc322488 f50ba8a3 9ad85bfc 3878f7b4 aa0abd42>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] Keyword = <af2f7cb1 ab43d051 d9dcc6a1 16b8fea5 676d218d c8a2392d ac593991 58e5a8c2>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] Moment = <caa0b823 5e668bb0 4ed717a6 d18799f5 b26a6e5d 6b5753ca 9e03695b b8ace8b3>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] MomentLibrary = <04833df8 ceea9de6 fb8d65f1 034fa9ac f26123cd daa766db 37fe8b11 9143cdb1>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] MomentList = <b33f5360 4fc70514 44059f9a abffc227 6878ffb5 48684510 c4635a29 ab4c5e5c>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] PhotoStreamAlbum = <b087a201 bbb3fff6 21a683ee a833a466 7b81640d bbe04187 176a2120 cb514c15>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] SidecarFile = <875a252a 731824dd 7417c83b 8009c9f1 7450d736 8c59e8a3 1e62919a 65642546>;
2015-03-30 09:36:52:217 - info: [IOS_SYSLOG_ROW ] WallpaperAlbum = <d1d279c3 9f2e9104 6c63f7ff 1587aabf 26493b25 64f64a77 d72a991b 95c5eaae>;
2015-03-30 09:36:52:218 - info: [IOS_SYSLOG_ROW ] WallpaperAsset = <a55786a1 4aa86eb2 b337f1b5 ceb272e9 e11b2223 611216b9 78f68456 d01e95c5>;
2015-03-30 09:36:52:218 - info: [IOS_SYSLOG_ROW ] }
2015-03-30 09:36:52:218 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:52 CareydeMac assertiond[10955]: assertion failed: 13F1066 12D508: assertiond + 14743 [849F745E-3AAA-3638-91FF-892312A54F42]: 0x1
2015-03-30 09:36:57:249 - info: Launching instruments
2015-03-30 09:36:57:267 - info: [debug] Attempting to run app on iPhone 5 (8.2 Simulator)
2015-03-30 09:36:57:283 - 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.2 Simulator)" /var/folders/yr/h6mgrbfd20n5hk1km0z24qdm0000gn/T/115230-10906-13pdsi8/Payload/YYMobile.app -e UIASCRIPT "/Users/carey/Library/Application Support/appium/bootstrap/bootstrap-931e8d7703a594e3.js" -e UIARESULTSPATH /tmp/appium-instruments
2015-03-30 09:36:57:297 - 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"}
2015-03-30 09:36:57:312 - info: [debug] And launch timeouts (in ms): {"global":90000}
共收到 11 条回复 时间 点赞

这 log 的长度太。。。
我提取一下关键 log:

2015-03-30 09:36:44:772 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:44 CareydeMac.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/libexec/lsd[10968]: LaunchServices: Failed to set the data protection class for /Users/carey/Library/Developer/CoreSimulator/Devices/117A2222-200A-4899-B449-59A79E4E3CE2/data/tmp/com.apple.IconsCache/com.yy.enterprise.yyvoice_CFBundleIcon[15]
2015-03-30 09:36:45:029 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local mediaremoted[10945]: Property list invalid for format: 200 (property lists cannot contain NULL)
2015-03-30 09:36:45:077 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x65ae][10983]): Program specified by service does not contain one of the requested architectures: �\�
2015-03-30 09:36:45:085 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Unable to get pid for 'UIKitApplication:com.yy.enterprise.yyvoice[0x65ae]': No such process (err 3)
2015-03-30 09:36:45:092 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Unable to delete job with label UIKitApplication:com.yy.enterprise.yyvoice[0x65ae]. Error: Operation now in progress
2015-03-30 09:36:45:092 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac.local SpringBoard[10951]: Application 'UIKitApplication:com.yy.enterprise.yyvoice[0x65ae]' exited for an unknown reason.
2015-03-30 09:36:45:108 - info: [IOS_SYSLOG_ROW ] Mar 30 02:36:45 CareydeMac com.apple.CoreSimulator.SimDevice.117A2222-200A-4899-B449-59A79E4E3CE2.launchd_sim[10938] (UIKitApplication:com.yy.enterprise.yyvoice[0x65ae][10983]): Trampoline was terminated before jumping to service: Killed: 9

根据Program specified by service does not contain one of the requested architectures找到https://discuss.appium.io/t/appium-v1-3-0-beta1-xcode-6-1-failed-looking-up-pid-of-launched-process/1015
你按照里面的解决方法试试?

#1 楼 @chenhengjie123 好,谢谢 下次放关键 log 上来

好长。。。。

#3 楼 @monkey 纯属失误,下次不会了。。

#1 楼 @chenhengjie123 我已经按你给的网址里使用命令编译生成 app 或者直接使用 Xcode 编译生成 app,使用 appium 启动后还是这种现象

#5 楼 @careysucci 那我就不大清楚了。根据你的 log 只能帮到这里了,不知道其他具体情况也很难准确定位。
建议你去 google/stackoverflow 看一下吧。百度在这些方面搜不出什么有价值的东西。

#7 楼 @careysucci 这问题我已经解决了。你搞定了吗?

#8 楼 @pighero001 具体解决方法是?

@pighero001 能分享下你的解决方法吗?

需要 登录 后方可回复, 如果你还没有账号请点击这里 注册