I have imported a library, but during the compilation Xcode shows an error in two .h files of this framework:
@interface BxAbstractDataSet (private)
@interface BxQueueDataCommand (private)
after the first bracket Expected ')'
I thing that there is some problem with the build LLVM settings, but can't solve the issue - any help?