0

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Anton
  • 155
  • 13
  • 1
    @SnarfSnarf sorry, it seems, I can't up vote now, need some more points, will try again later – Anton Dec 05 '15 at 21:28

1 Answers1

3

I'm guessing that you are opening the .xcodeproj. Close Xcode instead open the .xcworkspace file

FredLoh
  • 1,804
  • 18
  • 27