iOS App with OCMaps crashes when using the phone in chinese Language
Posted
by
Pedro Morte Rolo
on Stack Overflow
See other posts from Stack Overflow
or by Pedro Morte Rolo
Published on 2012-07-02T18:47:49Z
Indexed on
2012/07/06
15:16 UTC
Read the original article
Hit count: 344
I've been given the task of doing maintenance to a iOS application that uses OCMapView.
I have just realized that when using the application in chinese language, it blows up when the selector doClustering is invoked on a OCMapView instance.
This is for me a very puzzling behaviour, because I thought that regardless of the environment language, the OCMapView class should allways have the same methods. Am I wrong?
Do you have any recomentations about how to find a solution to this problem?
Thank you, Pedro
© Stack Overflow or respective owner