Xcode 2.5 PackageMaker on Leopard - command line problem
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thanks, Graham Westlake Sibelius Software _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Graham Westlake