代码之家  ›  专栏  ›  技术社区  ›  Alex Andreadis

重新安装的POD并获取无效的位码签名错误。为什么?

  •  1
  • Alex Andreadis  · 技术社区  · 7 年前

    我在我的xcode项目中再次安装了POD,我得到了以下结果:

    error: Invalid bitcode signature 
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    

    此外,我试图清理和建造,但什么也没发生。

    1 回复  |  直到 7 年前
        1
  •  1
  •   Alex Andreadis    7 年前

    我找到了解决办法。我刚刚打开终端并使用 pod deintegrate 然后 pod install . 如果您使用 pod update install 如果不使用 吊舱去集成 之前

    推荐文章
    Automatic  ·  位码和dylib
    9 年前