Home telegram - build-troubleshooting
Post
Cancel

telegram - build-troubleshooting

Bazel-iOS Error: Proxy Address 127.0.0.1:7890 is not a valid URL

answer bazel-issue

  1. 关掉代理
  2. clean
1
bazel clean --expunge

或者配置https, http代理,

1
export https_proxy=https://localhost:7890

Tulsi crash

build-and-run

1
build_and_run.sh -x 14.0.1
This post is licensed under CC BY 4.0 by the author.