xcode - No such module ZFDragableModalTransition in Swift -


i have xcode project. trying run folioreaderkit. i've installed project requirements such cocoapods , carthage , i've fixed errors except zfdragablemodaltransition.

i've downloaded , added project on , over, i've added link binary i'm still getting same error. "no such module zfdragablemodaltransition in swift"
new in swift , xcode therefore might make mistake didn't manage yet. have suggestion?

you can see error attached images.

enter image description here enter image description here

if want run folioreaderkit example project , new swift , xcode suggest use cocoapods instead of carthage. don't have run folioreaderkit.xcodeproj.

just go example folder , follow steps:

  1. open terminal on example folder;
  2. run pod install (you need cocoapods installed);
  3. open example.xcworkspace file on xcode , run;

to add project using cocoapods create podfile , add:

use_frameworks! target 'myapp'   pod 'folioreaderkit', '~> 0.7' end 

then use pod install install project, usage documentation in example project.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -