Re: creating .c and .h / Xcode is crashing very often
Re: creating .c and .h / Xcode is crashing very often
- Subject: Re: creating .c and .h / Xcode is crashing very often
- From: Andreas Grosam <email@hidden>
- Date: Fri, 10 Feb 2012 13:01:14 +0100
On Feb 10, 2012, at 11:19 AM, Bernard Bernu wrote:
> 1)
> In previous version of Xcode (2.xx, 3.xx) I could easily create at once foo.h and foo.c.
> How could I do that in 4.2.1 ?
There is currently no way to achieve this. I would appreciate an option to create a header and module file at once, too. However, personally, the priority is quite low for such a feature.
>
> 2)
> My experience with 4.2.1 is several crashes per day.
>
> I'm just a basic user developing research C/C++ codes.
> The crashes are always when editing, adding files, ... (using Xcode interface).
With pure Objective-C you likely have far less issues and the tools are quite enjoyable.
But with C++ there are quite a few bugs, mostly related to displaying variables in the debugger, accessing symbols, viewing assembly, or unknown reasons. From my experience Xcode crashes about 10 times a day or more, Instruments quite often, too. But …when these issues have been fixed, the tools become awesome, and there is plenty of potential to become even better in the future.
On the other hand, code generation seems quite stable (with a few reported issues) and the resulting optimized code is high quality. I like that, too. ;)
Andreas
_______________________________________________
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