Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Rob N.3
10 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
3 Replies
- Greg-DB10 years ago
Dropbox Community Moderator
Hi Rob, can you share your Podfile and version number of CocoaPods? Thanks in advance!
- rsimsek10 years agoNew member | Level 2Hi 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 - Greg-DB10 years ago
Dropbox Community Moderator
You'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
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!