0. Preparation
1 "$299/year's enterprise Development Account.
2 "Make the distribution certificate and profile, and download and install to this machine.
3 "Xcode compiled through, the real machine test through the source code.
1, Pre-packaging configuration
1 "Xcode Open Project, Commond +, open preferences, login to developer account.
2 "Product--Scheam-Editscheam (or the project name next to the dot Triangle run and the corner Stop is edit scheam).
3 "Configure the Archive option-->build configuration to Release.
4 "Configure the code signing information inside project and targets. Publish certificate Installation Success This is no big deal.
2. Packaging IPA
1 "Can build first to see if there are any errors. If you don't have anything, you can pack it. Product->archive wait.
2 "Archive after success. Window->orgnizer->export. Then select the third one.
3 "Next, wait for Xcode to identify the currently logged in developer account and select the corresponding enterprise account.
4 "Package is successful, then click Next to Export
These are normal processes.
Problems that you may encounter halfway.
1, first guarantee the access rights of the certificate. If the certificate is not trusted, turn on keychain modification to trust.
2, sometimes the project Bundile Identitifire name may be in the developer test time is their own naming. Be sure to change to the same app ID you filled out when you made the profile.
Otherwise, the final package will report "Your current account has no permission to create a IOS distribution Cetificate" error.
iOS Enterprise app distribution online process and considerations