Migrating my Mac OS app to the V2 API, using the Dropbox SDK for Objective-C.
Making good progress but having this issue:
1. Run app in XCode
2. Trigger authentication process
3. Safari appears and I'm prompted "<myAppName> would like access to the files and folders in your Dropbox." so I click Allow
4. Then I'm prompted "Do you want to allow this page to open <myAppName>?" and again I click Allow
5. A NEW INSTANCE of my app starts up, rather than the one I'm debugging.
Does anyone happen to know why this would happen?