Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

purringpigeon's avatar
purringpigeon
Explorer | Level 4
8 years ago

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!

    • purringpigeon's avatar
      purringpigeon
      Explorer | Level 4
      I 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.
  • marcoalt's avatar
    marcoalt
    Explorer | 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