Sorry if this a stupid question. Just wondering if anyone could shred a light on this... I've imported all Novocaine files to my project and renamed the files that will use Novocaine to .mm Just this error on RingBuffer.h refuses to go away during compiling:
RingBuffer.h:31:1: Unknown type name 'class'; did you mean 'Class'?
Parse Issue: RingBuffer.h:31:17: Expected ';' after top level declarator
Is it anything I could be missing, like a compiler setting or a flag option somewhere else? I'm using Xcode 8.33 and iOS deployment target 10. Thanks in advance.
Sorry if this a stupid question. Just wondering if anyone could shred a light on this... I've imported all Novocaine files to my project and renamed the files that will use Novocaine to .mm Just this error on RingBuffer.h refuses to go away during compiling:
RingBuffer.h:31:1: Unknown type name 'class'; did you mean 'Class'? Parse Issue: RingBuffer.h:31:17: Expected ';' after top level declarator
Is it anything I could be missing, like a compiler setting or a flag option somewhere else? I'm using Xcode 8.33 and iOS deployment target 10. Thanks in advance.