Closed emaloney closed 8 years ago
Which version of card.io are you using? Also, can you give the iOS version numbers and the iOS hardware that you are using?
This was fixed in version 5.1.0 with issue #120 . Several have reported it works for them with that version (and later) and at least one other person needed version 5.3.0 to get it to work (we're on version 5.3.1 right now). You can try printing out the library version if needed.
Closing due to inactivity. If you still have this issue with the latest version of card.io, please leave a comment. Thanks.
Hello,
We've integrated Card.IO into our application, and we've seen a significant number of crashes (almost 8,000 so far) occurring inside
[CardIOLocalizer localizeString:adaptedForCountry:]
.The crash is due to an
NSRangeException
with the messageRange {0, 7} out of bounds; string length 6
. (See stack trace below)We've disabled Card.IO in production for now until this gets sorted out. Would you mind notifying me when the bug is fixed? We'll take a look at adding back Card.IO at that time.
Thanks a lot, E.