Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I find or search this path in Sierra

/BuildRoot/Library/Caches/com.apple.xbs/


I have to find the path to this 'BuildRoot' reference in High Sierra. I type it in search but no luck.


Where is this 'BuildRoot' located and how do I view its source. Which app owns it?


This is very important as it has to do with Supreme Court Trial evidence.


Time is of grave importance, Thank you

iMac (27-inch, Late 2012), macOS Sierra (10.12)

Posted on Dec 17, 2017 3:39 PM

Reply
2 replies

Dec 18, 2017 6:41 AM in response to eugenejazzy22

The question is whether what you have shown is a partial, and potentially embedded filesystem path, or an explicit path from root? In either case, the following two choices will find it in a non-encrypted filesystem.


The following command, if issued in the Terminal from a users home directory will find the partial path if it exists:


find . -wholename "*/BuildRoot/Library/Caches/com.apple.xbs/*"


and this time consuming command will locate it wherever it happens to be in the operating system:


sudo find / -wholename "*/BuildRoot/Library/Caches/com.apple.xbs/*"

How do I find or search this path in Sierra

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.