Linker command failed with exit code 1 - duplicate symbol __TMRbBp

前端 未结 15 2157
醉酒成梦
醉酒成梦 2020-12-25 10:43

Since I\'ve updated to Xcode 8.1 I can\'t archive and also not run in Release mode (in debug mode its working). The error is that there are several \"duplicate symbols for a

15条回答
  •  粉色の甜心
    2020-12-25 10:59

    I faced the same problem with archiving on Xcode 8.1.

    X Code Version: Version 8.2.1 (8C1002)

    The following fix worked on Mar 2019

    1) Go to Project & Select your Project

    2) Select Build Settings -

    Search for "Enable Bitcode" Set option as "NO"

    3) Most of version will fix this issue, for few other XCode version try this option also,

    Search for "Reflection Metadata Level" Set option as "NONE"

提交回复
热议问题