Use of undeclared type 'BinaryInteger' & 'SignedNumeric' in in xcode 8.3.1
Closed this issue · 3 comments
varun-naharia commented
mkrd commented
Are you running it in a Swift 4 project? It won't work with Swift 3 or lower
varun-naharia commented
I am using it in swift 3, What to do to use in Swift 3 +
mkrd commented
For the library to work you will need swift 4. Unfortunately I can't provide backwards compatibility, if you really need it to work in swift 3 you could try to refactor it by yourself (although that will be hassle)