Re: packagemaker cmd line crashing
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=/LDbiKDwpgIJDe4XPnwpTCUwy2I0m0g7jTsyMl0FmHA=; b=fwPKLiK7KSsTcvAdWUzcc3ckw3knMrZL754V6pA9K756mju3KW7PG+FbdLqjAQZSfy 4CsitLKnk7TKyKtNmtkl1vIi8Jq7JTtu4/o5qxkU3Hx/uTCUaIZp+/MCQhTOVgwHcEBe zL+FAMjEPUh5Ex3AD/nt6vDSqW2N4uRICtdXU= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FZIp/QP7WTy0sMrXJ0eR0OUYWRwyxrBXR59kVg6V+ZhX5mo8g47fJc3Jld/CWoXioy ZA1WwXlRJV23r/kUw2BNx/1Z/SjRPI8kbjlh0biIK19KCnxPFm99JXtgqK+Qp+LPHs3L /M9MeNxGVKte/UDku9OBNDYYJAPNPEHHmrEiE= On Mon, Jan 17, 2011 at 5:46 PM, Alexander Cohen <alexcohen@toomuchspace.com> 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 (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre