Hi, I have developed an application in Xcode (macOS) for iOS and I have integrated the SwiftyDropBox API. I have followed all the instructions in the README, but when I make a call to open a link to DropBox I get the following error.
Warning: Attempt to present <SwiftyDropbox.MobileSafariViewController: 0x7fb17981d800> on <Scipple_V2_0.ViewController: 0x7fb177c29d00> whose view is not in the window hierarchy!
I have Googled this to death but can't find an answer.
The initial DropboxClientsManager.setupWithAppKey seems to work (I am using the App Key I get from the App Console in DropBox.
Can anyone give me any suggestions how to fix this?
Thanks
Neil