One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
AB32w2e332e
9 years agoHelpful | Level 5
DBError, forward declaration
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)
- EvilOneXExplorer | Level 3i need to get in so i can have games on my i pod
- Greg-DB
Dropbox Staff
Thanks for the report! We're looking into it.- AB32w2e332eHelpful | Level 5
However, I successfully integrated the objc sdk v2 into my project and it runs just fine.
- Robert S.138Helpful | Level 7I also got that error, but it turned out that all my uses of DBError in SDK 1.0.11 were actually DBRequestError in SDK 2.0.6. When I changed all my declarations from DBError to DBRequestError, everything compiled fine. Is that the right thing to do?
I was using DBError to do things like isInternalServerError, isBadInputError, isAuthError, etc. Are there any situations where this substitution is not appropriate?- Greg-DB
Dropbox Staff
Thanks Robert. That's the right change. DBError was renamed to DBRequestError in 2.0.0:
https://github.com/dropbox/dropbox-sdk-obj-c/releases/tag/2.0.0
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 6 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!