Questions tagged [pkgbuild]

Build utility for OSX and iOS installer components.

pkgbuild can refer to the OSX/iOS build tool that builds installer component .pkg files. An OSX product installer can be created from multiple .pkg files.

141 questions
0
votes
1 answer

OS X application crashes when installed from pkg but copying the .app folder runs fine

I created a .pkg installer using Iceberg on OS X. The installer runs fine, but when I try to run the installed application, it crashes within a couple seconds. However if I take the same .app folder from the XCode build and copy it in the Finder to…
darinf
  • 1
  • 1
0
votes
1 answer

Mac OSX installer pkg ignoring requested application display name in Applications folder, using bundle .app name stem instead

I have a problem with the displayed application name for my app on Mac OSX, after installation, not being as I want. This is for an app distributed as a pkg file outside of the app store. Everything works fine except for the displayed name of the…
user876725
  • 133
  • 8
0
votes
1 answer

Can the pkgbuild window be made larger?

Our pkgbuild installer properly shows the "The installation failed." window when an error occurs. But above that headline there appears the smaller Apple text line "There were errors with the installation. You may want to try" but the rest is cut…
vonlost
  • 875
  • 1
  • 7
  • 11
0
votes
1 answer

Unknown error when creating packages with pkgbuild

I followed several tutorials-which all appeared to say the same thing-on how to create deployable flat-packages (.pkg) using the OS X system provided pkgbuild tool. The packages was always generated just fine. They did, however, not want to be…
Daniel
  • 4,525
  • 3
  • 38
  • 52
-1
votes
1 answer

How can i create a .pkg mac installer for my binary?

I have a binary file, foo. Built using vercel/pkg. I would like to bundle this in an installer for mac; A .pkg installer file. It should install the binary in /usr/local/bin/foo. Attempt: $ cd Desktop // <--- foo binary is here $ pkgbuild…
johann1301s
  • 343
  • 4
  • 19
-2
votes
1 answer

Python to Shareable Mac application

I have created a python tkinter data entry tool. I run PyInstaller on my mac and succesfully get a .app file that runs perfectly fine on my mac. When I put it in a box folder for my friend to use on his mac, he gets "You can't open the application…
1 2 3
9
10