I was trying to install ssziparchive framework using cocoa pods and faced the following problem: after appearingly successful install I get the error, that in
import SSZipArchive
no such module 'SSZipArchive'
here is the pod file:
platform :ios, "8.0"
use_frameworks!
target 'archivetest' do
pod 'SSZipArchive', '1.0.1'
end
target 'archivetestTests' do
end
Has anyone got the same problem? and if yes, how one can fix it?