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 older project.
But like the title says, running the following:
carthage update --platform iOS
is failing. Same thing happens if I try to compile the dependency itself on Xcode. According to Xcode and the xcodebuild log, it seems like it can't locate the following header files: DBFILESCreateFolderResult.h and DBSHARINGAudienceExceptionContentInfo.h
The xcodebuild log file has this at the end:
The following build commands failed:
CompileC /Users/ckanis/Library/Caches/org.carthage.CarthageKit/DerivedData/dropbox-sdk-obj-c/3.2.0/Build/Intermediates/ObjectiveDropboxOfficial.build/Release-iphoneos/ObjectiveDropboxOfficial\ iOS.build/Objects-normal/armv7/DBFILESRouteObjects.o Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
Can someone help me understand what's going on? Thanks in advance for the help.
Here's the entire xcodebuild log file:
https://gist.github.com/carolinaerickson/d7e2206ed1a8622e0a90b2251e1a370e