I am getting the errors below after the following swift code:
DropboxClientsManager.authorizeFromController(UIApplication.shared,
controller: self,
openURL: { (url: URL) -> Void in
UIApplication.shared.openURL(url)
})
2019-05-08 20:11:56.664761-0500 DropBoxExample2[313:14412] -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
2019-05-08 20:11:56.665540-0500 DropBoxExample2[313:14412] -canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
2019-05-08 20:11:56.670493-0500 DropBoxExample2[313:14412] Warning: Attempt to present <SwiftyDropbox.MobileSafariViewController: 0x103814600> on <DropBoxExample2.ViewController: 0x102d1bbd0> whose view is not in the window hierarchy!