我已为应用商店提交创建了分发证书和配置文件。 我也创建了build。但我怎么知道我的构建是正确的呢? 这是我的构建日志
使用配置构建项目Csharp教程的Csharp教程 分配
CodeSign“build / Distribution-iphoneos / Csharp Tutorial.app”cd “/ Users / gurpreetsinghchawla / Documents / Csharp Tutorial”setenv PATH “/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin” setenv _CODESIGN_ALLOCATE_ /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate / usr / bin / codesign -f -s“iPhone发行版:分类解决方案 Group,Inc。“ “--resource-rules = / Users / gurpreetsinghchawla / Documents / Csharp Tutorial / build / Distribution-iphoneos / Csharp Tutorial.app/ResourceRules.plist“ --entitlement“/ Users / gurpreetsinghchawla / Documents / Csharp Tutorial / build / Csharp Tutorial.build/Distribution-iphoneos/Csharp Tutorial.build/Csharp Tutorial.xcent“ “/ Users / gurpreetsinghchawla / Documents / Csharp Tutorial / build / Distribution-iphoneos / Csharp Tutorial.app“
/ Users / gurpreetsinghchawla / Documents / Csharp Tutorial / build / Distribution-iphoneos / Csharp Tutorial.app:替换现有的 签名
验证“build / Distribution-iphoneos / Csharp Tutorial.app”cd “/ Users / gurpreetsinghchawla / Documents / Csharp Tutorial”setenv PATH “/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin” setenv PRODUCT_TYPE com.apple.product-type.application /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation “/ Users / gurpreetsinghchawla / Documents / Csharp Tutorial / build / Distribution-iphoneos / Csharp Tutorial.app“
2011-08-30 10:43:17.313验证[286:607] * 警告:默认为 标准的代码签名工具
为何显示警告?