Re: Xcode Compile Problem - HELP!!!
Re: Xcode Compile Problem - HELP!!!
- Subject: Re: Xcode Compile Problem - HELP!!!
- From: Chris Espinosa <email@hidden>
- Date: Thu, 15 Feb 2007 08:49:49 -0800
On Feb 15, 2007, at 8:17 AM, Dave wrote: I restarted the Machine, did a Clean All and a Re-Build. It now says I have 174 Warnings but only shows me 4 and still have 1 error but it won't show me where it is!
How to get out of this? I'm stuck!
Can you open the Build Transcript?
Sometimes a tool (compiler, linker, etc.) invoked by Xcode reports an error return code without issuing an error message, or issues an error message without file and line information. In those (rare) cases you have to open the Build Transcript and read what actually happened, tool by tool.
To open the build transcript, click the button that looks like text in the group of four buttons in the middle of the left-hand side of the Build Results window.
As for the warnings, as Xcode only recompiles files that are changed or have errors, your Build Results window only shows the 4 warnings from the file you recompiled. But Xcode does retain the history of the other 170 warnings from previous compiles in the Errors and Warnings Smartgroup in the main Project window, so you can keep working through warnings even if you periodically recompile to see whether your fixes work. That's why you see the discrepancy between 174 warnings (total) and 4 (last build).
Chris
|
_______________________________________________
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