On 22 Nov 2019, at 05:31, H. Nikolaus Schaller <h...@goldelico.com> wrote: > > And the first thing I turn off in a > new Xcode project is ARC.
Why? ARC generates smaller code, faster code, and code that is more likely to be correct. I find it incredibly hard to understand why someone would actively choose to have to spend more time thinking about memory management so that they can end up with larger binaries that run more slowly. David