Re: command line building distribution project
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Mta-interface: amavisd-new-2.3.3 (20050822) at Xserve.local On 27/06/2007, at 4:07 AM, David Alter wrote: Here is the command line I'm using Here is the error Crash info I'm getting <snip> Hi David regards Justin Carr _______________________________________________ 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... I have a distribution project that I want to build at the command line to further automate our build process. When I try and build it projectmaker crashes. I have tried a few distribution projects to see if it is the project file that is the issue. I consistently get the same crash. If I build the the distribution project with the GUI version of project maker it works fine. /Developer/Tools/packagemaker -build -proj /Users/david/Dev/test/ MyGreatApp.pmproj -p /Users/david/Dev/test/Users/david/Dev/test/ MyGreatAppInstaller.pkg -v *** Uncaught exception: <NSInvalidArgumentException> *** - [NSPlaceholderMutableString initWithString:]: nil argument Crash log ... I had the same problem. Specifying the full path to the PackageMaker binary (rather than using the alias) fixed it for me, i.e. /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/ PackageMaker -build -proj /Users/david/Dev/test/MyGreatApp.pmproj -p / Users/david/Dev/test/Users/david/Dev/test/MyGreatAppInstaller.pkg -v This email sent to site_archiver@lists.apple.com
participants (1)
-
Justin Carr