Re: Managing .app.dSYM information in Version Control system
Re: Managing .app.dSYM information in Version Control system
- Subject: Re: Managing .app.dSYM information in Version Control system
- From: David Dunham <email@hidden>
- Date: Mon, 19 Jul 2010 09:12:01 -0700
On 19 Jul 2010, at 07:44, Paul Summermatter wrote:
> It's come to my understanding that if you want to symbolicate an iPhone crash log submitted by a customer, Xcode needs the dSYM file (which actually seems to be a folder) from the original build of the application provided to the iTunes store. Because of this, I would like to put the folder under VC management. However, I'm constantly doing clean builds which delete these files and folders entirely (and I'm assuming any attendant .svn directories contained therein). I could set up a policy as part of the distribution builds that this folder gets copied to another location which is under VC, but I'm just not sure what the best approach is going to be. Does anyone have any advice they can offer?
I haven't started putting them into version control yet, but don't forget that Xcode now has Build & Archive. I use that for all my iPhone distribution (ad hoc or store), so that seems like the one to be committing, not the one in your build directory.
David Dunham A Sharp, LLC http://a-sharp.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden