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:

  1. make project ready go (create distribution certificate, appstore provisioning profile certificate , application id of application willing upload, down load both , double click install them)
  2. check if every thing right, right icon files default files etc, , in build setting of application have selected appstore provisioning profile create build.
  3. now unplug device (although debug option should still remain selected ios device) while archiving build
  4. after archiving completed, validate build (with same account have created provisioning profile with), , correct if there's other errors, or upload build otherwise.

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -