我在這裏得到錯誤:設置malloc_error_break斷點調試
[self.points addObject:@{@"latt":
[NSNumber numberWithFloat:(latitudeString.floatValue)],@"long": [NSNumber numberWithFloat:(longitudeString.floatValue]}];
像這樣:malloc的:*錯誤對象0x7f8480743a00:被釋放的指針沒有被分配 *設置malloc_error_break到斷點調試
後在斷點導航符號斷點添加malloc_error_break得到同樣的錯誤
再次使用異常斷點此錯誤的malloc後:***錯誤對象0x7ff02c3af000:雙自由 ***設置malloc_error_break斷點 – Naresh
是否使用ARP調試 (LLDB)? –
不使用ARP,我不知道什麼是ARP – Naresh