I have an app that I am trying to pull the sqlite db from the apps documents folder. Normally I would do this by going to xcode -> devices and simulators, selecting my device and downloading the Container of my app from the "Installed Apps" list. However, because my app is installed from Testflight it doesnt show up in this list.
How can I pull the sqlite from an app installed via Testflight?