xchammer icon indicating copy to clipboard operation
xchammer copied to clipboard

XCHammer generates Xcode projects from a Bazel Workspace.

Results 61 xchammer issues
Sort by recently updated
recently updated
newest added

I get the following error: ``` Showing All Messages Could not find a dSYM bundle named "PinterestDevelopment.app.dSYM" ``` when building with `apple_generate_dsym=true`. Was able to reproduce on Bazel `0.28.1 and`...

https://releases.bazel.build/2.1.0/rc1/index.html

# Report ## What did you do? I clone xchammer repository and `cd sample/UrlGet/`, Tried do generate command, I get an error. ## What did you expect to happen? Generate...

Come up with a strategy to optionally build Xcode targets as part of Bazel builds. The projects aren't a dependency of the build so they haven't been updated ever.

It would be great if there was a way to specify an lldbinit managed by xchammer

It'd be awesome to integrate `XCHammer` project generation with Bazel. This would allow remote caching of Xcode projects using the existing Bazel infrastructure, which could speed up workflows like rebasing...

With the 10.2 release of Xcode, Swift 5 is now out of beta and we should update our projects and CI soon.

Since the aspects, rules and bazel capabilities are constantly changing it would be good to be really clear on what version people should be running

The Apple rules have deprecated these framework / resource rules so we need to make sure we need to support the new versions as well (if we don’t want this...

Hammer.bzl currently depends on these load statements ``` load( "@build_bazel_rules_apple//apple/bundling:entitlements.bzl", entitlements_rule = "entitlements", ) load( "@build_bazel_rules_apple//apple/bundling:entitlements.bzl", "AppleEntitlementsInfo", ) ``` These have been moved into internal rules and probably shouldn't be...