Skip to content

How DoorDash uses XcodeGen to eliminate project merge conflicts

At DoorDash, we work to implement efficient processes that can mitigate common conflicts within a large iOS development team.

How to detect iOS memory leaks and retain cycles using Xcode’s memory graph debugger

If pinpointing root causes of problematic memory is interesting to you, check out our new blog post Examining Problematic Memory in C/C++ Applications with BPF, perf, and Memcheck for a detailed explanation of how memory works.