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.
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:
- open terminal on
example
folder; - run
pod install
(you need cocoapods installed); - 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
Post a Comment