On Fri, Jun 29, 2012 at 9:23 AM, Vikram Singh <vikram731@gmail.com> wrote:
Hi,
When I am running any package with packagemaker plugins embedded in it, it shows a message "To Open 'TestApp Installer', Installer must quit and reopen". When I click on OK, the Installer reopens and then works fine. Any idea why this might be happening? On first look, it looks like its a bug or may be I am missing something. I tested this in Mountain Lion Developer Preview 3.
Let's remove the Mountain word from the question because it's still under NDA and let's imagine you tested in on Mac OS X 10.6 or 10.7. Possible explanation for this message: - your plugin binary only includes the i386 architecture (32-bit). Installer.app runs in 64-bit mode. It can not load 32-bit code and execute it. So it has to quit and then force itself to run in 32-bit mode. For the record, you have to build you plugin on Mac OS X 10.6 to be able to add the x86_64 architecture. _______________________________________________ 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