Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个错误是什么意思?
MKMapPointsPerMeterAtLatitude EXC_BAD_ACCESS
当我尝试将新的 MKAnnotation 添加到 MKMapView 时,它会发生。
OP的解决方案。
问题一直是:我在某个区域生成随机坐标。所以,我的号码有错误的数据类型。不是“100”。(CGFloat),但“100”(NSUInteger)。所以 100/1000 是 0,而不是 0.1 (100./1000)。在这个糟糕的数学系统返回地球上从未存在过的坐标之后。