Copy files build phase not copying framework C version
Copy files build phase not copying framework C version
- Subject: Copy files build phase not copying framework C version
- From: Bill Cheeseman <email@hidden>
- Date: Fri, 30 Apr 2004 09:43:31 -0400
My Cocoa app is built from two separate projects, one a framework and one an
application. The framework is to be embedded in the app bundle.
I first build the framework for deployment. Its major version is now C.
I then build the app. The app project's target ends with a copy files build
phase and a script build phase. The copy files build phase is supposed to
copy the framework into the app built products bundle, then the script phase
is supposed to do some things with the embedded framework. (This whole
arrangement is based on a technique recommended in Mike Ferris's MOKit.)
This system has worked fine through several versions of Project Builder and
Xcode. But now the copy build phase is failing to copy the framework into
the app bundle. It succeeds in creating a Frameworks folder in the right
place in the bundle, and my framework appears as a folder in the Frameworks
folder, and my framework folder has the usual symlinks and a Versions folder
-- but the Versions folder contains only a "Current" symlink but NOT my
framework C version. So of course the script build phase fails with "file or
directory not found."
I can't figure out why the copy build phase is failing to copy my C
framework, and I can't find a way to make it work. Any ideas?
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
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.