Thi Doan
Thi Doan
Seems like something wrong with your network connection?
``` Proxy address 127.0.0.1:9999 is not a valid URL ``` Are you setting that as a `--repo_env` flag? You may want to try using a valid URL (`http://127.0.0.1:9999`) instead.
For bazel server communication, you could use Mutual TLS to authenticate, right? But it looks like you'd have to set it up in your load balancer, even if there's only...
BazelCI uses Xcode 13.0 so this doesn't build here yet.
https://github.com/bazelbuild/continuous-integration/issues/1348
If the field is empty, there's no difference. If it's not empty, this setting is added to the `LaunchAction` section: ``` intentQueryString = "Send Hi via App" ``` But manually...
We’ve just hit an error because of this. We renewed our certificate recently, and the imported frameworks weren’t resigned with the new certificate. It makes it an invalid build because...
@brentleyjones How are you dealing with the third issue?
I see. I have a patch [here](https://github.com/bazelbuild/rules_apple/pull/881) that while it does not fix the above `ipa_post_processor` issue, it can eliminate the need of doing bitcode stripping in `ipa_post_processor`.
@kkpattern Feel free to send a PR to remove it.