xchammer icon indicating copy to clipboard operation
xchammer copied to clipboard

Integrate Bazel build targets into Xcode project

Open jerrymarino opened this issue 6 years ago • 1 comments

XCHammer was originally designed to produce a great user experience for local on Xcode development. However, building with Bazel is still useful and widely preferred.

The current approach to achieving this is not very maintainable, documented, or ideal:

  • Create an Xcode workspace
  • Put XCHammer projects in that workspace
  • Create a separate Xcode project and targets that run bazel ( i.e. a Tulsi gen'd project with no files )

Come up with a way to integrate this into XCHammer.

jerrymarino avatar Mar 15 '18 19:03 jerrymarino

#24 addresses the first part of getting this to work. The remaining effort includes adding the toolchain to support debugger integration

jerrymarino avatar May 15 '18 17:05 jerrymarino