We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
CarolinaK
8 years agoHelpful | Level 6
Carthage compilation of ObjectiveDropboxOfficial fails, 'DBFilesCreateFolderResult.h' file not found
I'm migrating the dropbox dependency for an objective C iOS project to v2 by compiling the newest Objective C Dropbox SDK using Carthage. My intention is to add it as a subproject, since it's an olde...
- 8 years agoHi,
I had this problem too when using it as a Subproject in my App.
It seams that the .project file is corrupted. There are a lot of header files (.h) files missing.Adding them manually has fixed the problem for me:
1. You can add them by selecting (one by one) all Groups under "Shared/Generated/ApiObjects" and press "ctrl+alt+A". This will show you the missing files.
2. After adding them go to the "Subproject/Build-Phase/Headers/" and move all new added .h files to the "Public" section.
3. Now other errors will occur. There are some removed files. You can see them in the project navigator (left side). Remove them
4. Now, other errors will occur (FAIL!). Go to your app add the framework AND link the binary. Otherwise the app will crash on startup.
5. → Build and Run and Enjoy :-)
Hope this will help you. It took me the hole afternoon.
moerschl
New member | Level 2
Hi,
I had this problem too when using it as a Subproject in my App.
It seams that the .project file is corrupted. There are a lot of header files (.h) files missing.Adding them manually has fixed the problem for me:
1. You can add them by selecting (one by one) all Groups under "Shared/Generated/ApiObjects" and press "ctrl+alt+A". This will show you the missing files.
2. After adding them go to the "Subproject/Build-Phase/Headers/" and move all new added .h files to the "Public" section.
3. Now other errors will occur. There are some removed files. You can see them in the project navigator (left side). Remove them
4. Now, other errors will occur (FAIL!). Go to your app add the framework AND link the binary. Otherwise the app will crash on startup.
5. → Build and Run and Enjoy :-)
Hope this will help you. It took me the hole afternoon.
I had this problem too when using it as a Subproject in my App.
It seams that the .project file is corrupted. There are a lot of header files (.h) files missing.Adding them manually has fixed the problem for me:
1. You can add them by selecting (one by one) all Groups under "Shared/Generated/ApiObjects" and press "ctrl+alt+A". This will show you the missing files.
2. After adding them go to the "Subproject/Build-Phase/Headers/" and move all new added .h files to the "Public" section.
3. Now other errors will occur. There are some removed files. You can see them in the project navigator (left side). Remove them
4. Now, other errors will occur (FAIL!). Go to your app add the framework AND link the binary. Otherwise the app will crash on startup.
5. → Build and Run and Enjoy :-)
Hope this will help you. It took me the hole afternoon.
CarolinaK
8 years agoHelpful | Level 6
So I figured out why exactly this solution doesn't work for me. I am compiling it before my intention of adding it as a subproject. My goal is to add the .xcodeproj file resulting from compiling dropbox's dependency.
I'm not getting any more header file not found errors, but I am getting
ld: 2203 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
And before that a lot of `duplicate symbol` errors on .o files like this
/Users/ckanis/Desktop/dropbox-sdk-obj-c-master 2/Source/ObjectiveDropboxOfficial/build/ObjectiveDropboxOfficial.build/Release-iphoneos/ObjectiveDropboxOfficial iOS.build/Objects-normal/arm64/DBTeamLogObjects-1BEB3F267DD85A59.o
- Greg-DB8 years agoDropbox StaffThanks for following up. We'll look into it.
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!