Attempting to build Wireshark from sources on macOS Ventura on top of
e51fea444a.
% sw_vers
ProductName: macOS
ProductVersion: 13.2.1
BuildVersion: 22D68
% xcodebuild -version
Xcode 14.2
Build version 14C18
The command line to generate the Xcode project files used was:
% CMAKE_PREFIX_PATH=/opt/homebrew/opt/qt cmake -G Xcode -T buildsystem=1 ..
The scheme for the ALL_BUILD target was generated as prescribed in
wireshark/README.macos.
When building the project in Xcode, the following error message is emitted:
note: Building targets in dependency order
error: Multiple commands produce
'/Users/sasha/wireshark/build/run/Debug/Wireshark.app/Contents/MacOS'
note: CreateBuildDirectory
/Users/sasha/wireshark/build/run/Debug/Wireshark.app/Contents/MacOS
note: Target 'wireshark' (project 'wireshark') has create
directory command with output
'/Users/sasha/wireshark/build/run/Debug/Wireshark.app/Contents/MacOS'
I did not find the location of this command in the Build Phases of the
wireshark target.
The issue tracker did not seem to have any related issues registered.
Pointers on how to proceed with this would be much appreciated.