Posts

Post marked as solved
6 Replies
Was there a way to edit the group container using Defaults? I tried using the filepath option, but it always failed saying the domain doesn't exist. It seems to be treating it as a domain instead of a filepath. Also the man page for Defaults on 10.15.7 has the below text, so it seems like support for the paths to a plist will be removed. "WARNING: The defaults command will be changed in an upcoming major release to only operate on preferences domains. General plist manipulation utilities will be folded into a different command-line program." The only working way I have found to edit the UserDefaults for a group container is to manually edit the plist, then restart cfprefsd, as it doesn't pick up changes to the plist.
Post not yet marked as solved
1 Replies
Did you come up with a solution? I'm facing the same problem.
Post not yet marked as solved
15 Replies
This worked for me as well. On Xocde 11.2.1 and Catalina 10.15.3. dianosticd and ReportCrash had been using up huge amounts of CPU and the only way to stop them was shutting down the simulator. They would then start again next time launching the simulator. Looks like erasing the simulator did the trick.
Post not yet marked as solved
2 Replies
With iOS 13.2 hasAppearanceStream is true for my annotation, but when I try to get the values for appearanceDictionary and appearanceState both return nil. Neither of these appear in annotationKeyValues either.I want to copy the appearance stream from one annotation to another, but don't know how to retrieve it.