leetal / ios-cmake

A CMake toolchain file for iOS/iPadOS, visionOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
BSD 3-Clause "New" or "Revised" License
1.91k stars 450 forks source link

how to show the duplicate symbols #186

Closed cccclai closed 1 year ago

cccclai commented 1 year ago

The main binary is linked with a few libraries and I can see the error message

53 duplicate symbols for architecture x86_64

however it doesn't show the exact duplicate symbol. Is there a way to show them? I try to enable ENABLE_VISIBILITY_INT but it seems the same

leetal commented 1 year ago

This is outside the scope of this toolchain. Closing.