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=20161025; h=mime-version:from:date:message-id:subject:to; bh=houFJ61IIaWUPYSt9lDNyYncmWsvdQzRDFXXwrH+oMQ=; b=CGqwNUyXTCvfVH5WrzVYajpV7g6oRkzOf2JsV7opLvpovWyy6vRP+nZNPdK0A8OuY4 CI8z2rh9P2Fo2aRWMv+N7XIjy6f/oBdo7NXJqLgqmP0q7yPOuABYOdM/5sH5JXx11suh TEyET2aL/4mszEYcYOL/Upxntbgt0zXD5Djl5hbEe3YOxoK9IkMuZPw8Tt9yvBwotDq/ FYgoUfPHBoK84XoVjVNh46wAlbnrx7cdhJ/K5S4ziO3TtvLwABxq8hvq2S/+LTMx6P4U 4p1DHpwqBwxNPxL61y8mWf2dYta0NmSCUfq/oElfIw/WBtWUmd28HECGWRkNr/hTVrDw nFHA== I'm seeing 2 annoying issues in Installer.app in macOS 10.14.6 that do not seem to be the "expected or designed behavior": o Installer complains about Package Authoring Errors: "Installer[881]: Package Authoring Error: <background_scaling> has an unsupported MIME type: X-NSObject/NSNumber" The issue is that there are no background elements inside the installer-gui-script element of this distribution. Which is perfectly OK according to the official documentation (*) o In macOS 10.14.1, it is possible to have an external component package that is hosted on a https server. You install the distribution, the remote package referenced in the distribution gets downloaded and everyone is happy (with the exception of the progress bar in earlier OS versions). In macOS 10.14.6, what I'm observing is Installer.app complaining that the Package file is not supported by "PK" (probably PackageKit) after the download has occurred. Package file:///private/tmp/com.apple.installer.downloads.kCRu/xxxxxxxxxxx.pkg not supported by PK Unable to use PK session due to incompatible packages. Terminating. Downloading and opening the package manually works fine. Looking for this error via Google showed that this kind of issue happened occasionally as early as 2017. No plan to file bug reports since it's just a waste of time to file bug reports. * https://developer.apple.com/library/archive/documentation/DeveloperTools/Ref... _______________________________________________ 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: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com