tomaz

Results 123 comments of tomaz

Thanks! Would it be a lot of work to make `GBLogX....` macros working? They're used for integrating logs with Xcode, so they may be important for some developers...

Exactly, that's all there is to it, don't remember exact format either, but I think full file path and line number is needed

Blocks are not supported at present. Previously appledoc ignored them, but seems like latest changes broke that.

Not sure which commit caused regression. If you're in time, try git bisect - start with one of older commits - ar least prior to beginning of this issue. Then...

Latest master should compile on ARC - for compile with Xcode 5.1+. Not sure of homebrew status, I'm not managing that. Block syntax is still not supported.

Let's hope for community contribution then ;)

Can you post the exact script from your "Run Script" build phase?

Try increasing verbosity with `--verbose 4` (or greater) to see if there's some meaningful info in log.

Thanks, will take a look.