I have downloaded a fresh version just now. I don't see this changing, still does not compile.
I see the committed change:
- if(ctx->bufferMutex.tryLock()) {
+ if(ctx->bufferMutex.try_lock()) {
but Xcode is complaining about that call to try_lock. Changing it back to tryLock doesn't work either.