Search code examples
iosswiftxcodecocoapods

Xcode: No such module "Kolada"


I am trying to use this framework called Kolada (https://github.com/Yalantis/Koloda), but when I add in my podfile 'pod Kolada', then import Kolada, then build, I get an error No such module "Kolada".

Has anyone used this module recently and has had the same issue? Any suggestions are appreciated


Solution

  • Clean the project, remove derived data, run 'pod deintegrate', then run 'pod install'