I’m engaged on an app that makes use of the Information app for accessing recordsdata residing on a shared smb folder (by extending the app sandbox), utilizing Xcode model 14.2 and focusing on iOS >= 15. The power to connect with an smb share is a core a part of the app’s performance. The characteristic works effectively on a tool, however I wish to do debugging and testing on the simulator, the place I’ve entry to instruments reminiscent of gradual animations. When I attempt to use “Connect with server” within the Information app on the simulator, nothing occurs: i attempted IP tackle, servername.native, localhost, 127.0.0.1, with an with out an smb:// prefix, with no luck: I’m fully unable to attach, and I do not get any messages saying “can not join” or something of the kind; the Connect with Server dialog simply sits there, displaying “Connecting…”. Ideally, I wish to join to a different machine on my LAN, or, failing that, a minimum of to a shared folder on the machine the place Xcode is working. Is that this potential in any respect? Is there any trick to it? Can anybody supply some pointers? Thanks upfront.