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

My project builds with bazel and via a tulsi-generated project, but fails with the following error using xchammer's generated xcode project: ``` Showing All Messages Cycle in dependencies between targets...

Hello: Using xchammer from `/usr/local/bin` after `make install` does not work. It fails with the following error: ``` 'Fatal error: Missing XCHammerAssets: file Sources/XCHammer/Generator.swift, line 776' ``` I am running...

Hello! The [README](https://github.com/pinterest/xchammer/blob/c6886f29cd81f94a365190e501416b3d81c9b965/README.md) states that > _Pinterest vendors XCHammer.app for reproducibility and simplicity._ But I cannot locate an official release of `XCHammer.app` in this repository. Some of the samples contain...

The original usage and unfortunate linage of xcconfig for diagnostics is documented on github: https://github.com/pinterest/xchammer/blob/master/Docs/FastAndReproducibleBuildsWithXCHammer.md#diagnostics We're stuck with this because there isn't a great way to turn off default flags...

Couldn't build the stripe SDK with XCode 11.4/11.5 due to "Incompatible block pointer types", also see https://github.com/tipsi/tipsi-stripe/issues/632. Should upgrade stripe SDK version: https://github.com/tipsi/tipsi-stripe/issues/632#issuecomment-607672078

Currently, we have a few ways to integrate with the debugger that may have fragility, especially in situations like migrating to Bazel. After running a Bazel build for the first...

https://github.com/pinterest/xchammer/blob/d39ca528ae9147f86c054db1a1ee0b52b05bb5dc/tools/XCConfigExporter/main.swift#L59 If that comment had more details of how to invoke the command (perhaps to a link on this site with details) it would help others learn more about how...

I get the following error when running with certain focus configurations: ``` ERROR: /Users/jerrymarino/Projects/ios-review/BUILD.bazel:16:1: Couldn't build file Focus.xcodeproj: error executing shell command: '/bin/bash -c set -e; tools/xchammer.app/Contents/MacOS/xchammer generate_v2 bazel-out/ios_x86_64-dbg/bin/FocusXcode_impl_xchammer_config.json --workspace_root...

Under the `xcode_project` rule and focused projects, I get the following warning when I try to include an iOS extension ``` INFO: missing aspect:... ``` The extension schemes and targets...