Create an iOS simulator build

Testing on simulators requires an .app file (not an .ipa file). This is a restriction imposed by Apple.

You can generate an app build for testing on a simulator either through the command line or through XCode. This article provides information on both options.