Why does my "include SwiftyDropbox" cause a build error for my iOS Xcode Swift project?

74 views Asked by At

I added the DropBox SDK/API package to my existing Xcode Swift app project and get this build error:
"No such module 'SwiftyDropobx'"

However, the package is there in my Package Dependencies....

enter image description here

1

There are 1 answers

0
Doug Null On BEST ANSWER

Go to TARGETS >> Build Phases >> Link Binary With Libraries press (+) select SwiftyDropbox Add.

Link Binary With Libraries should now list it.

Build.