重新安装 pods 并收到无效的位码签名错误。为什么?
Reinstalled pods and get invalid bitcode signature error. why?
我在我的 xcode 项目上再次安装了 pods,我得到了这个:
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)
此外,我尝试清理和构建,但没有任何反应。
我找到了解决方案。我刚刚打开终端并使用 pod deintegrate
,然后使用 pod install
。如果你使用 pod update
或 install
不工作,没有使用 pod deintegrate
之前。
我在我的 xcode 项目上再次安装了 pods,我得到了这个:
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)
此外,我尝试清理和构建,但没有任何反应。
我找到了解决方案。我刚刚打开终端并使用 pod deintegrate
,然后使用 pod install
。如果你使用 pod update
或 install
不工作,没有使用 pod deintegrate
之前。