ios7 - IOS Application loader shows bundle error -
i have waste 3 days "solving" problem (actually have tried imagine nothing).
while binary uploading of application following error: error itms-9000: "this bundle invalid. armv7s required include armv7 architecture." @ softwareassets/softwareasset (mzitmspsoftwareassetpackage).
oh got it, need disconnect device (remove cable connection between device , system).
now archive , validate. go believe. :)
follow these steps while uploading binary:
- make project ready go (create distribution certificate, appstore provisioning profile certificate , application id of application willing upload, down load both , double click install them)
- check if every thing right, right icon files default files etc, , in build setting of application have selected appstore provisioning profile create build.
- now unplug device (although debug option should still remain selected ios device) while archiving build
- after archiving completed, validate build (with same account have created provisioning profile with), , correct if there's other errors, or upload build otherwise.
Comments
Post a Comment