-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
n8chur Jun 4, 2018 1:53 PM (in response to n8chur)Running:
defaults write com.apple.CoreSimulator.IndigoFramebufferServices FramebufferRendererHint 3
Resolved my issue.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
jeremyhu Jun 4, 2018 11:06 PM (in response to n8chur)Please file a radar, including `xcrun simctl diagnose` when the device is booted in the problematic state and a sysdiagnose.
The dwrite you provided switches you from using Metal to using OpenGL for the framebuffer support in CoreSimulator. This indicates that there is likely a bug in the Metal graphics drivers for your GPU.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
YUDU Jun 5, 2018 8:44 AM (in response to jeremyhu)I'm getting the same issue as the above poster - Hint 1 or 2 don't work, Hint 3 does. Filed a bug report including the information requested above.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
jeremyhu Jun 5, 2018 9:11 AM (in response to YUDU)Thanks Yudu. What is your radar number? Telling it to me here will let me grab it directly rather than waiting for it to get routed to me.
We have a few radars filed about this already, two are from Intel HD 4000 machines running the macOS Mojave beta. The third does not specify hardware nor OS, but I suspect that this is a bug in the Intel HD 4000 Metal drivers in Mojave. Does your configuration match?
Note that hint 0 is "auto" (currently prefering Metal and then falling back to OpenGL if unavailable). Hint 1 prefers Metal and hint 3 prefers OpenGL. Hint 2 used to mean OpenCL, but we dropped OpenCL support.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
Brandon Bradley Jun 5, 2018 11:59 AM (in response to jeremyhu)I also had this issue.
Defaults write also solved it for me.
System Info:
Mac Mini Late 2012 running 10.13.4
Processor: 2.3 GHz Intel Core i7
Memory: 16 GB 1600 MHz DDR3Graphics: Intel HD Graphics 4000 1536 MB
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
jeremyhu Jun 5, 2018 12:40 PM (in response to jeremyhu)Thanks, Yudu. I got the data from your radar and duped it to the one I'm using to track this. Looks like this is fitting a pattern of Intel HD 4000. I'll look into updating our code to blacklist using Metal on that device until this gets resolved properly. Thanks.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
guywithmazda Jun 5, 2018 1:55 PM (in response to jeremyhu)I am seeing the same symptoms. From About This Mac screen:
macOS 10.13.5
MacBook Pro (Retina, Mid 2012)
...
Graphics NVIDIA GeForce GT 650M 1024 MB
Intel HD Graphics 4000 1536 MB
Using built-in display and Apple Thunderbolt display, Thunderbolt is main display, Xcode & Simulator on Thunderbolt display (although moving the Simulator to the built-in display did not help).
I'll create a bug report & post the # here after I have a chance to test the "defaults write" solution.
EDIT: Not sure if it is related, but I get this in the debug output:
2018-06-05 15:48:21.009363-0500 AVPlayerBug[4386:346802] libMobileGestalt MobileGestalt.c:875: MGIsDeviceOneOfType is not supported on this platform.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
guywithmazda Jun 5, 2018 2:37 PM (in response to guywithmazda)My bug # is 40823898. After I created the sysdiagnose and simctldiagnose logs attached to the bug report, I tried the "defaults write" fix mentioned above, and that worked.
-
-
-
-
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
electricbolt Jun 5, 2018 3:27 PM (in response to jeremyhu)+1
radar://40825813
Mac mini server 2012 - with HD4000 graphics. Oddly though it's not all Simulators that have a black screen. iPhone X black screen, but iPhone SE works OK. I attached output from "xcrun simctl diagnose". I'm running High Sierra, not Mojave.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
jeremyhu Jun 5, 2018 3:41 PM (in response to electricbolt)Thanks, folks. We don't need any more radars about this. We have the data necessary to issue a fix. In the mean time, please use the workaround that was mentioned in the second post on this thread. Please be sure to delete that preference once this issue is fixed. Thanks.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
tinbert Sep 13, 2018 1:30 AM (in response to jeremyhu)XCode 10 GM, and still the same bug for me and my iMac late 2009, ATI Radeon HD 4850 512 MB.
Black screen for most simulated iPhones, except for iPhone SE, 6, 7 and 8. No plus models, no X, Xs, Xr
Not one simulated iPad model is working, unfortunately.
I've tried those default writes with no success.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
lazylady Sep 14, 2018 12:46 AM (in response to tinbert)I've got the same setup as you tinbert, and unfortunately the exact same problem. However, works fine on MacBook Pro Retina 2012. The only thing that works for me is fall back (use Time Machine to restore CoreSimulator) to XCode 9 CoreSimulator but that means no iOS 12.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
iaborodin Sep 16, 2018 8:44 AM (in response to tinbert)The very same machine setup and Xcode 10 GM and - alas - the very same problem: black screen in Simulator for iphone 6-8 Plus, and X, Xs, Xs Max, Xr.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
Crew Expendable Oct 20, 2018 11:40 AM (in response to tinbert)Yes this seems fixed in for me in the Xcode 10.1 beta 3 on my late 2009 imac!
-
-
-
-
-
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
bwake2018 Jun 7, 2018 9:01 AM (in response to n8chur)defaults write com.apple.CoreSimulator.IndigoFramebufferServices FramebufferRendererHint 3
Worked for me. Thanks!
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
deepstereo Jun 11, 2018 11:44 AM (in response to n8chur)Was getting the same black screen on most Simulator devices, but this thing fixes it!
defaults write com.apple.CoreSimulator.IndigoFramebufferServices FramebufferRendererHint 3
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
bonmotwang Sep 19, 2018 3:47 PM (in response to deepstereo)Did you just run it in terminal?
My machine is macbook pro mid 2010, 8G.
Xcode 9 was running very smoothly before Xcode 10.
Didn't want to spend $1500 for a new macbook.
Thanks
-
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
mv.albuquerque Jun 15, 2018 3:37 PM (in response to n8chur)Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] <Error>: assertion failed: 18A293u: launchd_sim + 42191 [0D44F73F-F21B-338E-9233-25B917F9BE3A]: 0x11
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.nanoregistryd) <Warning>: Unknown key for Boolean: TransactionTimeLimitEnabled
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.mediaartworkd) <Warning>: Unknown ProcessType: AdaptiveUtility
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.syslogd) <Notice>: Please switch away from OnDemand to KeepAlive.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.ids_simd) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Error>: com.apple.mobiletimerd (lint): Invalid type for a LaunchEvent stream, should be a dictionary (stream/type): com.apple.alarm/bool
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.wcd) <Warning>: Unknown key for Boolean: TransactionTimeLimitEnabled
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.logd) <Warning>: Unknown key for Boolean: BeginTransactionAtShutdown
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.logd) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboardd) <Warning>: Unknown key for Boolean: HighPriorityIO
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboardd) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.managedconfiguration.profiled) <Error>: ThrottleInterval set to zero. You're not that important. Ignoring.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Error>: com.apple.pluginkit.pkd (lint): Service sets EnableTransactions=false and EnablePressuredExit=true, which makes no sense. Enabling Transactions.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.familycircled) <Warning>: Unknown key for dictionary: EnvironmentalVariables
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.familynotification) <Warning>: Unknown key for dictionary: EnvironmentalVariables
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.searchd) <Warning>: Unknown key for dictionary: NoEnvironmentVariables
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.revisiond) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Warning>: com.apple.calaccessd (lint): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.icloud.fmfd) <Error>: The Debug key is no longer respected. Please remove it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.passd) <Warning>: Unknown key for string: com.apple.application-identifier
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Warning>: com.apple.midiserver.sim (lint): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.certui.relay) <Error>: ThrottleInterval set to zero. You're not that important. Ignoring.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.sharingd) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Error>: com.apple.touchsetupd (lint): Service specifies LimitLoadFromHardware which does not make sense for this launchd instance
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Error>: Could not import service from caller: path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/LaunchDaemons/com.apple.touchsetupd.plist, caller = launchd_sim.1503, error = 138: Service cannot be loaded on this hardware
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.healthd) <Error>: ThrottleInterval set to zero. You're not that important. Ignoring.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.healthd) <Warning>: Unknown key for Boolean: CFBundleAllowMixedLocalizations
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Warning>: com.apple.mediastream.mstreamd (lint): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Warning>: com.apple.mediastream.mstreamd (lint): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.FileCoordination) <Warning>: Unknown key for Boolean: TransactionTimeLimitEnabled
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.askpermissiond) <Warning>: Unknown key for dictionary: EnvironmentalVariables
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Error>: com.apple.remotemanagementd (lint): Invalid type for a LaunchEvent stream, should be a dictionary (stream/type): LaunchOnDemand/string
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.configd_sim) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.rapportd) <Warning>: The endpoint "com.apple.private.alloy.nearby-idswake" defined in plist already exists and is owned by: com.apple.sharingd
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.assertiond) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.UserEventAgent-System) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SpringBoard) <Warning>: Unknown key for Boolean: HighPriorityIO
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Warning>: com.apple.SpringBoard (lint): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Warning>: com.apple.SpringBoard (lint): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Warning>: com.apple.SpringBoard (lint): The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SpringBoard) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.coreservices.useractivityd) <Warning>: Unknown key for Boolean: DrainMessagesAfterFailedInit
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.axAuditDaemon.deviceservice) <Warning>: Unknown key for string: _DirtyJetsamPriority
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.axAuditDaemon.deviceservice) <Warning>: Unknown key for dictionary: XPCService
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.axAuditDaemon.deviceservice) <Warning>: Unknown key for integer: JetsamMemoryLimit
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.axAuditDaemon.deviceservice) <Warning>: Unknown key for Boolean: AllowByProxy
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CoreSimulator.bridge) <Notice>: This service is defined to be constantly running and is inherently inefficient.
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.notifyd.1534) <Warning>: Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.system.notification_center
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.syslogd.1505) <Warning>: Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.system.logger
Fri Jun 15 19:29:56 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.xpc.launchd.domain.system) <Error>: Service "com.apple.rapportd" tried to register for endpoint "com.apple.private.alloy.nearby-idswake" already registered by owner: com.apple.sharingd
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri.context.service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri.context.service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri.ClientFlow.ClientScripter) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri.ClientFlow.ClientScripter) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AXMediaUtilitiesService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AXMediaUtilitiesService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.MobileInstallationHelperService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.MobileInstallationHelperService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Photos.CPLDiagnose) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Photos.CPLDiagnose) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.UIKit.KeyboardManagement) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.UIKit.KeyboardManagement) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.mediaaccessibilityd) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.mediaaccessibilityd) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accounts.dom) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accounts.dom) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.datamigrator) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.datamigrator) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.lsdiconservice) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.lsdiconservice) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.migrationpluginwrapper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.migrationpluginwrapper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.statskit) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.statskit) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri.acousticsignature) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri.acousticsignature) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.heard) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.heard) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.AccessibilityUIServer) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.AccessibilityUIServer) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CoreRoutine.helperservice) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CoreRoutine.helperservice) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.tonelibraryd) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:57 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.tonelibraryd) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.icloud.fmfd.1572) <Warning>: Could not find and/or execute program specified by service: 2: No such file or directory: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/fmfd
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.icloud.fmfd.1572) <Notice>: Service setup event to handle failure and will not launch until it fires.
Fri Jun 15 19:29:58 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.icloud.fmfd.1572) <Warning>: Service exited with abnormal code: 78
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AnnotationKit.MigratorService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AnnotationKit.MigratorService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.MapKit.SnapshotService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.MapKit.SnapshotService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.MediaPlayer.RemotePlayerService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.MediaPlayer.RemotePlayerService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Photos.CPLDiagnose) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Photos.CPLDiagnose) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Safari.History) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Safari.History) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Safari.ImageDecoder) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Safari.ImageDecoder) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SafariFoundation.AutoFillHelper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SafariFoundation.AutoFillHelper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SafariFoundation.CredentialProviderExtensionHelper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SafariFoundation.CredentialProviderExtensionHelper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SafariServices.ContentBlockerLoader) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.SafariServices.ContentBlockerLoader) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.VideoSubscriberAccount.DeveloperService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.VideoSubscriberAccount.DeveloperService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.VideoSubscriberAccount.PrivacyService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.VideoSubscriberAccount.PrivacyService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.WebKit.Networking) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.WebKit.Networking) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.WebKit.Storage) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.WebKit.Storage) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.WebKit.WebContent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.WebKit.WebContent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.avkit.SharedPreferences) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.avkit.SharedPreferences) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.facebook.xpc) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.facebook.xpc) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imdpersistence.IMDPersistenceAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imdpersistence.IMDPersistenceAgent) <Warning>: Unknown key for integer: _DirtyJetsamPriority
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imdpersistence.IMDPersistenceAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imdpersistence.IMDPersistenceAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.sbd) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.sbd) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.tencentweibo.xpc) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.tencentweibo.xpc) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.twitter.xpc) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.twitter.xpc) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.weibo.xpc) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:02 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.weibo.xpc) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.fides.borealis-evaluator) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.fides.borealis-evaluator) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.corespeech.xpc) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.corespeech.xpc) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri-distributed-evaluation) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.siri-distributed-evaluation) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:03 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectoryMaintenance) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:04 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CallKit.CallDirectory) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:05 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.accessibility.heard) <Notice>: Service only ran for 1 seconds. Pushing respawn out by 9 seconds.
Fri Jun 15 19:30:05 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:05 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:05 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:05 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:30:05 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:30:16 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:06 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (UIKitApplication:br.com.fagrontech.teste[0xe691][1526].1608) <Notice>: Service exited due to SIGKILL
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CloudDocs.MobileDocumentsFileProvider) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CloudDocs.MobileDocumentsFileProvider) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CloudDocsDaemon.container-metadata-extractor) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CloudDocsDaemon.container-metadata-extractor) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.CloudDocs.MobileDocumentsFileProvider.1736) <Error>: assertion failed: 18A293u: launchd_sim + 61853 [0D44F73F-F21B-338E-9233-25B917F9BE3A]: 0x16
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.FileProvider.LocalStorage) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.FileProvider.LocalStorage) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.FileProvider.LocalStorage.1737) <Error>: assertion failed: 18A293u: launchd_sim + 61853 [0D44F73F-F21B-338E-9233-25B917F9BE3A]: 0x16
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.mobileslideshow.PhotosFileProvider) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:09 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.mobileslideshow.PhotosFileProvider) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.AssetCacheLocatorService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Photos.CPLDiagnose) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.Photos.CPLDiagnose) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:10 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.mobileslideshow.PhotosFileProvider.1739) <Error>: assertion failed: 18A293u: launchd_sim + 61853 [0D44F73F-F21B-338E-9233-25B917F9BE3A]: 0x16
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.StreamingUnzipService) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.backboard.display.archive) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for integer: _DirtyJetsamMemoryLimit
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.imfoundation.IMRemoteURLConnectionAgent) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.intents.intents-image-service) <Warning>: Unknown key for Boolean: EnablePressuredExit
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnableTransactions
Fri Jun 15 19:37:11 2018 MacBook-Pro-de-Vinicius.local com.apple.CoreSimulator.SimDevice.C2D5CF54-D7C1-42C2-BDF6-4FEA42C4306B[1503] (com.apple.uifoundation-bundle-helper) <Warning>: Unknown key for Boolean: EnablePressuredExit
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
giologist Oct 3, 2018 10:41 AM (in response to mv.albuquerque)Experiencing this same issue.
-
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
mv.albuquerque Jun 15, 2018 3:38 PM (in response to n8chur)Please Help!!
libMobileGestalt MobileGestalt.c:875: MGIsDeviceOneOfType is not supported on this platform.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
bonmotwang Sep 19, 2018 7:38 AM (in response to n8chur)I have the same problem here. tried hint = 0, 1, 2, 3. It didn't work.
iPads dont' work, iPhone XS Max desn't work
Other simualtors seems to be fine.
Thanks
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
GaryKwok Sep 22, 2018 6:09 AM (in response to bonmotwang)I encountered the exact same issue.
I tried hint = 0, 1, 2, 3. It didn't work.
iPads dont' work, iPhone XS Max desn't work
Other simualtors seems to be fine.
Mac Mini 2010, 8G Ram, 150G free harddisk.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
norio Sep 24, 2018 11:29 PM (in response to GaryKwok)I am exactly the same .
I also tried Hint 0, 1, 2, 3, but none of them can see the effect.
Plus series and X series the screen is completely black.
Others are normal.
Are there other tips and advice for improvement?
iMac Late 2009
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
bonmotwang Sep 25, 2018 2:05 PM (in response to norio)I have been searching around the net, but no luck. Tried a lot of things.
Probably Apple is too busy solve other bugs in iOS12 and Xcode10. I hope eventually they will fix this to save some old Macs.
My Macbook is an i7 from Mid 2010, 8G, 250G SSD. Running beautifully for what I am doing. No complaint about the speed.
But so sad that suddenly I cannot release new revisions to App store because I cannot make screenshots.
I am using Xcode10 right now. Just don't use those Plus simulators and iPads. This is only to keep my develpment going.
If Apple cannot fix it in a couple of weeks, I will be forced into getting a new Macbook Pro.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
guywithmazda Sep 25, 2018 2:33 PM (in response to bonmotwang)Has anyone reported another bug for this against the release version of Xcode 10? The OP was for an early beta, and it was fixed one or two betas later. If you want to make sure Apple realizes this problem exists again, someone should report a bug. FYI, I had this problem in the time frame of the OP, but not now on a mid 2012 Macbook Pro.
-
-
-
-
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
tvcontent5 Sep 25, 2018 4:00 PM (in response to n8chur)Black simulator with Xcode 10 beta / iOS 12 SimulatorHint 0, 1, 2, 3 no effect
All ipads, max and plus don't work
xCode 10.0
NVIDIA GeForce GT 330M 512 МБ
Intel HD Graphics 288 МБ
MacBook Pro (15-inch, Mid 2010)
all did works in xCode 9
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
tinbert Sep 25, 2018 11:23 PM (in response to n8chur)Imho Apple will not fix that anymore. Why should they? It looks like only Non-Metal-Macs are affected, and no "serious" developer will work on a non-Mojave-Mac, at least not at Apple.
So if we can't deliver the obligatory screenshots to our products, we won't be able to release apps/updates anymore - or buy a new Mac. Well
It's a little bit picky, because it looks like a minor bug. Only simulated devices with @3 pixels seems to be affected, plus all iPad models.
For me, that may be the end of my time on the App Store, by the means of income it was a desaster in the last years, however it converted to a hobby for me, but my customers still have some right for bug fixes. Now I can blame Apple for not making updates anymore ;-)
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
bonmotwang Sep 26, 2018 3:55 PM (in response to tinbert)If that's true, all 2011 Mac's or older will not work anymore? This is very sad!
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
maxware66 Sep 27, 2018 6:27 AM (in response to bonmotwang)Hi,
i've open a ticket as a developer in the approriate section, but after three days no one has answered.
All of you should post a ticket IMHO , somebody must answer!!
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
bonmotwang Sep 28, 2018 8:45 PM (in response to maxware66)I just ordered a new Macbook Pro 13" today. I have production to update, cannot wait for another week.
I guess Apple has priorities. Just not enough 2011 or earlier machine out there to bring their attention.
-
-
-
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
tinbert Oct 16, 2018 2:27 AM (in response to n8chur)They fixed it!
At least, for me the new Xcode 10.1 beta 3 fixed the problems with "big" simulators, now iPhone X/S/R and plus models work again.
However, the performance seems to be really bad, the simulation of Metal is asking for some power, I assume.
Anyway, the screenshots work again and so we can submit apps again.
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
chelseyalex Oct 17, 2018 2:42 AM (in response to n8chur)i have the same issue...can some please advice on how to fix this???
-
Re: Black simulator with Xcode 10 beta / iOS 12 Simulator
tinbert Oct 23, 2018 12:33 AM (in response to chelseyalex)I've did nothing special, no commandline needed, just installed new Xcode beta.
What machine are you using? Mine is an iMac late 2009.
-