My iOS app did use Dropbox. I downloaded new version and compiled with XCode. Architecture issues. Can I simply move ObjectiveDropboxOfficial.framework and headers into my app and use it?
Which is exactly what I do not want to do. I want a simple drop in, but they won't provide it. I really don't want to deal with Terminal, HomeBrew, and Carthage or with Ruby, G
@Greg-DB wrote:To clarify, do you mean you had one of the Dropbox SDKs for API v1 (originally called the "Core SDK" or "Sync SDK") installed in your app?The Dropbox API v2 Objective-C SDK is not a drop-in replacement for those. You'll need to follow the instructions in the documentation here to install it and update your code accordingly:https://github.com/dropbox/dropbox-sdk-obj-c
ems, and Cocopods.