Billy Gray
Billy Gray
iOS 9 became the minimum deployment target in release 3.0.12. You could try one of the previously tagged releases, e.g. `git checkout 3.0.11` https://github.com/dropbox/dropbox-sdk-obj-c/releases YMMV, but I was using an...
I think this is the first such request for this project—if you'd like to add a `podspec` I'd be happy to accept a pull request.
Wow I have neglected this for a little while! Thanks very much for these changes, I've adapted them into the develop branch. If you have a chance could you test...
Thanks for this, @sn0! I was looking at this today myself, but I'm hesitant to merge it into master because I use this category in several iOS and OS X...
Hi @chrux I'm sorry I didn't write back to your request sooner, I must have missed it. `NSLocalizedString()` is being used for a couple of the few raw strings in...
These problems sound a lot like what is described in this advisory on using SQLCipher in Xcode 9: https://discuss.zetetic.net/t/important-advisory-sqlcipher-with-xcode-9-and-new-sdks/ It may be the case that by following the guidance there...
Are you using Cocoapods to include FMDB in your project, and are you also attempting to use SQLCipher? If so, you may find this helpful: https://discuss.zetetic.net/t/ios-11-xcode-issue-implicit-declaration-of-function-sqlite3-key-is-invalid-in-c99/2198/27 The error suggests `sqlite3.h`...