iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)

 

解决:在Target的Build Settings里,找到Architectures,点击"Standard(armv7)",再点"Other...",把原来的内容删掉,在分两行输入"armv6"和"armv7",搞定。(如下图)

xcode4.3发布报错 At least one of the following architecture(s) must be present: armv6 (-19033) 错误解决方法这个需要更改为

xcode4.3发布报错 At least one of the following architecture(s) must be present: armv6 (-19033) 错误解决方法。(一定注意要把之前的删除掉,否则还是报错)

再上传就OK了

相关文章: