IOS Application loader shows bundle error

纵饮孤独 提交于 2019-12-09 08:30:33

问题


I have already waste 3 days "solving" this problem (actually I have tried everything i could imagine but get nothing).

While binary uploading of my application i get the following error: ERROR ITMS-9000: "this bundle is invalid. armv7s are required to include armv7 architecture." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage).


回答1:


Oh I got it, what you only need to do is to disconnect your device (remove the cable connection between your device and system).

Now archive it and validate. You are good to go I believe. :)

Follow These steps while uploading binary:

  1. Make you Project ready to go (Create distribution certificate, appstore provisioning profile with this certificate and application id of the application you are willing to upload, down load both and double click to install them)
  2. Check if every thing is right, like right Icon files default files etc, and in build setting of your application you have selected your appstore provisioning profile to create you build.
  3. Now unplug your device (although debug option should still remain selected to ios device) while archiving your build
  4. After archiving is completed, validate your build (with same account you have created provisioning profile with), and then correct if there's some other errors, or upload the build otherwise.



回答2:


I got this error, because arch (arm7, arm7s, arm64) + Build Active Arch Only - YES.

I did next: - disconnect iphone - exclude arm64-arch - Set Build Active Arch Only - NO.

Build was successfully uploaded.




回答3:


The problem to me was very lazy! I just lost the Universal Deployment Target (I had iPhone only for error). Fixed that it worked fine.




回答4:


I tried removing the cable and re/assigning the provisioning profile(s) etc. In the end I just removed arm64 from the list of valid architectures on the project and target files.

How much does arm64 matter anyway?



来源:https://stackoverflow.com/questions/19211654/ios-application-loader-shows-bundle-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!