i want to add SSZipArchive to my project. I already run carthage update, add SSZipArchive.framework to embedded binaries and Linked Frameworks and Libraries

i also check Framework Search Paths and it's located right and have the file ZipArchive.framework and ZipArchive.framework.dSYM but i get No Such Module 'SSZipArchive'
what's wrong?
As you have used
Carthage, you need to addimport ZipArchivein the file where you want to use it instead ofimport SSZipArchive.Source:ViewController.swift in the demo project
For the error:
rebuild your Carthage dependencies using the following command,