上传APP到App Store过程中报错 备忘

1. application executable is missing a required architecture armv6
In the Xcode 4.2 GM this is still a problem but you can resolve it by doing the following.

Switch to the files/folders view in xcode project

Select your Project ( the blue icon)

Select your Application under Targets in the middle of the screen.

Go To build settings

Find Architectures > Distribution

Expand this section so you can see both Debug and Release

Change "Standard (armv7) - $(ARCH_STANDARD_32_BIT)" to "Other..."

Replace, "Standard (armv7) - $(ARCH_STANDARD_32_BIT)" with "armv6", then add a new item "armv7"

Remember you may need to do this for all included projects aka frameworks such as TAPKU

2. 说是找不到图标 Unable to verify icon dimensions, no icon found
这个是图标命名的问题。。一定要 Icon.png .....Retina的图标名称为:[email protected]

你可能感兴趣的:(app store)