linker command failed when archive

前端 未结 3 1369
刺人心
刺人心 2021-01-21 12:37

I want to archive a React Native project user the latest Xcode and always failed because linker command failed.

When I run xcodebuild -verbose

相关标签:
3条回答
  • 2021-01-21 12:45

    please remove all derived data step1: cmd + option + shift + k step2: cmd + shift + k step3: restart xcode

    0 讨论(0)
  • 2021-01-21 12:55

    In some cases the magical fix

    Build settings, Enable Bitcode -> NO

    0 讨论(0)
  • 2021-01-21 13:02

    try this, go to Target -> Build Settings,then search these three as following,

    GCC_NO_COMMON_BLOCKS,

    CLANG_WARN_INFINITE_RECURSION,

    CLANG_WARN_SUSPICIOUS_MOVE,

    set NO to each value then clean and build.

    0 讨论(0)
提交回复
热议问题