Re: Missing dependency target
Re: Missing dependency target
- Subject: Re: Missing dependency target
- From: Scott Tooker <email@hidden>
- Date: Sat, 17 Jun 2006 16:46:03 -0700
Hmm, you might want to try just updating the code via SVN on a build
and tell the framework project "xcodebuild clean" instead of removing
the sources on a clean.
Scott
On Jun 13, 2006, at 1:20 PM, Kaspar Fischer wrote:
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
_______________________________________________
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