We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
DS6
7 years agoExplorer | Level 4
SwiftyDropbox with Alamofire issue
I have Alamofire ~>4.7 setting in pod file and when adding line 'pod SwiftyDropbox', there is an issue I see when I run pod update:
Analyzing dependencies
[!] CocoaPods could not find...
Greg-DB
7 years agoDropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/52295762/swiftydropbox-with-alamofire-issue ]
Your Cocoapods installation is reporting that SwiftyDropbox is currently resolving to v2.0.1, but that's actually a somewhat old version. The latest release is v4.6.0.
The current version of SwiftyDropbox specifies Alamofire v4.5.0.
It sounds like your Cocoapods repo may be out of date. Try running `pod repo update` first.
- DS67 years agoExplorer | Level 4
pod repo update didn't help. The only way to fix it was to downgrade Alamofire version to 4.5.1. But this version gives 1 warning and SwiftyDropbox has 3 warnings:
" Using '!' in this location is deprecated and will be removed in a future release; consider changing this to '?' instead"
"'characters' is deprecated: Please use String or Substring directly"
Is there a clean version that uses Swift 4?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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 or Facebook.
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!