Pieter Claerhout

Results 9 comments of Pieter Claerhout

I got slightly further, but it seems that it's not compatible with .NET Core 3.1 and requires .NET Core 2.0… Any chance you can make it compatible with .NET Core...

Same problem here when using Laravel Valet…

This is caused by incorrect build settings in Xcode. In the build settings for your static framework in Xcode, you need to correctly set the following two properties: - Build...

Hi Robert, currently, what you are trying to achieve won't be possible. I'll see if I can move the call of the project hook earlier in the process and expose...

@robertranjan that might actually be a good idea. The tricky part is that the pre and post build scripts can also be shell scripts. I'll try to make some time...

> Better build system for Go (to build/test/pack apps without writing custom bash scripts) For this, my tool [go-james](https://github.com/pieterclaerhout/go-james) can help. I should be fairly simple to add some default...

Any update on this? I'm running into the same problem...

I have switched to https://github.com/oleksandr/bonjour which does the same for what I need and does work fine on the recent versions of Go.