I have tried to install SSZipArchive using Cocoapods, without success. I have several questions, and tried all solutions I found on StackOverflow to solve.
- Is Githut mandatory for installing this framework ? As told in the SSZipArchive webpage, I installed Cocoapods, dropped the SSZipArchive folder in the project and got no error after "pod install" within my project directory.
- After opening the workspace file, I still get a message that the frameworks can not be found. Framework names are in red. I tried to change the framework path ($(inherited), $SRCROOT, both recursive), without success
- Why isn't is JUST possible to compile the SSZipArchive.framework file and include it in the Libraries or in the project. Is it mandatory to use Cocoapods?
How to install SSZipArchive (or any other framework), without link error?