Re: Test bundle can't find app
Re: Test bundle can't find app
- Subject: Re: Test bundle can't find app
- From: Chris Hanson <email@hidden>
- Date: Mon, 14 Nov 2005 11:26:37 -0800
On Nov 14, 2005, at 9:51 AM, David Catmull wrote:
Thanks, that worked (kind of). I had tried it both ways before, but
apparently I have to turn off ZeroLink *and* take out the quotes,
even though the path has spaces. Confusing, but whatever.
The path doesn't need quotes because it's not a multi-element
setting, it's only a single string. (Contrast with, say, Other
Linker Flags, which can take multiple strings.)
ZeroLink needs to be off because you can't link against a binary
built with ZeroLink.
Now I said "kind of" because while I no longer get the "file not
found" error, I do get link errors for pretty much all the symbols
that the test bundle is supposed to use from the host application.
Manual testing shows that the code for those symbols is in fact in
the app (it wouldn't work at all otherwise).
Interesting, could you provide more specific information about the
link errors you're seeing? Are the symbols in question classes or
global variables?
-- 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