I won't have access to a smartphone for some time, but I'm wondering if there's some kind of app or terminal command that allows you to run two instances of an iOS simulator for a single project.
One method I tried was cd'ing into my applications directory, and running two instances of the iOS simulator (as instructed in this stack overflow thread)
cd /Applications/Xcode.app/Contents/Developer/Applications
open -n iOS\ Simulator.app
open -n iOS\ Simulator.app
But I have no clue from here how to add my project. My rep also isn't high enough to comment, so I made a new post. Hopefully someone else has this same problem.