I'm working on a SwiftUI-based iPhone / iPad app and when I connect (via USB cable) my iPad to my Mac Mini (development machine where Xcode is running) it will sometimes give me the message shown below when I run the app from Xcode (in debug mode):

What is Xcode doing when it says it is "copying shared cache symbols from "?
Why does it copy these from the ipad? It seems like it would copy these from Xcode or my connected Mac Mini (development machine where Xcode is running).
Also, I'm guessing it is sending those symbols across the USB cable, right?
Are these debug symbols?
Источник: https://stackoverflow.com/questions/775 ... nected-dev