ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9641] Cannot build .app or package in OS X 10.9

Date: Fri, 05 Sep 2014 17:30:15 +0000

changed bug 9641


What Removed Added
CC   [email protected]

Comment # 18 on bug 9641 from
I hit this problem on Mavericks and hacked my way out :)

=== Fix empty Wireshark.app ===
1. Download the official Wireshark OSX package from wireshark.org. Install (or
extract) to get Wireshark.app 
2. Right-click on Wireshark.app, click "Show Package Contents". Browse into
Contents > MacOS, copy the only "Wireshark" file into your bulid of
Wireshark.app > Contents > MacOS.
3. Now your build of Wireshark.app should show the normal Wireshark icon. You
should be able to run it by double-clicking.

=== Fix PackageMaker ===
4. Download the old Mountain Lion version of PackageMaker from
https://developer.apple.com/downloads/index.action (AppleID required). It is in
Developer Tools > Auxiliary Tools for Xcode - Late July 2012 (Aug 7, 2012).
5. Open the DMG file and drag PackageMaker.app into your /Applications
directory.
6. Open Terminal.app, type: ln -s
/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
/usr/local/bin/packagemaker
7. Open your wireshark source directory > packaging > macosx >
Wireshark_package.pmdoc with PackageMaker. 
8. Find in PackageMaker the "Command line utilities" > utility-launcher, click
the Scripts tab, delete the Preinstall script location. Cmd+S to save this
file.
9. Run ./osx-dmg.sh and it should build a nice DMG with Wireshark.pkg in it 

=== Test ===
10. Now deploy this DMG and enjoy the success :D

--
Wireshark Source: 1.12.0
OS X Version: 10.9.4
Xcode Version: 5.1.1
PackageMaker Version: 3.0.6


You are receiving this mail because:
  • You are watching all bug changes.