我在我的xcode项目中再次安装了POD,我得到了以下结果:
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
pod install
pod update
install
吊舱去集成