Re: packagemaker cmd line crashing
Re: packagemaker cmd line crashing
- Subject: Re: packagemaker cmd line crashing
- From: Stephane Sudre <email@hidden>
- Date: Mon, 17 Jan 2011 19:12:34 +0100
On Mon, Jan 17, 2011 at 5:46 PM, Alexander Cohen
<email@hidden> wrote:
> Hi,
>
> I'm running packagemaker form the cmd line to build a package of mine. The package contains 1 app and 1 .pkg file from another company. When i go and build it ( from cmd line ), i get the following crash, any ideas how to fix this?
1. File a bug report on Bug Reporter.
2. - (id) alertDispatcher is a method of the PackageDocument class. So
this explains why the runtime can't find a method with that name for a
PMCLIFakeDocument instance.
This method is probably being called by
[PMPackageReferenceModel(Private) askAboutRequirements]
[PMPackageReferenceModel(Private) askAboutRequirements] is called
by PMPackageReferenceModel setParent:] with a delay (the reason for
the __NSFireDelayedPerform call)
Anyway, you may have some requirements in your package projects
which are triggering this issue (eventually the code in PackageMaker
does not check that it's being run from the command line to avoid
displaying an alert).
My $0.02
_______________________________________________
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