Missing dependency target
Missing dependency target
- Subject: Missing dependency target
- From: Kaspar Fischer <email@hidden>
- Date: Tue, 13 Jun 2006 17:20:13 -0300
Hi all,
My Xcode project needs a framework which somebody else provides
via SVN. So in order to use it, I added the framework as a
subproject to my project (that is, my main target has a
dependency target, namely the framework).
Everything works fine so far, but I wanted to add an external
target that fetches the framework source via SVN, and, in case
of a "make clean" command, removes the code.
With this, Xcode seems to have a problem: When I build the project,
the external target successfully fetches the source via SVN and
compiles is. But then Xcode complains:
Checking Dependencies
Missing dependency target "BlablaFramework (from
BlablaFramework.xcodeproj)"
The problem seems to be that the project file (in this case
BlablaFramework.xcodeproj) that Xcode knows about is not the
one that now exist (and has just been fetched via SVN).
Does anyone know how to solve this?
Thanks,
Kaspar
_______________________________________________
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