Posts

Post not yet marked as solved
23 Replies
0 Views
We got the same issue with iPhone 7 and iPhone XS, both iOS 15.4.1 and Xcode 13.3.1
Post marked as solved
1 Replies
0 Views
Ok, looks like updating to iOS 15.0.2 fixed this issue.
Post marked as solved
4 Replies
0 Views
struct DTO: Decodable {   let amount: Decimal } let backendResponse = """ {"amount": 90.21} """.data(using: .utf8)! let decoded: DTO = try! JSONDecoder().decode(DTO.self, from: backendResponse) debugPrint(decoded.amount)  this results in "90.20999999999999" using the playground
Post not yet marked as solved
481 Replies
0 Views
any update here? we got the same issue - Germany