On 9 Feb 2010, at 15:37, Joar Wingfors wrote:

> 
> On 8 feb 2010, at 00.05, Mario Emmenlauer wrote:
> 
>> I'm not using XCode, however it sounds likely that the object files
>> are just not rebuilt? You say it happens at every build except the
>> first time? The compiler will only rebuild objects that are not up-
>> to-date, so you will see only the warnings for those.
>> 
>> Are you sure you are using "rebuild" and not "build"? Try a "clean"
>> first (or remove the output manually), see if that helps. If this is
>> indeed the problem, then there is no other solution. You have to
>> compile all sources in order to see all warnings, but that means you
>> have to wait longer (because compiling is slow).
> 
> 
> The restrictions and workarounds you mention here doesn't apply to Xcode 3.2 
> - Xcode now remember the last build results for all files, allowing you to 
> see not only the sets of results from the last build operation, but also the 
> latest sets of results for all files in the project (regardless of if they 
> were processed in the last build operation or not).

As I remember, in Xcode 3.1 there was an errors and warnings group in the 
project window.  The warnings from previous builds did persist there, 
presumably until the source file they came from was recompiled (or Xcode was 
restarted).


> 
> j o a r
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/adc%40jeremyp.net
> 
> This email sent to a...@jeremyp.net


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to