What are the steps involved in signing a iOS application?
Signing an IPA file
A signed IPA is required to test the installation process of your application. An unsigned IPA throws errors in the installation process
To sign your IPA file, follow these steps:
Open you project in XCode, and select Archive in the Product menu

Click on Export button

Select your Code Signing account

[IMPORTANT] Export as Save for Development Deployment

Choose Export One Application for all compatible devices

Check the summary

Save the IPA file

Upload the IPA file
Updated on: 14/07/2023
Thank you!