Build fails on OS X (ICONV library does not have symbols for x86 architecture)

Issue #117 closed
Paolo Brandoli repo owner created an issue

Cmake -b fails on OS X with the message "Undefined symbols for architecture x86_64"

Comments (11)

  1. Robert Beeger

    This also affects Imebra on iOS. I got rid of the problem by adding 'set(IMEBRA_LIBRARIES ${IMEBRA_LIBRARIES} iconv)' to CMakeLists.txt

  2. Log in to comment