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).

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/archive%40mail-archive.com

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

Reply via email to