Bazel-iOS Error: Proxy Address 127.0.0.1:7890 is not a valid URL
- 关掉代理
- 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
1
bazel clean --expunge
或者配置https, http代理,
1
export https_proxy=https://localhost:7890
1
build_and_run.sh -x 14.0.1