Reputation: 295
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
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