Hendy Christianto
Hendy Christianto
- [x] Built and ran in Xcode (`make project`) - [x] Built and ran with Buck CLI (`make debug`) Fixes #149
Hi guys, I have 2 issues in `buck_local` project generation. ## 1. cxx_library rule is not included in linker flags `BuckLocal/BUCK`. This mapping caused compiler error (missing symbol) when I...
Hi! I'm in the middle of integrating Bazel into Xcode for our developers to use. I saw this repo and I think it is amazing! Some of developers feel the...
Hi, I'm trying to integrate this into my bazel local project. Need your help to understand better on how integrating this and clear my own assumptions so I'm in the...
I encountered issue when deploying using `docker-compoese`, following the documentation provided. ``` command: ["./XCMetricsBackend", "queues", "--scheduled", "--env", "production"] ``` Turns out that the command does not take `exec` path. In...