# ARC (Automatic Reference Counting)
# Enable/Disable ARC on a file
ARC can be disabled for individual files by adding the -fno-objc-arc
compiler flag for each file. Conversely it can be added in Targets ▸ Build Phases ▸ Compile Sources
← Realm Dynamic Type →