How to see list of files accessed by app using Instruments in Xcode
1
vote
1
answer
202
views
I'm trying to see what files/folders a particular app accesses/modifies
I have Xcode 15. I'm using its Instruments app (v. 15.2)
I choose File > New > File activity. I choose select target, select my app, then hit the red record button. It starts my app and starts recording. After doing a few things in the app, I click the stop button.
Now I have a bunch of data. I see a timeline. I select my app. On the bottom pane, there's a drop down list with options like "filesystem calltree" "disk io reads calltree". But selecting one only shows a whole lot of function calls.
How can I see a list of files/folders the apps reads from/writes to?
Asked by JBart
(41 rep)
Jan 9, 2024, 08:54 PM
Last activity: Jul 27, 2025, 01:25 AM
Last activity: Jul 27, 2025, 01:25 AM