I am trying to figure out how I can build/archive my iOS application in xcode so that I can send it to anyone and they can run in it a simulator. I thought I could just build i
If you have the .app bundle, you can create a tarball of it and send it to someone else. They can then extract it and use xcrun simctl install to install your app in the given simulator device.