EricD

Results 3 comments of EricD

Thank you for your MR @quangctkm9207👍 I don't use Travis, but I think it failed because of the osx_image used here: https://github.com/Draveness/DKChainableAnimationKit/blob/master/.travis.yml#L2 The lib need to be compiled on xcode10...

the [V4 branch](https://github.com/zyra/ionic-image-loader/tree/v4) seems to work well in my case :-)

As a workaround, I add the code bellow at the end of my Podfile to force the ParallaxHeader swift version ``` post_install do |installer| swift4_0_targets = ["ParallaxHeader"] installer.pods_project.targets.each do |target|...