README and documentationIGListKit version: 3.2.0{鈥/Carthage/Checkouts/IGListKit/Source/Common/IGListMoveIndex.m:52:109: error: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Werror,-Wformat]
return [NSString stringWithFormat:@"<%@ %p; from: %zi; to: %zi;>", NSStringFromClass(self.class), self, self.from, self.to];
~~~ ^~~~~~~~~
%li (long)
{鈥/Carthage/Checkouts/IGListKit/Source/Common/IGListMoveIndex.m:52:120: error: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Werror,-Wformat]
return [NSString stringWithFormat:@"<%@ %p; from: %zi; to: %zi;>", NSStringFromClass(self.class), self, self.from, self.to];
~~~ ^~~~~~~
%li (long)
2 errors generated.
Carthage is unable to build newest version of IGListKit (3.2) using swift 4.1.
After I cloned repo I was able to build without any errors but archive action throws errors (as above)
I've just run into this as well.
+1
Most helpful comment
+1