Alexander Yakovlev
Alexander Yakovlev
Why if it helps (I mean https://github.com/twelve17/openalpr-ios/issues/30#issuecomment-261890050) nobody updates the main README? It's a pain to build openalpr, I did it twice and in both cases I googled a lot...
I have `symbol(s) not found for architecture arm64`: Unity 2018.3.3f1, xcode 10.1, iOS 12.1.2
I have the same issue when I'm trying to print the instance of `Money`: ``` print("[PriceService]: \(price.formatted(withStyle: .currencyPlural, forLocale: .Belarusian))") [PriceService]: 3,85 ¤¤¤ ```
> feature/MNY-79_updates_for_xcode_9 How to perform arithmetic operations in this branch? Dividing is not working anymore: ``` let sum = Money(floatLiteral: sum) return "\(sum.dividing(by: PriceService.shared.price).decimal)" ``` `Value of type 'Money' has...
Doesn't work
The same thing
As I see there is no Swift 3 support yet? :-(