Zip
Zip copied to clipboard
Cannot convert value of type '[FileAttributeKey : Date]' to expected argument type '[String : Any]?'
Having the same problem.
Having the same problem
@AtelasLeo this should be fixed in this PR: https://github.com/marmelroy/Zip/pull/140
You can try it out using a fork for now:
pod 'Zip', :git => 'https://github.com/Workshed/Zip.git'
This is a Swift Version problem. If your project's Swift Language Version is Swift 3.3, pod 'Zip','~> 0.8'
may work
pod 'Zip','~> 0.8'
This worked for me:
- Go to the Pods project in your workspace
- Select ZIP from Targets
- Go to Build Settings, change Swift Language Version to Swift 4.1
@AtelasLeo this should be fixed in this PR: #140 You can try it out using a fork for now:
pod 'Zip', :git => 'https://github.com/Workshed/Zip.git'
Work for me, thanks!