Xcode 2.5 PackageMaker on Leopard - command line problem
Xcode 2.5 PackageMaker on Leopard - command line problem
- Subject: Xcode 2.5 PackageMaker on Leopard - command line problem
- From: Graham Westlake <email@hidden>
- Date: Fri, 18 Apr 2008 12:54:10 +0100
We have a shell script which we've been using to create updater
packages for our app. The PackageMaker command line looks like this:
$PACKAGEMAKER_COMMAND -build -p "./MyApp.pkg" -f "./package_contents"
-b "/tmp" -s -ds -v -r "./install_resources" i "./Info.plist" -d "./
Description.plist"
where PACKAGEMAKER_COMMAND=/Developer/Applications/Utilities/
PackageMaker.app/Contents/MacOS/PackageMaker.
This works perfectly on 10.4 with Xcode 2.5. In order to use the
script on a 10.5 machine with minimum impact, I installed Xcode 2.5
and changed PACKAGEMAKER_COMMAND thus:
PACKAGEMAKER_COMMAND=/Xcode2.5/Applications/Utilities/PackageMaker.app/
Contents/MacOS/PackageMaker
However this apparently identical command fails with "The package
could not be created because of the following errors: No package
identifier specified". Does anyone know what might cause this? The
package identifier is correctly specified in the Info.plist, of course.
Thanks,
Graham Westlake
Sibelius Software
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden