Re: Can't use install option with native build targets
Re: Can't use install option with native build targets
- Subject: Re: Can't use install option with native build targets
- From: Michael Brian Bentley <email@hidden>
- Date: Thu, 29 Apr 2004 21:29:37 -0500
We're experiencing some pain using the keyword install with native
build targets in 1.1 and 1.2.
When we leave "install" out, the targets build properly. When we
use "install", the builds fail. Operations appear to happen in the
wrong order, the process attempts to copy files that don't yet
exist. The paths generated by the build process appear to contain
typos, in that they are different from the paths generated using
classic targets. Classic uses blahblah/@executable_path, native
uses blahblah@executable_path.
Our workaround is to not adopt to native build targets. We've been
using the classic targets, and wanted to switch to the native
targets to get some build speed.
The question I didn't ask in the original note is: have people
experienced a problem using "install" with native targets, does it
just work for you, or are you not using either install or native
targets?
Tnx,
-m
Another detail that didn't get into either note: we're calling
xcodebuild in an external script. The builds appear to work when
executed from XCode. Talking it over with another mad developer
reminded me that I may NOT have mentioned that itty bitty detail, and
sure 'nuff...
-m
_______________________________________________
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.