How should I install dropbox in swift 3.0?

enter image description here

I'm a beginner for swift.I installed the cocoapods in swift but I couldn't import the SwiftyDropbox.Can anyone give solution for this issue?

Upvotes: 0

Views: 104

Answers (1)

hament miglani
hament miglani

Reputation: 191

After installing any pods to your project, you must open your project by .xcworkspace file. You can't do it by .xcodeproject or opening it directly in Xcode.

Upvotes: 1

Related Questions