Apple Mach -O Linker command failed

前端 未结 16 1181
名媛妹妹
名媛妹妹 2021-01-07 17:08

After updating my POD install, Xcode sprouted a new issue:

16条回答
  •  一生所求
    2021-01-07 17:33

    There are several cases that cause this issue. At the moment, this question has no any accepted answer and also I found another solution for the same issue, I am posting my answer/experience here.

    In you application, go to Target -> Build Settings, then you will find following attributes.

    • CLANG_WARN_INFINITE_RECURSION
    • CLANG_WARN_SUSPICIOUS_MOVE
    • GCC_NO_COMMON_BLOCKS

    Set values for those as NO, then clean and build the project.

提交回复
热议问题