copying command line executables into a framework
copying command line executables into a framework
- Subject: copying command line executables into a framework
- From: "Michael B. Johnson" <email@hidden>
- Date: Tue, 23 May 2006 16:19:58 -0700
So we have a framework that bundles a bunch of command line apps that the framework calls with NSTask in a separate thread. This is a feature, and very handy.
To do this, we use a copy files phase in building the framework, that copies the files into the Foo.framework/Versions/A/MacOS/ directory (it creates that directory on the copy).
Unfortunately, this no longer works in XCode 2.3, and the release notes have in Bug Fixes:
- Copy files build phases were incorrectly copying files when “Executables” was specified as the subpath.
so what is the right way to do this? I didn't think it was a bug; I thought it was a feature...
But regardless, I need this feature back. Any suggestions?
|
_______________________________________________
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