1.我生成了Certificate2.加入到 keychain3.然后注册我的真机4.生成了app id 5.建立了 Provisioning Profiles6.加入到了 Organizer7.修改了bundle identifier8.修改了 code signing9.可以在真机上面测试没有错误一切正常10.现在要 archive app11.出现这个warning
----重复
1.我生成了Certificate
2.加入到 keychain
3.然后注册我的真机
4.生成了app id 
5.建立了 Provisioning Profiles
6.加入到了 Organizer
7.修改了bundle identifier
8.修改了 code signing
9.可以在真机上面测试没有错误一切正常
10.现在要 archive app
11.出现这个warning我出现了什么问题呢?我想上传到app store已经交了钱否则也做不到以上步骤。
我知道在itunesconnect上面还有很多事要做。但是在这之前要要把这个 warning解决掉。.
我用的是xcode4 是最新的,我到底那里出错了?有没有人知道啊?在 keychain 里面的其他证书也齐全
求求你帮帮我
[code]
Validate /Users/chengjeiry/Library/Developer/Xcode/DerivedData/helloworld-ebkoumsydocfeehckvrbngxyzehv/ArchiveIntermediates/helloworld/InstallationBuildProductsLocation/Applications/helloworld.app
    cd /Users/chengjeiry/Desktop/app/hw/helloworld
    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/chengjeiry/Library/Developer/Xcode/DerivedData/helloworld-ebkoumsydocfeehckvrbngxyzehv/ArchiveIntermediates/helloworld/InstallationBuildProductsLocation/Applications/helloworld.app2011-07-11 23:29:09.791 Validation[1108:607] Could not find application with identifier “com.apple.itunes.connect.ApplicationLoader” (err = -10814)
warning: Application validation was skipped.[/code]