Hi Guys,
Since upgrading to Xcode 7 our app archives are just massive in size. What was 80mb before is now well over 200mb meaning we can't submit to the App Store.
Is there any fix for this? Not sure if this is the right place to post but I'm at a loss. Also filed a radar.
Archives now contain bitcode by default, which you send to the store but which will never actually wind up on users' devices (since the store strips it out of the IPA it produces for users). If you do an ad-hoc export of your app from the archive to get a user-style IPA, however, you should see the true size without bitcode, as we'll strip bitcode out in every export scenario except submitting to the app store.
So this shouldn't actually be a problem; but please do le us know if you're seeing something other than what I've described.