简体   繁体   English

如何快速为 macOS 应用程序创建安装程序 .pkg 文件?

[英]How to create installer .pkg file for macOS app in swift?

I am working on macOS desktop application and I want to create the installer package file so that it can be installed on any macOS machine, but when I am creating a package file using Packager tool app, it is installing only my mac machine, not working on another machine, it gets installed on another machine, but when I tried to open it and suddenly it crashed我正在开发 macOS 桌面应用程序,我想创建安装程序包文件,以便它可以安装在任何 macOS 机器上,但是当我使用 Packager 工具应用程序创建包文件时,它只安装了我的 mac 机器,无法正常工作在另一台机器上,它被安装在另一台机器上,但是当我试图打开它时它突然崩溃了

So can anybody help me to resolve this issue?那么有人可以帮我解决这个问题吗?

thanks谢谢

It might be a OS version issue.可能是操作系统版本问题。 Check for what OS versions the application is built.检查构建应用程序的操作系统版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 swift 3 或 4 中创建像苹果应用安装程序这样的圆形进度条 - how to create circular progress bar like apple app installer in swift 3 or 4 如何为带有应插入到视图控制器中的句子的文本文件制作iOS Swift“应用程序内购买”托管内容pkg文件? - How do I make an iOS Swift “In App Purchases” Hosted Content pkg file for a text file with a sentence that should be embedded in a view controller? 将xcodeproj应用程序内购买转换为终端(Bash)的pkg文件或如何将xcarchive文件转换为pkg文件? - Converting a xcodeproj in-app purchase to a pkg file from terminal (Bash) or how to convert a xcarchive file to a pkg file? 如何在使用Swift制作的iOS应用中创建文件? - How to create a file in an iOS App made with Swift? 如何在 Swift 中创建 PDF/A 文件? - How to create a PDF/A file in Swift? 如何使用swift创建闹钟应用程序? - How to create an alarm clock app with swift? 如何使用Swift创建聊天应用 - How to create chatting app using swift 想要快速创建具有.amr音频格式文件的应用 - want to create an app with .amr audio format file in swift 如何在iOS编程中的Swift中创建实体文件? - How to create Entity file in Swift in iOS programming? iOS swift 如何创建.p8文件? - iOS swift How to create .p8 file?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM