Your workflow is unique đšâđ» - tell us how you use Dropbox here.
Forum Discussion
Rob N.3
9 years agoNew member | Level 1
troubles with SwiftyDropbox pod install => Missing required attribute `source`
I am trying to setup pod SwiftyDropbox but getting error
Missing required attribute `source`
any ideas where to go from here?
btw Using OSX Mac El Capitain
rsimsek
9 years agoNew member | Level 2
Hi Greg,
I have the same problem when i try to install and update dropbox with pod.
Here is my pod file content.
platform :ios, '8.0'
use_frameworks!
target âSurveyFormâ do
pod 'SwiftyDropboxâ, :git =>âgit@github.com:dropbox/SwiftyDropbox.gitâ, :tag=>â0.2â
end
When i try to run pod install
I get the following error message.
The `SwiftyDropbox` pod failed to validate due to 1 error.
[!] The validator for Swift projects uses Swift 3.0 by default, if you are using a different version of swift you can use a `.swift-version` file to set the version for your Pod. For example to use Swift 2.3, run:
`echo "2.3" > .swift-version`:
- ERROR | attributes: Missing required attribute `source`.
Any help would be appreciated.
Thanks
I have the same problem when i try to install and update dropbox with pod.
Here is my pod file content.
platform :ios, '8.0'
use_frameworks!
target âSurveyFormâ do
pod 'SwiftyDropboxâ, :git =>âgit@github.com:dropbox/SwiftyDropbox.gitâ, :tag=>â0.2â
end
When i try to run pod install
I get the following error message.
The `SwiftyDropbox` pod failed to validate due to 1 error.
[!] The validator for Swift projects uses Swift 3.0 by default, if you are using a different version of swift you can use a `.swift-version` file to set the version for your Pod. For example to use Swift 2.3, run:
`echo "2.3" > .swift-version`:
- ERROR | attributes: Missing required attribute `source`.
Any help would be appreciated.
Thanks
Greg-DB
Dropbox Community Moderator
9 years agoYou're specifying a very old version of SwiftyDropbox. Please try the latest version as shown here:
https://github.com/dropbox/SwiftyDropbox#cocoapods
If you need Swift 2.3:
https://github.com/dropbox/SwiftyDropbox#swift-23
https://github.com/dropbox/SwiftyDropbox#cocoapods
If you need Swift 2.3:
https://github.com/dropbox/SwiftyDropbox#swift-23
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!