MP

Results 6 comments of MP

So I figured out the issue and a work around. xchammer generate xchammer.yml fails because it gets installed a symlink to /usr/local/bin Which then looks for resources in /usr/local/bin Workaround...

I don't have permission to push a new branch, otherwise I would have a PR. Here's a patch. ``` diff --git a/Makefile b/Makefile index bf78e98..de15594 100644 --- a/Makefile +++ b/Makefile...

> To verify, this fails even with sand boxing enabled? I believe so. How do I make sure sandboxing is enabled? My bazelrc ``` build --apple_platform_type=ios ``` Also tried with...

Just to circle back here and provide more context. Sandboxed does build what I need it to build and behaves appropriately. However due to bugs like https://github.com/bazelbuild/rules_swift/issues/310 And using the...

ok, found another problem. When using remote caching, and compiling non sandboxed, and then compiling sandboxed. The nonsandboxed builds fine, gets cached and then the sandboxed build will use the...