I just finished successfully installing the swift dropbox framework in Xcode. I followed the instructions at https://www.dropbox.com/developers/documentation/swift#install . I kept getting the error message on my import statement for SwiftyDropbox saying "No such module 'SwiftyDropbox'". I spent several hours working to fix this and kept reinstalling using cocoapods thinking I did something wrong. Turns out that I needed to add the framework manually under the General tab in the "Linked Frameworks And Libraries" category. This is a step that is not in the instructions. As I am sill somewhat new to iOS development I didn't automatically know to do this. I simple tried it out of desperation.
Please add the instruction for manually setting up the framework in Xcode so others don't have to go through the same frustration that I did.
Thanks