How to check approximate App store size of app in Xcode

后端 未结 4 874
执念已碎
执念已碎 2020-12-31 02:39

I used to do it but I haven\'t done it in a while and i\'ve added to my game. Don\'t remember where on Xcode I can check the approximate app store size of my app.

I

4条回答
  •  萌比男神i
    2020-12-31 02:58

    The Organizer has this functionality for Archives. So, you'll need to create an archive:

    1. Product > Archive (you need the iOS device scheme selected here, which means you need a valid signing identity set up)
    2. Window > Organizer
    3. Select the "Archives" tab.
    4. Select your archive, and in the header detail view, click "Estimate Size"

提交回复
热议问题