简体   繁体   中英

iOS App with OCMaps crashes when using the phone in chinese Language

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 always have the same methods. Am I wrong?

Do you have any recommendations about how to find a solution to this problem?

这是一个非常愚蠢的问题:转换后的xib文件被配置为实例化MKMapView而不是OCMapView。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM