ios - MWPhotoBrowser with CocoaPod -> Build Failed -
i want use mwphotobrowserin ios app , wanted add project. installed cocoapods sudo gem install cocoapods
(on mac) , created podfile in projects root directory pod init
. after edited created podfile looks that:
# uncomment line define global platform project # platform :ios, "7.0" target "weshare" pod 'mwphotobrowser' end target "wesharetests" end
than ran pod install
, after process opened new created weshare.xcworkspace
, pressed "don't unlock" @ notification "pods project" locked editing
, selected pods
scheme , wanted build it. build failed because of:
semantic issue incompatible block pointer types sending 'void (^)(nsuinteger, long long)' parameter of type 'sdwebimagedow' ...
do know what's wrong? did instructions said.
edit: ok, gave , chose method 3 implement library project, way super easy (just drag items project, that's it). don't know why suggest first 2 methods because way weird, hard , quirky implement, ok.
Comments
Post a Comment