简体   繁体   中英

How can i create '.ipa' from XCode project?

I've finished to write an application in XCode 12, and I want to publish it on App Store. How can I generate the '.ipa' file? Thank you!

First you have to point the target device to "Generic iOS Device" on the right of your name app on Xcode main view.

Then Product -> Archive.

I think that you want to publish the app, so there press "Validate app" for a first check of the app, then "Distribute App".

This in very very brief way. But publishing an app on the Apple store can be messy I think is better for you to read some comprehensive guide around.

This is a good one:

https://instabug.com/blog/how-to-submit-app-to-app-store/

Good luck

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM