开发者

Difference in file sizes

My actual XCode project combi开发者_如何学编程ned file size is around 1 MB. When I do a Build for uploading to the App Store, (i.e. Reveal in Finder for the Products), the file size is around 400 KB. Is that fine?

Also I 2 files under the iPhoneDistribution-iphoneose..one is .dYSm..Which file should I zip and upload?


.dSym files are the debug symbols. Only used for GDB...

Remember an App is binary code. So, it will be less in size that your actual code, with the XCode project and all the support files.

EDIT

If you're using XCode 4, you can actually submit your app directly... Just build an archive, from the build menu, and submit it through the XCode organizer.


@Hmthur: Yeah the file size is fine because it only considers the XIBs and Resources. All the coding and plist are compressed in the target.

So don't worry about the file size.

It is just fine.

As MacMade as mentioned dSym is Debug Symbols.

So you don't need to compress it and submit it along with the binary.

You can also submit the binary app via Organizer or using Application Loader. So you can use whichever way you find convnient.

Hope this helps you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜