Re: Copy File Phase - how to copy an archived file
Re: Copy File Phase - how to copy an archived file
- Subject: Re: Copy File Phase - how to copy an archived file
- From: Ken Thomases <email@hidden>
- Date: Sun, 26 Jul 2009 19:47:51 -0500
On Jul 26, 2009, at 12:14 AM, Steve Cronin wrote:
I just noticed that the archive is in the
'Library_Search_Paths_Quoted_For_Target_1'.
Could it be that this is what it is trying to tell me, simply that
it will ignore the archive for the purposes of library searhing?
Is the archive file itself specifically named in that build setting?
Or do you mean that the archive file is merely within one of the
directories in that build setting?
If it's the former, then that seems strange. Library search paths
should name directories, not files.
If it's the latter, then I would not expect to get such a warning, but
it's possible there's a bug in Xcode. The directories named in a
search path may contain any number of different files of different
types. It shouldn't matter. The linker should only be looking for
specific libraries and frameworks, not enumerating all of the files in
those directories and trying to process them. Does the basename of
the archive (the part before the extension) match the basename of a
library that your app is linking against?
Regards,
Ken
_______________________________________________
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