Keith Smiley
Keith Smiley
This started with only including strings from binaries, but if this is meant to be a replacement for searching inside Xcode directly, including non binary files might also be useful.
We had to include this file in this repo before a version of bazel was released that included it. It is included with bazel 5.0 at this point, and has...
This ports https://github.com/bazelbuild/bazel/commit/48dd159808c5a874c4aabcd27d6e66610d41bb5a
Looks like the products list have gotten updated so we cannot submit radars for some types until this list is updated
Bazel defaults to -std=c++11 on macOS which gtest doesn't support.
This adds xcframework support for 2 of the core libraries now that the public bazel rules support producing static framework based xcframeworks. This forks the hide symbols script to be...
### Description of the bug: When calling `apple_common.link_multi_arch_binary` and providing `avoid_deps`, the targets in `avoid_deps` are correctly not linked, but any `linkopts` they carry still get applied to the link....
We see this flake occasionally on macOS: ``` FATAL: failed to create installation symlink '/private/var/tmp/_bazel_iosci/4988be46b65c576ca5906aacc315f576/install': (error: 2): No such file or directory ``` ### Bugs: what's the simplest, easiest way...