Undefined symbols for architecture i386 Upgrading project to iOS 5

前端 未结 6 1174
忘掉有多难
忘掉有多难 2020-12-30 01:51

I\'ve been scouring SO and Google but haven\'t found anything helpful yet.

We\'re updating our existing iOS project to build against iOS 5.

Our project has t

6条回答
  •  -上瘾入骨i
    2020-12-30 02:39

    In my case, I had to add --coverage to the CMAKE_EXE_LINKER_FLAGS on Apple Clang Apple LLVM version 9.0.0 (clang-900.0.39.2). That seems to have fixed it. None of the above solutions worked.

    The article below mentions it:

    https://asmaloney.com/2017/01/code/code-coverage-of-unit-tests-using-qt-5-on-macos/

提交回复
热议问题