I am unable to upload app files on Simulators, getting errror: "No .app found inside zip"

I am unable to upload app files on Simulators, getting errror: “No .app found inside zip”.

Hey Richard!

To upload and test app files on Simulators, your iOS app need to be built for Simulators.

Shown below are the steps for building .app file for iOS Simulator testing.

  1. Download and install Xcode.

  2. Open your testing project in Xcode.

  3. Click build and then run the current scheme button.

  4. Once your build runs successfully, click Show in Finder to open the .app file.

  5. Compress the .app file into .zip file.

Please refer to Troubleshooting iOS App Testing documentation.