iOS Provisioning Portal 和iTunes Connect 没有变,下载与安装.mobileprovision文件与以前一样。
第一步: 在iTunes Connect上 add newVersion , 并把应用程序的状态设置成 waiting for upload,这个很重要.<wbr></wbr>
第二步: 在info.plist文件中添加一个key-value 分别对应: Bundle versions string, short :6.2 后面这个数字是版本号,要比之前的版本高就行
第三步:<wbr><span style="word-wrap:normal; word-break:normal; line-height:normal; font-family:Verdana; font-size:13px">选择左上角的Run 按住: 然后会弹出一个edit Scheme出来, 选择Archive: 修改如下:</span></wbr>
Destination: iOS Device, BuildConfiguration: release , Options 打钩, 然后点Done .(<wbr>Xcode 4整合相关的工具(All in One), 集成了Organizer与ApplicationLoader.,<wbr></wbr></wbr>Xcode4多了Run/Build Scheme的概念,指以前的编译的选项如 device/simulator, iOS version等,<wbr></wbr>发布应用时需要选择iOS Device)
http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/DistApps/DistApps.html#//apple_ref/doc/uid/TP40010215-CH11-DontLinkElementID_69 这个是apple官方教我们上传的一个文档,注意这个文档里面有一个很严重的问题: <wbr>他在里面说要把targer--> skip install 里面的release:no 改成yes, 但是改成yes会有问题,acrchives里面显示不了, 所以不需要改成yes. 默认no就可以 这个错误我找了好久.</wbr>