我正在开发一个仅限Ipad的应用程序,但是当我尝试在苹果商店提交时,我在"应用程序失败的代码签名验证由于无效的权利"错误中遇到了很多问题,而且我在下面提到了一些问题.我使用Xcode 4.3.2和IOS 5.1进行开发,Target是IOS 5.0
1. iPad: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv7 (-19033)
Run Code Online (Sandbox Code Playgroud)
为此,我确实像其他人一样提到
ARCHS = armv7 armv6
Run Code Online (Sandbox Code Playgroud)
我添加了架构armv7,但它不在这里工作是构建设置的链接我没有权利文件,因为人们告诉我,但如果你能帮助我


2. Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. (-19011)
3. Unable to extract entitlements from application: (null) (-19045)
Run Code Online (Sandbox Code Playgroud)
这是最糟糕的错误,我希望你带我进一步,谢谢
Validate /Users/bourne/Library/Developer/Xcode/DerivedData/TurfNutritionTool_ver_5.1-azcqbuzeebaybzdjeksuhyuvyrmw/Build/Products/Release-iphoneos/TurfNutritionTool_ver_5.1.app
cd /Development/TurfNutritionTool_IOS_5.1
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv PRODUCT_TYPE com.apple.product-type.application
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation /Users/bourne/Library/Developer/Xcode/DerivedData/TurfNutritionTool_ver_5.1-azcqbuzeebaybzdjeksuhyuvyrmw/Build/Products/Release-iphoneos/TurfNutritionTool_ver_5.1.app
warning: iPad: application executable …Run Code Online (Sandbox Code Playgroud)