Issues with creating an .ipa and dysm for ad-hoc distribution in XCode 4
I am trying to create a .ipa file for ad-hoc distribution in XCode 4, which I am sucessfully able to do. I 开发者_JAVA百科followed this article.
The problem is: how do I create a dysm file as well?
The dsym file is saved in your "release" build folder. Check that folder out, the file is in there.
You have to make sure you set the Generate Debug Symbols to YES in your Project Build Settings.
I detailed the steps to combine that with a crash file made on that release on my site.
精彩评论