Hello, I'm trying to compile DBRoulette example in iOS SDK v2.0.6 and I get a forward declaration error:
.../DBRoulette/PhotoViewController.m:53:65: Receiver type 'DBError' for instance message is a forward declaration
I've searched throught the SDK but I couldn't find the interface for this class, am I missing anything?
(I'm using Carthage to download the SDK from github, if it matters)