We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
purringpigeon
8 years agoExplorer | Level 4
How to fix this issue? ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h' file not found
I had a source control issue causing me to manually merge two different streams. All my code seems to be there, but now in the app delegate I am getting the error noted above on the import statement in my AppDelegate
#import <ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h>
I can see the POD, but no idea what is going on.
Thanks!
- It's unclear exactly what happened in your project as a result of your source control issue, but I recommend just re-installing the pod:
https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods
You can also delete the Pods folder and Podfile.lock file to start clean before installing again.
- Greg-DBDropbox StaffIt's unclear exactly what happened in your project as a result of your source control issue, but I recommend just re-installing the pod:
https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods
You can also delete the Pods folder and Podfile.lock file to start clean before installing again.- purringpigeonExplorer | Level 4I was able to do that - but then all the API I used is no longer there...... So I guess I will need to update all my code for the new API.
- marcoaltExplorer | Level 4
I have the same issue and can't get this to work. I've tried cleaning, reinstalling, etc. - but I keep getting
#import <ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h> file not found.
Any other ideas?
Out of desperation I was trying the carthage option but that one fails at the basic command that I run on the terminal to build it (the idea was to add it manually at this point).
If you can point me in the right direction for a manual add, that's fine too, as long as I can get past this problem.
Thanks
- Greg-DBDropbox Staff
marcoalt We currently officially support three different installation methods for the Dropbox Objective-C SDK. Specifically:
It sounds like you were initially trying to install it via CocoaPods, is that right? Can you double check you followed the instructions exactly as documented?
Also, make sure you open the .xcworkspace file, not the .xcodeproj file.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!