I'm working on a coursework project where I plan to build a messenger app using SwiftUI. To test real-time messaging, I need to run two instances of the app in Xcode simulators and exchange messages between them.
Is it possible to run two separate instances in different simulators and enable real-time communication?