I have a client who wants to just drag and drop the binary to run it in the simulator.
I want to build the simulator app and email it to them.
What can the
You can, by executing the command below in the Terminal app.
xcrun simctl install {simulator_udid} {path of .app file}
It will install the .app file in the referenced simulator.
.app
Note: Make sure that the .app file is built for the simulator (i.e. i386 or x86_64).
i386
x86_64