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?

  • Just to check, are you sure you installed it to the correct location? Does it show up if you expand the Pods project in the left bar? – John Montgomery May 08 '17 at 18:46

1 Answers1

1

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.