I am testing an application I created in Xcode. I archived it then clicked 'Shared' on the Organizer. From there I chose "Mac OSX App Store Package".
When launch the created pkg file then it immediately quits with 'MyApp can’t be installed on this computer' message. The system log has only the following log.
07/02/12 10:56:01.793 AM Installer: Installation check failure. . MyApp can’t be installed on this computer..
How do I debug and find the issue?
You can check the Install log file for issues related to installers. File Path: /var/log/install.log.
If you are installing from a command line, you can also redirect the logs to a specific file (using dumplog)
sudo installer yourpackage.pkg -target \ -dumplog yourLogFile.log
See also: installer help
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With