如何在Mac App Pkg安装程序中调试“安装检查失败”错误?

时间:2012-02-07 05:36:29

标签: macos installer xcode4.2 osx-lion

我正在测试我在Xcode中创建的应用程序。我将其存档,然后点击管理器上的“共享”。从那里我选择了“Mac OSX App Store Package”。

启动创建的pkg文件后,它会立即退出,并且“此计算机上无法安装MyApp”消息。系统日志只有以下日志。

07/02/12 10:56:01.793 AM Installer: Installation check failure.  . MyApp can’t be installed on this computer..

如何调试并找到问题?

2 个答案:

答案 0 :(得分:13)

您可以检查安装日志文件以查找与安装程序相关的问题。文件路径:/var/log/install.log。

答案 1 :(得分:0)

如果从命令行安装,还可以将日志重定向到特定文件(使用dumplog)

sudo installer yourpackage.pkg -target \ -dumplog yourLogFile.log

另请参阅:installer help