One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
iOS
2 TopicsiPad Files app not showing Dropbox folders and how I managed to solve this.
In working with a new iPad, I discovered that the Files app was not correctly connecting with Dropbox. No Dropbox folders showed up either in the Files app or in any other app with an open feature that would normally have been able to access Dropbox files. Oddly, when I clicked “Dropbox” in the list, there were no folders but I could add a folder and that new folder showed up in Dropbox on other devices (and in the Dropbox app on the iPad)! So there was some connection but not much… This is not an issue I’m experiencing on any of my other Apple devices (Mac or iOS). In talking with Apple support they had me delete the Files app, reboot the iPad, then reinstall “Files.” I did that, but to no effect. They escalated me to a higher level of support but while I was waiting, I also deleted Dropbox and reinstalled it. That solved the problem! So, if you can’t access your Dropbox folders and files in Files or in any of your other iPad apps, just delete and reinstall Dropbox—problem solved (at least for me, this time!)4.3KViews4likes6CommentsDBChooser for iOS - how to build locally
Hi, I have been using the DBChooser framework in my app for a few years and it's been working fine, until iOS18 came out and now it fails to open the Dropbox app when invoked, with this message: BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Seeing that DBChooser has been 'deprecated' on the Dropbox developer website, and that the Github repo hasn't been updated in 11 years, I thought I'd at least be able to download the code on my Mac and then be able to build the framework locally, and possibly fix some of the deprecation issues. Unfortunately the downloaded project fails to compile on my Mac. The error I get is in the 'Run Script' phase: accessing build database "/Users/myname/Library/Developer/Xcode/DerivedData/DBChooser-colttgencgxlykfovqhahsshavkt/Build/Intermediates.noindex/XCBuildData/build.db": database is locked Possibly there are two concurrent builds running in the same filesystem location. Can anyone help me figure this out? I am using Xcode 16.1, running macOS 15.1.65Views0likes4Comments