I am working to build Wireshark in Xcode and have encountered the following error when running
cmake -G Xcode ..
Can someone point me the right direction?
MRT
-- Configuring done (2.6s)
CMake Error in epan/CMakeLists.txt:
The custom command generating
/Users/mikeandjules/Development/wireshark/build/epan/ps.c
is attached to multiple targets:
epan
checkAPI_epan
but none of these is a common dependency of the other(s). This is not
allowed by the Xcode "new build system".
-- Generating done (1.2s)
CMake Generate step failed. Build files cannot be regenerated correctly.