How to generate iOS build from Xcode
Before start following the below steps We should have all the certificates which required for IOS app distribution.
Generating build (IPA file) from Xcode, which we can share the build to the testing or the test users. The Following steps need to follow to generate the build.
-
Open
MyProject.xcworkspace
file fromRoot/ios/
folder. -
Select from the build as Any iOS device option. Follow below screenshot:
-
Go to Menu -> Product -> Archive option, Select Archive option.
-
It will start generating the build, Once build generated it will open a new window with the build information, Attaching a screenshot for the detail.
- Once open above window, we need to press on Distribute App button. It is shown at the right side of the screen. After pressing the button it will open a dialog box.
-
So based on our required, we will select distribution option, Lets say we are sharing the build internally, then we will select Enterprise or Ad Hoc option. After selecting the option we need to press on the Next button. It will open another new dialog.
-
Next we need to press on Next button.
- Once the press on next button it will open a new dialog with the Export button. At the press of Export button it will ask the location to save the IPA file (build).
- Now sharing build to external user there is some ways we can share the build to users, like AppCenter or Diawi url.
Check this url: https://appcenter.ms/ and https://www.diawi.com/
Thanks for reading
Hopefully You have found this article useful to generate the iOS build.
If you have any recommendation please let me know in the below comment section.
Nice and informative…! keep it up
Thanks!