When I build my app using 2015.2721, using a proper provisioning profile (for app store distribution), no zipfile is created.
The build itself is successful:
Building: Signing application with “iPhone Distribution: R.D. Veldhuizen (EEP5D9AAAA)”
sep. 20 11:08:05.584: iOS build succeeded
but the required zipfile for Application Loader is not generated. I get it to work by using the payload folder method and use the resulting .ipa file, but that should not be necessary
There are a lot of warnings (for each project file) during compressing/copying, but nothing alarming. For example:
Warning: project file ‘Default-Portrait@2x.png’ conflicts with a file in the template. Please rename your file.
I had no problems using earlier builds, though all pre-iOS 9 release.
Any thoughts?