Can't "xcodebuild install" embedded frameworks?
Can't "xcodebuild install" embedded frameworks?
- Subject: Can't "xcodebuild install" embedded frameworks?
- From: Calum Robinson <email@hidden>
- Date: Mon, 17 May 2004 11:06:28 +0100
I am setting up a deployment build script for an application that
contains an embedded framework, and all the
"@executable_path/../Frameworks/" magic has worked so far for debug &
release builds. However, trying to run "xcodebuild install" doesn't
work (not just from my script - from the Terminal too).
The problem is that xcodebuild seems to be using the install_name as a
directory name, which gets screwed up when the install_name contains a
"/../" - here's the error:
pbxcp: error: open():
/tmp/MoreFiles.dst@executable_path/../Frameworks/MoreFiles.framework/
Versions/A/Resources/Info.plist: No such file or directory
Has anyone found a way to get around this?
Calum Robinson
http://www.zonic.co.uk
_______________________________________________
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.