bufferapp / buffer-ios-image-viewer

The BFRImageViewer is a turnkey solution to present images within your iOS app 🎉!
MIT License
398 stars 55 forks source link

New PINRemoteImage pod breaks the framework #86

Closed Necrocter closed 4 years ago

Necrocter commented 5 years ago

The last change in the Podfile breaks the framework.

´´´ pod 'PINRemoteImage', '~> 3.0.0-beta.14' ´´´

Because it seems it doesn't use FLAnimatedImage anymore.

DreamingInBinary commented 5 years ago

@Necrocter try deleting your Podfile.lock file and running pod install --repo-update and let me know if that works.

FLAnimatedImage indeed should not be used anymore, as the goal of the last release is to use Pinterest's PINAnimatedImageView to replace it and reduce the library dependency graph.

lucianocn commented 5 years ago

@Necrocter your app should target iOS >= 11.0