jverkoey / nimbus

The iOS framework that grows only as fast as its documentation

Home Page:nimbuskit.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NINetworkingImageView failing build

Liron-K opened this issue · comments

commented

Updated to :head and I'm getting the following error when trying to build:
NINetworkImageView.m:360:50: Incompatible block pointer types sending 'void (^)(NSUInteger, NSInteger, NSInteger)' to parameter of type 'void (^)(NSUInteger, long long, long long)'

commented

This seems to be because I was on AFNetworking 2.5.4 and not 2.1

Just avod using NINetworkImageView.
Use nimbus as follows:
pod 'Nimbus/Core', :head
pod 'Nimbus/Launcher', :head
pod 'Nimbus/AttributedLabel', :head