Re: GenerateDSYMFile Invalid DWARF error
Re: GenerateDSYMFile Invalid DWARF error
- Subject: Re: GenerateDSYMFile Invalid DWARF error
- From: Jason Molenda <email@hidden>
- Date: Tue, 22 Jun 2010 18:16:06 -0700
On Jun 22, 2010, at 6:08 PM, James Walker wrote:
> Sigh. Apparently I can't use GCC 4.2, since my product is supposed to run on any Mac that can run Tiger or better. And I need to be able to save dSyms for each build, so that I'll be able to decode crash logs from users. So I guess it's back to Xcode 3.2.1 for me.
>
> I'll try to distill a bug report on it. Note that it's not MY float_round_style enum, it's in the standard <limits> header.
Indeed. This reproduces it when built with c++-4.0 :
#include <limits>
int main ()
{
return std::numeric_limits<int>::max();
}
could you file the radar so the issue is tracked by you?
Thanks
J _______________________________________________
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