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....
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....
Go to TARGETS >> Build Phases >> Link Binary With Libraries press (+) select SwiftyDropbox Add.
Link Binary With Libraries should now list it.
Build.