David Everlöf
David Everlöf
- Translates the individual errors from gradle to "Xcode format" (i.e. will be picked up by Xcode - Shows a more specific error when failing instead of "Command PhaseScriptExecution failed...
It can be used to avoid the round trip back to the user when certain errors does occur, and instead trigger an auth-flow directly.
This is useful for example in an effort to shorten then logs in the console but without sacrificing details written to logs on file.
Hi, While developing I suddenly couldn't use it anymore as it crashes on every reload. I know I can't modify the memory but I get crashes even by just changing...
### What happened? Run it on my xcodeproj and only get the following output: ``` $ dependency-graph /Users/.../SomeProject.xcodeproj Bus error: 10 ``` ### What are the steps to reproduce? ```...