Copy local watch app data files to Mac

I am developing a watch app which writes out data files to local storage on the watch as it runs. When I am running in the simulator the I can easily locate these files and inspect them. However I also want to be able to copy off and look at the files created on the watch device itself. To date I have found no way to copy the file off of the watch device. I thought perhaps with Xcode there might be a way to copy the watch apps container off of the device to the Mac but that doesn't appear to be possible. The watch app is an independent app and I would like to avoid having to transfer the file using a WCSession to an iPhone app. I am hoping someone could point me to something that I am overlooking. If nothing else is it possible to copy it off to iCloud Drive by the watch app? Any tips or pointers is much appreciated.


Thanks

Rob

Copy local watch app data files to Mac
 
 
Q