This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Description
使用mac m1 执行 cargo install cargo-lipo 失败,查看文档使用下面的命令重新安装了rustup.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
重装的版本是 1.68.2.
然后执行到 Run tools/ios-framework-build.sh 的时候,提示:
[ERROR cargo_lipo] cargo_metadata failed: error during execution of cargo metadata: error: failed to load manifest for workspace member xxx/token-core/tcx-substrate
Caused by:
failed to parse manifest at xxx/token-core/tcx-substrate/Cargo.toml
Caused by:
key branch is ignored for dependency (codec).
请问怎么解决呢?