Mac OSX 应用程序安装?
我正在测试在 Xcode 中创建的应用程序,存档然后在管理器上“共享” - 以便在提交到 App Store 之前测试安装过程。我单击 .pkg 并安装后,它说安装成功,但该应用程序没有显示在我的“应用程序”文件夹中。有谁知道这可能是什么原因造成的?在它出现之前,我需要附上证书吗?
扎克
I'm testing an application I created in Xcode, archived and then 'shared' on the organizer - in order to test the installation process before submitting to the App Store. After I clicked the .pkg and installed it, it said it was successful, but the application doesn't show up in my Applications folder. Does anyone know what could be causing this? Do I need to attach a certificate with it before it will show up there?
Zach
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装程序很可能会为您重新定位它。它可能会覆盖您的 Build 文件夹中的应用程序副本。如果您想验证这一点,可以在测试包时打开安装程序中的日志窗口。为了防止重定向,您可以删除构建结果(也许可以存档 .app 和 .dSYM 以供以后调试)并再次安装。
It's most likely getting relocated for you by Installer. It's probably overwriting the copy of the app in your Build folder. If you want to verify this, you can open the Log window in Installer while testing the package. To prevent the redirection, you can delete the build result (maybe archive the .app and .dSYM for later debugging) and install again.