今天看crash report ,有这样两个crash:
调用 stopUpdatingLocation 函数的是一个CLLocationManager 类型的对象,为什么报错的时候会把这个对象转成NSConcerteAttributedString类型?
调用getEsubmissionResult方法的是一个UIViewController类型的对象,为什么会转成_NSCFString类型?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
检查代码,你的对象应该是被改变了,所以找不到对应方法。