Re: Xcode Build Issue
Re: Xcode Build Issue
- Subject: Re: Xcode Build Issue
- From: Joar Wingfors <email@hidden>
- Date: Sun, 23 Oct 2011 15:21:07 -0700
On 23 okt 2011, at 12:38, Andreas Grosam wrote:
> I just discovered some oddness when building a program in Xcode 4.2:
>
> I have a console program (some kind of test) running on Mac OS X that links against a static library. The static library and the console program are in different projects and all are members within the same workspace. Build products go into the same folder.
>
> The "Build" part of the scheme for building the main program contains a second target, the static library. This target becomes first, then the main program follows. "Find Implicit Dependencies" is checked, "Parallelized Build" is unchecked.
>
> Suppose, the executable has been build once.
> Now, when I change a source file which belongs to the static library target, and build the main program again, the static library will be compiled as expected. However, the main program and the symbol file will not be created/updated.
If the app isn't updated when the static lib is updated, that sounds like a bug to me. Please file a bug report:
<http://developer.apple.com/bugreporter/>
> Some notes to the transcript pane:
> When looking at the transcripts, it appears Xcode *always* reports *everything* that can be possibly precompiled, compiled, copied or linked, etc., even though there is no need to do this. Actually, it won't do this, and the time-stamp proves this, but there is no visual difference that makes this obvious and clear.
Look at the "All" vs. "Recent" toggle in the scope bar at the top of the log editor. Xcode defaults to showing all existing issues in your project, not only the ones that were discovered in your most recent build.
j o a r
_______________________________________________
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