ipa和xcarchive之间的区别? [英] Difference between ipa and xcarchive?

查看:104
本文介绍了ipa和xcarchive之间的区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

IPA文件和.xcarchive有什么区别?

What is the difference between an IPA file and an .xcarchive?

使用Xcode的应用程序加载程序,我必须创建哪个文件才能上传应用程序?

Which one do I have to create to upload an app using Xcode's Application Loader?

推荐答案

IPA和.xcarchive之间的区别:

IPA是一个压缩的Payload文件夹,其中包含YourApp.app捆绑包..app包含您所有的应用程序资源,例如图像,plist文件,压缩的笔尖和可执行文件,CodeSigning资源等.

IPA is a zipped up Payload folder which has YourApp.app bundle. .app contains all your application resources like images, plist files, compressed nibs and the executable, CodeSigning resources,etc.

xcarchive包含您的应用程序和dsym文件.需要.DSYM来取消崩溃日志的符号化.右键单击已保存的.xcarchive,然后选择显示包内容以查看其中包含的内容.

xcarchive contains your app and dsym files. .DSYM is required to desymbolicate your crash logs. Right click on saved .xcarchive and select show package contents to see what it contains.

这篇关于ipa和xcarchive之间的区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆