0

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

Doug Null
  • 7,989
  • 15
  • 69
  • 148

1 Answers1

0

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

Link Binary With Libraries should now list it.

Build.

Doug Null
  • 7,989
  • 15
  • 69
  • 148