How to do an Install build with dependent embedded frameworks?
How to do an Install build with dependent embedded frameworks?
- Subject: How to do an Install build with dependent embedded frameworks?
- From: Dave Camp <email@hidden>
- Date: Mon, 30 Aug 2004 10:52:19 -0700
My product consists of a Cocoa app and several projects it's dependent
on for embedded frameworks and tools. When I perform an "xcodebuild
install", the build of one of the dependent projects fails with
something like:
ld: can't create output file:
/tmp/FooFramework.dst@executable_path/../Frameworks/Foo.framework/
Versions/A/Foo (No such file or directory, errno = 2)
Somewhat unexpectedly, xcode is building the dependent projects with
the Install verb as well and is obviously unable to place the framework
in the correct place. I was hoping xcode build would only use the
install verb on the main project and use the build verb on the others.
Is there a way to get this to work?
Thanks,
Dave
---
There's an old proverb that says just about whatever you want it to.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.