Comments
-
Then that sounds like something in the Build settings. You've got #import <Dropbox/Dropbox.h> in the bridging header...I assume the naming of the bridging header follows Apple's convention. You might try to import another objC header in your bridging header and just make sure it is, in fact, bridging. And if you open up…
-
The network.startNotifier() method in my code sample above, BTW, has nothing to do with Dropbox
-
Hmmm. Not sure if it will help or not, but here's my AppDelegate code... func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. /***** code added to support DropBox integration *****/ var…