Re: Get access to specified frameworks in custom script phase
Re: Get access to specified frameworks in custom script phase
- Subject: Re: Get access to specified frameworks in custom script phase
- From: Jonas Maebe <email@hidden>
- Date: Fri, 17 Jun 2005 12:05:43 +0200
On 16 jun 2005, at 17:03, Jonas Maebe wrote:
Is there any way to get linked frameworks and libraries (put into
the "External Frameworks and Libraries" group) to show up in some
environment variable during a custom script phase in XCode 2.1? (or
alternatively, to add them elsewhere so they are accessible in the
custom script phase, preferably libraries and frameworks separately).
I've now discovered the "LINK_FILE_LIST_normal_ppc" environment
variable (what does the "normal" mean, and what other names can this
variable take apart from the obvious ..._i386?). The problem is that
the file with the name inside that environment variable does not seem
to exist. If I add a "cat ${LINK_FILE_LIST_normal_ppc}" to my build
rule, I get
cat: /Users/jonas/fpc/xcode/test/build/test.build/Development/
test.build/Objects-normal/ppc/test.LinkFileList: No such file or
directory
Even when looking with fs_usage, I cannot see any process creating a
"LinkFileList" file at any time.
Thanks,
Jonas
_______________________________________________
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