打包时遇到的问题

2017-04-25  本文已影响46人  GalaxyJM

1.打包时出现:Your account already has a valid iOS Distribution certificate!

参考
简书

2.打包报错:All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64
错误解决:关闭bitcode
在Xcode 7中,我们新建一个iOS程序时,bitcode选项默认是设置为YES的。我们可以在”Build Settings”->“build options”->”Enable Bitcode”选项中看到这个设置。

3.打包报错:ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle 'xxxx'."

4e4a20a4462309f708cd06e2740e0cf3d6cad6a4.jpg.png

4.打包报错:ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."
原因:App没有适配iPad

只适配iPhone.png
上一篇 下一篇

猜你喜欢

热点阅读