Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

XCode no longer includes PackageMaker.app #24

Closed
schoblaska opened this issue Jun 23, 2013 · 1 comment
Closed

XCode no longer includes PackageMaker.app #24

schoblaska opened this issue Jun 23, 2013 · 1 comment

Comments

@schoblaska
Copy link

I was setting up a new Mac with PCKeyboardHack, and the make command quietly failed due to PackageMaker.app not being installed on my system.

** BUILD SUCCEEDED **

make -C util
make -C uninstaller
cp Resources/PCKeyboardHackUninstaller.icns \
        automator/PCKeyboardHackUninstaller.app/Contents/Resources/AutomatorApplet.icns
Copy Files
Exec PackageMaker
./make-package.sh: line 93: /Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker: No such file or directory
Fix Archive.bom
Usage: pkginfo/fixbom.rb Archive.bom topdir
Make Archive
....
created: /Users/joey/Desktop/PCKeyboardHack/PCKeyboardHack-9.0.4.dmg

Since it created the dmg file, I didn't notice the error at first. However, opening that file just mounts an empty drive with nothing in it.

It turns out that the latest version of XCode does not include PackageMaker. I had to download it separately from https://developer.apple.com/downloads as part of the "Auxiliary Tools for XCode" package.

After I put the PackageMaker app where the install script expected it to be and re-ran make, everything completed successfully.

@schoblaska
Copy link
Author

Yeah, and now that I went back and actually read the documentation, I see that this is already called out. My bad!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant