Re: GenerateDSYMFile Invalid DWARF error
Re: GenerateDSYMFile Invalid DWARF error
- Subject: Re: GenerateDSYMFile Invalid DWARF error
- From: James Walker <email@hidden>
- Date: Tue, 22 Jun 2010 18:26:27 -0700
On 6/22/2010 6:16 PM, Jason Molenda wrote:
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?
<rdar://8120726>
--
James W. Walker, Innoventive Software LLC
<http://www.frameforge3d.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